

/*=======================================
--------------CUSTOM CSS-----------------
==========================================*/

:root {
    --wms-primary-color: #7e57c2;
    --wms-secondary-color: #1ABC9C;
    --wms-tertiary-color: #c5bdbd;
}

/* For the "inset" look only */
@media(min-width: 1025px){
    html {
        overflow-y: scroll;
        position: absolute;
        min-width: 100%;
    }
}

body {
    color: #212529 !important;
}
body a{
    color: var(--wms-primary-color);
}
p{
    margin: 0;
    padding: 0;
}

label{
    margin: 0;
}

hr{
    margin-top: 0 !important;
}

.primary-color{
    background-color: var(--wms-primary-color) !important;
}

.primary-border-color{
    border: 1px solid var(--wms-primary-color);
}

.custom-file-label {
    border: 1px solid var(--wms-primary-color) !important;
}

.imgInp {
    overflow: hidden;
}

.channel-input-edit-responsive {
    margin-top: 15px;
}

/* .mbl-logo{
    height: 60px !important;
} */

.text-highlight{
    background-color: #F7F635 !important;
}
.text-white{
    color: #ffffff !important;
}
.text-red{
    color: red;
}
.bg-highlight{
    background-color: #F7F635 !important;
}
.bg-red{
    background-color: red !important;
}
.pointer-events{
    pointer-events: none;
}
.pointer-events-none{
    pointer-events: none;
}
.pointer-events-not-allowed{
    cursor: not-allowed !important;
}
.old-add-pro-highlight{
    background-color: #f6f6de !important
}
.create-order-csv{
    /* margin-bottom: 100px; */
    /* width: 60%; */
    /* float: right; */
}
.create-order-hovercsv{
    display: none;
    position: absolute;
    top: -8px;
    left: -238px;
    background-color: var(--wms-primary-color);
    color: #ffffff;
    padding: 7px;
    z-index: 999999;
}
.create-order-hovercsv a{
    color: var(--orange);
}
.create-order-hovercsv::after{
    content: '';
    display: block;
    position: absolute;
    top: 56px;
    left: 138px;
    border: 14px solid transparent;
    border-top: 10px solid var(--cyan);
    z-index: 999999999;
}
.custom-file-label::after {
    background-color: var(--wms-primary-color);
    border-left: 1px solid var(--wms-primary-color) !important;
    color: #ffffff !important;
}

.form-control:focus{
    border: 1px solid var(--wms-primary-color) !important;
}

.form-control:focus {
    border: 1px solid var(--wms-primary-color) !important;
}

.tabs .indicator {
    background-color: #34d3eb !important;
}

ul li {
    list-style: none;
}

.wms-breadcrumb-middle {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 414px) {
    .wms-breadcrumb-middle .breadcrumb-item {
        font-size: 12px;
    }
    .wms-righ-breadcrum{
        display: none;
    }
}
@media (max-width: 360px) {
    .wms-breadcrumb-middle .breadcrumb-item {
        font-size: 11px;
    }
}

@media (max-width: 320px) {
    .wms-breadcrumb-middle .breadcrumb-item {
        font-size: 9px;
    }
}

.wms-breadcrumb{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wms-breadcrumb-flex-wrap{
    flex-wrap: wrap;
}
@media(max-width: 767px){
    .inner-flex-wrap{
        margin-top: 20px;
    }
}

@media (max-width: 414px) {
    .wms-breadcrumb {
        flex-wrap: wrap;
    }
    .wms-breadcrumb > * {
        width: 100%;
        margin-top: 10px;
    }
    .wms-breadcrumb .breadcrumb-item{
        font-size: 13px;
    }
}

@media (max-width: 412px) {
    .wms-breadcrumb .breadcrumb-item{
        font-size: 12px;
    }
}

@media (max-width: 384px) {
    .wms-breadcrumb .breadcrumb-item{
        font-size: 11px;
    }
}


@media (max-width: 360px) {
    .wms-breadcrumb .breadcrumb-item{
        font-size: 10px;
    }
}

@media (max-width: 320px) {
    .wms-breadcrumb .breadcrumb-item{
        font-size: 9px;
    }
}

.breadcrumbRightSideBtn button {
    padding: 4px 20px;
}

@media(max-width: 414px) {
    .breadcrumbRightSideBtn {
        display: flex;
        justify-content: center;
    }

    .breadcrumbRightSideBtn button {
        font-size: 12px;
    }
}

.add-product-catalogue-name {
    font-family: "Roboto";
}

@media(max-width: 600px) {
    .active-catalogue-add-product {
        padding-top: 50px;
    }
}

@media (max-width: 414px) {
    .add-product-catalogue-name {
        font-size: 16px;
    }
}

.select-all-variation {
    font-size: 20px;
    font-family: "Roboto Thin";
}

/* .select-all-variation-input{
    border: 1px solid var(--wms-primary-color);
    color: var(--wms-primary-color);
} */

.generate-sku {
    padding: 2px 37px 2px 37px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.card-box{
    border-radius: 10px !important;
}

.ebay-card-box {
    border-radius: 0 !important;
}

.row-expand-table .dropup .catalogue-active-catalogue {
    transform: translate3d(-250px, -70px, 0px) !important;
}

@media(max-width: 600px) {
    .row-expand-table .dropup .catalogue-active-catalogue {
        transform: translate3d(-198px, -70px, 0px) !important;
    }
}

.row-expand-table .dropup .catalogue-product-draft {
    transform: translate3d(-262px, -70px, 0px) !important;
}

.row-expand-table .dropup .woocommerce-pending-product {
    transform: translate3d(-262px, -71px, 0px) !important;
}

@media(max-width: 600px) {
    .row-expand-table .dropup .woocommerce-pending-product {
        transform: translate3d(-198px, -71px, 0px) !important;
    }
}

.row-expand-table .dropup .woocommerce-active-product {
    transform: translate3d(-156px, -70px, 0px) !important;
}

.row-expand-table .dropup .onbuy-active-product {
    transform: translate3d(-218px, -70px, 0px) !important;
}

@media(max-width: 600px) {
    .row-expand-table .dropup .onbuy-active-product {
        transform: translate3d(-158px, -74px, 0px) !important;
    }
}

.row-expand-table .dropup .onbuy-pending-product {
    transform: translate3d(-264px, -70px, 0px) !important;
}

@media(max-width: 600px) {
    .row-expand-table .dropup .onbuy-pending-product {
        transform: translate3d(-198px, -70px, 0px) !important;
    }
}

.row-expand-table .dropup .ebay-active-product {
    transform: translate3d(-104px, -70px, 0px) !important;
}

@media(max-width: 600px) {
    .row-expand-table .dropup .ebay-active-product {
        transform: translate3d(-72px, -74px, 0px) !important;
    }
}

/* .ebay .nav.nav-tabs + .tab-content {
    border-top: 0px !important;
}

.ebay .profile-tab + .tab-content {
    padding: none !important;
    border: 1px solid;
    border-top: 1px solid !important;
} */

/*---eBay active product details*/

a#product-description-hide {
    text-decoration: none;
}

a#product-description-show {
    text-decoration: none;
}

a#product-content-hide {
    text-decoration: none;
}

a#product-content-show {
    text-decoration: none;
}

a#product-draft-details-des-hide {
    text-decoration: none;
}

a#product-draft-details-des-show {
    text-decoration: none;
}

a#product-draft-details-short-des-hide {
    text-decoration: none;
}

a#product-draft-details-short-des-hide {
    text-decoration: none;
}

/*1*/
#product-content-hide, #product-content-show {
    padding: 10px;
    display: block;
    color: #0b0b0b;
    width: 100%;
}

#product-content,
#product-content-show,
#product-content-hide:target {
    display: none;
}

#product-content-hide:target + #product-content-show,
#product-content-hide:target ~ #product-content {
    display: inherit;
}

.ebay-details-product-content {
    padding: 10px 20px;
    border-top: 1px solid rgba(0,0,0,.125);
}

/*2*/
#product-description-hide, #product-description-show {
    padding: 10px;
    display: block;
    color: #0b0b0b;
    width: 100%;
}

#description-content,
#product-description-show,
#product-description-hide:target {
    display: none;
}

#product-description-hide:target + #product-description-show,
#product-description-hide:target ~ #description-content {
    display: inherit;
}

.template-description-content {
    padding: 10px 20px;
    border-top: 1px solid rgba(0,0,0,.125);
    width: 100%;
}

/*3*/
#product-draft-details-des-hide, #product-draft-details-des-show {
    padding: 10px;
    display: block;
    color: #0b0b0b;
    width: 100%;
}

#description-content,
#product-draft-details-des-show,
#product-draft-details-des-hide:target {
    display: none;
}

#product-draft-details-des-hide:target + #product-draft-details-des-show,
#product-draft-details-des-hide:target ~ #description-content {
    display: inherit;
}

.product-draft-description-content {
    padding: 10px 20px;
    border-top: 1px solid rgba(0,0,0,.125);
    width: 100%;
}

/*4*/
#product-draft-details-short-des-hide, #product-draft-details-short-des-show {
    padding: 10px;
    display: block;
    color: #0b0b0b;
    width: 100%;
}

#description-content,
#product-draft-details-short-des-show,
#product-draft-details-short-des-hide:target {
    display: none;
}

#product-draft-details-short-des-hide:target + #product-draft-details-short-des-show,
#product-draft-details-short-des-hide:target ~ #description-content {
    display: inherit;
}

.product-draft-short-description-content {
    padding: 10px 20px;
    border-top: 1px solid rgba(0,0,0,.125);
    width: 100%;
}


/* 5 */
#location-and-policy-det-hide, #location-and-policy-det-show {
    padding: 10px;
    display: block;
    color: #0b0b0b;
    width: 100%;
}

#location-and-policy-content,
#location-and-policy-det-show,
#location-and-policy-det-hide:target {
    display: none;
}
#location-and-policy-det-hide:target + #location-and-policy-det-show,
#location-and-policy-det-hide:target ~ #location-and-policy-content {
    display: inherit;
}
.location-and-policy-det-content{
    padding: 10px 20px;
    border-top: 1px solid rgba(0,0,0,.125);
    width: 100%;
}



.row-expand-table .dropup .ebay-pending-product {
    transform: translate3d(-260px, -70px, 0px) !important;
}

table.row-expand-table th{
    position: sticky;
    top: 0;
    background-color: rgb(232 232 232) !important;
    z-index: 1;
}
.row-expand-height-control {
    min-height: 134px !important;
    max-height: 450px !important;
    overflow-y: scroll;
}

/*.catalogue-row-expand-height-control {*/
/*    min-height: 134px !important;*/
/*    max-height: 450px !important;*/
/*}*/

.variation-attributes-height-controll {
    /* height: 514px; */
    height: 340px;
    overflow-x: hidden;
    overflow-y: scroll;
}

@media (max-width: 1440px) {
    .variation-attributes-height-controll {
        height: 508px;
    }
}

@media (max-width: 1280px) {
    .variation-attributes-height-controll {
        height: 300px;
    }
}

@media(max-width: 600px) {
    .variation-attributes-height-controll {
        height: unset;
    }
    .variation-description-height-controll {
        height: auto;
        /* border-bottom: 1px solid #ccc; */
    }
}

@media (max-width: 992px) {
    .select-variation-attribute {
        font-size: 13px;
    }
    .des-variation-attribute{
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .select-variation-attribute {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .select-variation-attribute {
        font-size: 15px;
    }
    .des-variation-attribute{
        font-size: 15px;
    }
}

.shadow{
    /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;*/
    box-shadow: 0 7px 35px rgba(90,97,105,0.1),
    0 15px 22px rgba(90,97,105,0.1),
    0 4px 8px rgba(90,97,105,0.12),
    0 2px 3px rgba(90,97,105,0.1);
}

.bulk-action-drop-down-btn {
    padding: 15px;
}

.bulk-action-drop-down-btn .input-text:focus {
    border: 1px solid #5d9cec !important;
}

.bulk-action-drop-down-btn .submit-btn {
    padding: 6px 10px !important;
}

/*---------ID & SKU Onclick Text Copier---------
------------------------------------------------*/
.id_copy_button{
    cursor: pointer;
    /*width: 40px;*/
}

#wms__id__tooltip__message {
    display: none;
    margin-left: 10px;
    padding: 5px 12px;
    position: absolute;
    background-color: #000000df;
    border-radius: 4px;
    color: #fff;
    z-index: 999;
}

.sku_copy_button{
    cursor: pointer;
}
#wms__sku__tooltip__message {
    display: none;
    margin-left: 10px;
    padding: 5px 12px;
    position: absolute;
    background-color: #000000df;
    border-radius: 4px;
    overflow: hidden;
    color: #fff;
    z-index: 999;
}


.order_page_copy_button{
    cursor: pointer;
    /*position: absolute;*/
}
#wms__order__page__tooltip__message {
    display: none;
    margin-left: 10px;
    padding: 5px 12px;
    position: absolute;
    background-color: #000000df;
    border-radius: 4px;
    overflow: hidden;
    color: #fff;
    z-index: 999;
}

.id_copy_button_OnBuy_opc{
    width: 100px !important;
}
.profile_name_id_copy_button {
    width: 250px !important;
}
/* .id_copy_button_ebay_profile_name{
    width: 500px !important;
} */

.id_copy_button_order_product_name{
    width: 500px !important;
}
.custom_tooltip_container{
    margin-bottom: -6px;
}

/*---------ID & SKU Onclick Text Copier----------
------------------------------------------------*/

.shown {
    position: absolute;
}

.shown .hover-shown {
    display: none;
    position: absolute;
}

.shown .contentHover .hover-shown{
    display: block;
}

.pen-edit-btn ::placeholder {
    font-size: 10px;
}

.pen-edit-btn ::-webkit-input-placeholder {
    font-size: 10px;
}

.pen-edit-btn :-ms-input-placeholder {
    font-size: 10px;
}

.pen-edit-btn input:hover::-webkit-input-placeholder,
.pen-edit-btn input:focus::-webkit-input-placeholder {
    padding-left: 120px;
    transition: padding 0.8s;
}

.pen-edit-btn input:hover:-moz-placeholder,
.pen-edit-btn input:focus:-moz-placeholder {
    /* Firefox 18- */
    padding-left: 120px;
    transition: padding 0.8s;
}

.pen-edit-btn input:hover:-moz-placeholder,
.pen-edit-btn input:focus:-moz-placeholder {
    /* Firefox 19+ */
    padding-left: 120px;
    transition: padding 0.8s;
}

.pen-edit-btn input:hover:-ms-input-placeholder,
.pen-edit-btn input:focus:-ms-input-placeholder  {
    padding-left: 120px;
    transition: padding 0.8s;
}


/*.shown {*/
/*    display: block;*/
/*}*/

/*.hover-shown{*/
/*    display: none;*/
/*}*/

/*.shown:hover .hover-shown  {*/
/*    display: block;*/
/*}*/

/*.shown:hover .hover-shown,*/
/*.shown:focus .hover-shown,*/
/*.shown:active .hover-shown {*/
/*    display: block;*/
/*}*/

/*.shown:hover .hover-shown  {*/
/*    display: block;*/
/*}*/

/*.shown:focus .hover-shown  {*/
/*    display: block;*/
/*}*/

/*.shown:active .hover-shown  {*/
/*    display: block;*/
/*}*/


/*.hover-shown{*/
/*    display: none;*/
/*}*/
/*.shown .hover-shown{*/
/*    display: none;*/
/*}*/


/*.regular-price .shown .hover-shown.permanenthover {*/
/*    display: block;*/
/*}*/
/*.sales-price .shown .hover-shown.permanenthover {*/
/*     display: block;*/
/* }*/
/*.available-qty .shown .hover-shown.permanenthover {*/
/*    display: block;*/
/*}*/


.hover-shown .pen-edit-btn {
    padding: 15px;
    margin-top: -1px;
}

.hover-shown .submit-btn {
    padding: 4px 10px !important;
}

.form_control_hover_shown{
    padding: 4px 8px;
}

.hover-shown .input-text:focus {
    border: 1px solid #5d9cec !important;
}


/*------------Log In Page------------*/

.wrapper-page .form-group .field-icon {
    float: right;
    margin-right: 5px;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.content .vendor-title .title {
    padding-left: 20px;
}

.filter {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.edit-btn {
    background: linear-gradient(to right, #03A9F4, rgb(118 167 245));
    border: 1px solid #ffffff;
    color: #ffffff;
}
.view-btn {
    background: linear-gradient(to right, #38ef7d, #1da79c);
    border: 1px solid #ffffff;
    color: #ffffff;
}
.list-onbuy-btn {
    background: linear-gradient(to right, #2077a9, #2ab3fd);
    border: 1px solid #ffffff;
    color: #ffffff;
}
.channel-listing-view-btn{
    background: linear-gradient(to right, var(--indigo), #28a745);
    border: 1px solid #ffffff;
    color: #ffffff;
}
.add-terms-catalogue-btn {
    background: linear-gradient(to right, #a7417f, #f09);
    border: 1px solid #ffffff;
    color: #ffffff;
}
.add-product-btn {
    background: linear-gradient(to right, #4f145bc4, #9c27b0bd);
    border: 1px solid #ffffff;
    color: #ffffff;
}
.list-woocommerce-btn{
    background: linear-gradient(to right, #e54509, #f38962b3);
    border: 1px solid #ffffff;
    color: #ffffff;
}

.list-on-ebay-btn {
    background: linear-gradient(to right, #e54509, #f38962b3);
    padding: 8px 13px 8px 13px !important;
    border: 1px solid #ffffff;
    color: #ffffff;
}

@media (max-width: 600px) {
    .list-on-ebay-btn {
        padding: 5px 6px 5px 6px !important;
    }
}

.duplicate-btn{
    background: linear-gradient(to right, #689F38, #ff5722);
    border: 1px solid #ffffff;
    color: #ffffff;
}
.shelf-btn {
    background: linear-gradient(to right, #ffba56, #a86008);
    border: 1px solid #ffffff;
    color: #ffffff;
}
.invoice-btn{
    background: linear-gradient(to right, #FF5722, #089286);
    border: 1px solid #ffffff;
    color: #ffffff;
}
.print-btn {
    background: linear-gradient(to right, #2196F3, #E91E63);
    border: 1px solid #ffffff;
    color: #ffffff;
}
.change-pass-btn {
    background: linear-gradient(to right, #9b3009, #795548b3);
    border: 1px solid #ffffff;
    color: #ffffff;
}
.restock-btn {
    background: linear-gradient(to right, #2196F3, #9c27b0bd);
    border: 1px solid #ffffff;
    color: #ffffff !important;
}
.add-note-btn{
    background: linear-gradient(to right, #F44336, #9c27b0bd);
    border: 1px solid #ffffff;
    color: #ffffff;
}
.cancel-btn {
    background: #f05050 !important;
    border: 1px solid #ffffff;
    color: #ffffff !important;
}
.order-return-btn {
    background: linear-gradient(to right, #673AB7, #9c27b0bd);
    border: 1px solid #ffffff;
    color: #ffffff !important;
}
.hold-order-btn {
    background: linear-gradient(to right, #673AB7, #2196F3);
    border: 1px solid #ffffff;
    color: #ffffff !important;
}
.make-complete-btn {
    background: linear-gradient(to right, #009688, #795548);
    border: 1px solid #ffffff;
    color: #ffffff !important;
}
.migrate-btn {
    background: linear-gradient(to right, #F44336, #FFC107);
    border: 1px solid #ffffff;
    color: #ffffff !important;
}
.publish-btn {
    background: linear-gradient(to right, #8BC34A, #795548);
    box-shadow: 0 2px 6px #41414261 !important;
    border: 1px solid #ffffff;
    color: #ffffff;
}
.delete-btn {
    background: linear-gradient(to right, #a50404, #ff0000);
    box-shadow: 0 2px 6px #41414261 !important;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.edit-btn:hover, .view-btn:hover, .list-onbuy-btn:hover, .add-terms-catalogue-btn:hover,
.add-product-btn:hover, .list-woocommerce-btn:hover, .duplicate-btn:hover, .shelf-btn:hover,
.invoice-btn:hover, .print-btn:hover, .change-pass-btn:hover, .publish-btn:hover,
.delete-btn:hover, .list-on-ebay-btn:hover, .channel-listing-view-btn:hover {
    color: #ffffff;
}

.breadcrumb .ti-home {
    margin-right: 5px;
}

.dash-height{
    height: 150px;
}

@media (max-width: 1440px){
    .widget-bg-color-icon .bg-icon{
        height: 40px;
        width: 40px;
    }
    .widget-bg-color-icon .bg-icon i {
        font-size: 25px;
        line-height: 40px;
    }
    .widget-bg-color-icon .report-responsive{
        margin-top: -10px;
    }
}

@media (max-width: 1024px){
    .widget-bg-color-icon .bg-icon{
        height: 80px;
        width: 80px;
    }
    .widget-bg-color-icon .bg-icon i {
        font-size: 32px;
        line-height: 80px;
    }
}

@media (max-width: 767px){
    .mobile-responsive{
        margin-top: 15px!important;
    }
}

.widget-bg-color-icon .custom-icon{
    margin: 0 50px;
}

/* Manual order */
fieldset.scheduler-border {
    border: 1px solid #cccccca6 !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    /*margin: 0 0 1.5em 0 !important;*/
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
    border-radius: 4px;
}
.manual-btn-csv{
    /* margin-top: 20px; */
    /* margin-bottom: 55px; */
    width: 100%;
    padding: 7.5px;
}
legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
}

.vendor-title, .unmatched-quantity, .content-top-header-card{
    background-color: #fff;
    padding: 15px 0;
    font-size: 16px;
}

.vendor-descr{
    margin-top: 20px;
}

.product-desn-top{
    margin-top: 0px;
}

.select_variation_att{
    margin-top: 20px;
}
.select_variation_att div p {
    font-family: "Roboto", sans-serif;
}

.checkbox-hight{
    overflow-y: scroll;
    overflow-x: hidden;
    min-height: 9rem;
    min-width: 7rem!important;
    width: auto!important;
    top: 4px!important;
}

.vendor_btn_edit{
    padding: 3px;
    cursor: pointer;
    border-radius: 3px;
}

.vendor_btn_view{
    padding: 3px;
    cursor: pointer;
    border-radius: 3px;
}

.vendor_btn_delete{
    padding: 3px;
    cursor: pointer;
    border-radius: 3px;
}

.btn-size{
    padding: 8px 15px 8px 15px;
    font-size: 15px;
    box-shadow: 0 2px 6px #41414261 !important;
}

.check-status-btn{
    padding: 4px 13px;
    margin-top: -6px;
    box-shadow: 0 2px 6px #41414261 !important;
}

.catalogue-btn-size {
    padding: 7px !important;
}

.invoice-btn-size{
    padding: 7px !important;
}

.paypal-btn-size {
    padding: 6px 15px 6px 15px !important;
}

@media(max-width: 600px) {
    .paypal-btn-size {
        padding: 3px 9px 2px 9px !important;
    }
}

.invoice-view .select2-selection__rendered {
    color: #887796 !important;
}

@media (max-width: 650px){
    .btn-size{
        padding: 5px 8px 5px 8px;
        font-size: 18px;
    }
}

.del-pub {
    padding: 6px 16px 6px 16px;
    margin-top: -6px;
    font-size: 15px;
}

.del-pub-n {
    margin-top: 0 !important;
}

.delete-only-from-channel-btn {
    cursor: pointer;
    background: #8e2002;
    color: white;
    border: 1px solid #ffffff;
    box-shadow: 0 2px 6px #41414261 !important;
}

@media (max-width: 1440px){
    .onbuy-table .onbuy-master-delpub {
        padding: 8px 15px 8px 15px;
    }
}

@media (max-width: 992px){
    .onbuy-table .onbuy-master-delpub {
        padding: 6px 11px 6px 11px;
    }
}

@media (min-width: 992px) {
    .mobile-queueIdBulkCheck {
        display: none;
    }
}

@media (max-width: 800px) {
    .desktop-queueIdBulkCheck {
        display: none;
    }
}

@media (max-width: 800px) {
    .displaying-num{
        font-size: 13px;
    }
}

@media (max-width: 768px){
    .displaying-num{
        font-size: inherit;
    }
}

@media (max-width: 600px){
    .del-pub{
        padding: 3px 10px 2px 10px;
        margin-top: -4px;
        font-size: 18px;
    }
    .onbuy-table .onbuy-master-delpub {
        padding: 5px 10px 5px 10px;
    }
}
@media (max-width: 480px){
    .onbuy-table .onbuy-master-delpub {
        padding: 5px 10px 5px 10px;
    }
}

.form_action form{
    display: inline-block;
}

.form_action button{
    display: inline-block;
    min-width: 60px;
}

.btn-group .filter-content:before {
    content: '';
    width: 0;
    height: 0;
    top: -12px;
    left: 0px;
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    /*border-bottom: 12px solid var(--wms-primary-color);*/
    border-bottom: 12px solid #ffffff;
    box-shadow: 0 2px 0px #41414261 !important;
}

.shelf-action .filter-content:before {
    content: '';
    width: 0;
    height: 0;
    top: -20px;
    right: 35px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid var(--wms-primary-color);
}

.shelf-action .filter-content {
    border-top: 1px solid var(--wms-primary-color) !important;
}

/*--add draft catalogue and add draft additional terms button*/

.btn-catalogue, .btn-catalogue:hover, .btn-catalogue:focus, .btn-catalogue:active, .btn-catalogue.active,
.btn-catalogue.focus, .btn-catalogue:active, .btn-catalogue:focus, .btn-catalogue:hover, .open > .dropdown-toggle.btn-catalogue {
    background-color: var(--wms-primary-color)!important;
    border: 1px solid var(--wms-primary-color)!important;
}

.wms-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}

.wms-row > * {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 30px;
    padding-left: 30px;
}

.wms-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 30px;
    padding-left: 30px;
}

.wms-col-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 30px;
    padding-left: 30px;
}

.wms-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 30px;
    padding-left: 30px;
}

.wms-col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-right: 30px;
    padding-left: 30px;
}

.wms-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
}

@media (max-width: 600px) {
    .wms-row > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 414px) {
    .wms-row > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .user-row {
        margin-left: 0 !important;
    }
}

@media (max-width: 1024px) {
    .variation_step_1 > .wms-row > .wms-col-6 {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 0;
        padding-left: 28px;
    }
}

/*@media (max-width: 414px) {*/
/*    .variation_step_1 > .wms-row > .wms-col-6 {*/
/*        padding-right: 30px;*/
/*        padding-left: 30px;*/
/*    }*/
/*}*/

@media (max-width: 600px) {
    .collapse-painel > .collapse-inner > .wms-row > .wms-col-8 {
        padding-right: 0;
    }
}

.user-checkbox {
    display: flex !important;
    align-items: center !important;
}

@media (max-width: 600px) {
    .user-checkbox {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

@media (max-width: 414px) {
    .user-checkbox {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.cat-device {
    margin-top: 20px !important;
}

/*catalogue draft list manage button*/


/* icon design */
.icon-color{
    color: #4e5760a6;
}

/*product draft details*/

.card_hover:hover{
    box-shadow: 4px 4px 15px 0 rgba(36,37,38,.08);
    max-width: 100%;
    border-radius: .9rem;
    background-color: #fff;
    color: #22292f;
    margin-left: auto;
    margin-right: auto;
}

.card_table:hover{
    box-shadow: 4px 4px 15px 0 rgba(36,37,38,.08);
    max-width: 100%;
    background-color: #fff;
    color: #22292f;
    margin-left: auto;
    margin-right: auto;
}

/*---// End product draft details----*/



/*---Product variation ----*/
.card_hover:hover, .card_hover:focus{
    box-shadow: 0 1px 5px #dcdcdc!important;
    transform: translateY(-0.15em);
}

.v-e-p-name{
    background-color: #7e57c2c7;
    color: #ffffff;
}
.v-e-p-variation{
    color: #7e57c2c7;
}

@media screen and (max-width: 767px){
    .v-e-label{
        margin-top: 15px;
    }
    .v-e-img{
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px){
    .p-v-label{
        margin-top: 15px;
    }
}

.s-p-v-f-b-a {
    font-family: "Roboto";
}

@media(max-width: 414px) {
    .s-p-v-f-b-a {
        font-size: 16px;
    }
}

.select2 .selection .select2-selection .select2-selection__arrow {
    top: 6px !important;
}

/*------asterisks design (*)-----*/
.required:after {
    content:" *";
    color: red;
}

.required_attributes:after{
    content:" *";
    color: red;
}
/*------ END asterisks design (*)-----*/

/* table */

.form-group small{
    color: red
}

.vendor-form{
    margin-top: 25px;
}

.vendor-btn{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px!important;
    padding-right: 40px!important;
    background-color: var(--wms-primary-color)!important;
    border-radius: 3px;
    border: none;
    color: #fff;
    cursor: pointer;
}

.catalogue-btn {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px!important;
    padding-right: 40px!important;
    background-color: red !important;
    border-radius: 3px;
    border: none;
    color: #fff;
    cursor: pointer;
    border: 0 !important;
}

.catalogue-btn:focus {
    border: 1px solid #28a745 !important;
}

.catalogue-updateAll-btn {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px !important;
    padding-right: 40px !important;
    background-color: #28a745 !important;
    border-radius: 3px;
    border: none;
    color: #fff;
    cursor: pointer;
    border: 0 !important;
}

.catalogue-updateAll-btn:focus {
    border: 1px solid #28a745 !important;
}

.draft-pro-btn{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px!important;
    padding-right: 40px!important;
    background-color: var(--wms-primary-color)!important;
    border-radius: 3px;
    border: none;
    color: #fff;
    cursor: pointer;
    margin-top: 0px;
}

.draft-pro-btn:focus {
    border: 1px solid var(--wms-primary-color) !important;
}

.vendor-btn-top{
    margin-top: 40px;
}


/*Assign order list*/

/*form.example input[type=text] {*/
/*    padding: 5px;*/
/*    border-radius: 3px;*/
/*    font-size: 15px;*/
/*    border: 1px solid #ccc;*/
/*    float: left;*/
/*    width: 15%;*/
/*    background: #ffffff;*/
/*}*/
/*form.example button {*/
/*    float: left;*/
/*    width: 4%;*/
/*    padding: 5px;*/
/*    background: var(--wms-primary-color);*/
/*    color: white;*/
/*    font-size: 15px;*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 4px;*/
/*    margin-left: 2px;*/
/*    cursor: pointer;*/
/*}*/

/*form.example button:hover {*/
/*    background: #0b7dda;*/
/*}*/
/*form.example::after {*/
/*    content: "";*/
/*    clear: both;*/
/*    display: table;*/
/*}*/

/*---Product Variation---*/
.product form.example input[type=text] {
    padding: 6px;
    border-radius: 3px;
    font-size: 15px;
    border: 1px solid #cccccc85;
    float: left;
    width: 100%;
    background: #ffffff;
}


.product form.example button {
    float: left;
    width: 30%;
    padding: 6px;
    background: var(--wms-primary-color);
    color: white;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: 2px;
    cursor: pointer;
}


/*------Order page----- */

.order-sync-area {
    display: flex;
}

@media (max-width: 575px) {
    .order-sync-area {
        flex-wrap: wrap;
    }
}

@media (max-width: 420px) {
    .order-sync-area .ebay-sync {
        margin-left: 0 !important;
        margin-top: 10px !important;
    }
}

.order-content .order-search-field {
    margin-bottom: -98px;
}
.order-content .o-s-f-2{
    margin-bottom: -60px;
}
.order-content .order-search-field .s-f-cursor{
    z-index: 1;
}
.order-content .order-search-field .total-r-o {
    margin-top: -28px;
}

.order-content .order-search-field .total-return-order{
    font-weight: bold;
    color: #81c868;
}

.order-content .completed-order{
    margin-bottom: -112px;
}
.order-content .date-section .z-index{
    z-index: -1;
}

.order-content .date-section {
    margin-top: -12px;
}

.order-content .date-section .btn-group{
    padding-top: 30px;
}

.order-content .date-section .start-date, .end-date{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px){
    .order-content .date-section .start-date{
        display: flex;
        justify-content: start;
        padding-top: 10px;
    }
}

@media (max-width: 767px){
    .order-content .date-section .end-date{
        display: flex;
        justify-content: start;
    }
}
.order-content .date-section .download-btn{
    float: right;
}
@media (max-width: 767px){
    .order-content .date-section .download-btn{
        float: left;
    }
}

.order-content .date-section .display-all-sec{
    padding-top: 6px;
}

.order-content .date-section .display-all-sec .dropdown-menu .column-display {
    margin-left: -1rem !important;
}

.order-content .date-section .display-all-sec .dropdown-menu .disp-column-display {
    margin-left: -18px !important;
}

.order-content .date-section .display-all-sec .dropdown-menu .column-display .display-hr {
    margin-top: 0 !important;
    margin-bottom: 14px !important;
    margin-left: -24px;
}

.order-content .date-section .display-all-sec .dropdown-menu .disp-column-display .display-hr {
    margin-top: 0 !important;
    margin-bottom: 14px !important;
    margin-left: -24px;
}

@media(max-width: 767px){
    .order-content .date-section .display-all-sec{
        padding-top: 0;
        margin-top: -14px;
    }
}
.order-content .date-section .download-option{
    margin-top: 5px;
}
@media(max-width: 767px){
    .order-content .date-section .download-option{
        margin-top: 0;
    }
}
@media(max-width: 767px){
    .order-content .date-section .pagination-sec{
        padding-top: 15px;
    }
}

.order-content .date-section .pagination-sec .total-dispatched-order {
    float: right;
}
@media (max-width: 767px){
    .order-content .date-section .pagination-sec .total-dispatched-order {
        float: left;
        margin-top: -6px;
        margin-bottom: 8px;
    }
}
@media (max-width: 767px){
    .order-content .select-picker .total-a-o {
        justify-content: start!important;
    }
    .order-content .select-picker .b-complete {
        justify-content: start!important;
    }
}

@media (max-width: 767px){
    .order-content .order-search-field {
        margin-bottom: -5px;
    }
}

.order-content .order-search-field .order-checkbox{
    z-index: 1;
}
.order-content .order-search-field .order-search-btn{
    z-index: 1;
}

@media(max-width: 767px){
    .order-content .order-search-field .order-search-btn{
        padding-bottom: 0 !important;
    }
}

@media (max-width: 850px){
    .order-content .order-search-field .order-checkbox{
        font-size: 12px;
    }
}

@media (max-width: 510px){
    .order-content .order-search-field .order-checkbox .order-checkbox-content{
        display: block!important;
        font-size: 14px;
    }
}

.order-content .select-picker {
    margin-top: -25px;
}

@media (max-width: 767px){
    .order-content .select-picker {
        margin-top: 0px;
    }
}

.hold-order-select-assign-picker{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.order-content .pagination-sec .listing-test {
    margin-top: 9px;
    margin-right: 4px;
}

@media (max-width: 767px){
    .order-content .pagination-sec {
        flex-direction: column-reverse;
    }
}

@media(max-width: 540px) {
    .chose-retn-pro-price{
        width: 200%;
    }
}


.order-content .hiddenRow {
    padding: 0 4px !important;
    background-color: #eeeeee;
    font-size: 13px;
}

.awaiting-dispatch-select-picker-content{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

@media(max-width: 575px) {
    .awaiting-dispatch-select-picker-content{
        flex-wrap: wrap;
    }
    .a-d-count{
        margin-left: 10px;
    }
}

@media(max-width: 414px) {
    .a-d-count{
        margin-left: 0;
        margin-top: 10px;
    }
}

.assigned-order-bulk-complete{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.order-content form.example input[type=text] {
    padding: 6px;
    font-size: 15px;
    width: 100%;
    padding-left: 10px;
}

.order-content form.example button {
    padding: 5px;
    float: left;
    width: 20%;
    background: var(--wms-primary-color);
    color: white;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.order-content form.example button:hover {
    background: #0b7dda;
}

.order-content form.example::after {
    content: "";
    clear: both;
    display: table;
}

.order-content .product-inner .order-select-picker {
    width: 10%;
}

.order-content .product-inner .select-picker-assign-button {
    width: 5%;
}

@media (max-width: 1024px) {
    .order-content .product-inner .order-select-picker {
        width: 25%;
    }

    .order-content .product-inner .select-picker-assign-button {
        width: 20%;
    }
}

@media (max-width: 600px) {
    .order-content .product-inner .order-select-picker {
        width: 35%;
        margin-bottom: 10px;
    }

    .order-content .product-inner .select-picker-assign-button {
        width: 30%;
        margin-bottom: 10px;
    }
}

@media (max-width: 540px) {
    .order-content .product-inner .order-select-picker {
        margin-bottom: 0px;
    }

    .order-content .product-inner .select-picker-assign-button {
        margin-bottom: 0px;
    }
}


.order-content .product-inner .bulk-complete {
    min-width: 20%;
}

@media (max-width: 600px) {
    .order-content .product-inner .bulk-complete {
        margin-bottom: 10px;
    }
}

@media (max-width: 540px) {
    .order-content .product-inner .bulk-complete {
        margin-bottom: 0;
    }
}

@media (max-width: 600px) {
    .order-content .dispatched-order {
        flex-wrap: wrap;
    }
}

.order-content .total-awaiting-dispatch {
    font-weight:bold;
    color:#5d9cec;
}

.order-content .total-assigned-order{
    font-weight:bold;
    color:#81c868;
}

.order-content .total-dispatched-order{
    font-weight:bold;
    color:#81c868;
}

@media (max-width: 767px){
    .order-content .order-assign {
        margin-bottom: 20px;
    }
}


.product-sku {
    margin-top: 7px;
}
.product-pivot{
    margin-left: -10px;
}
.product-pivot-quantity{
    margin-top: 7px;
    margin-bottom: 7px;
}
.cancell-reason-table thead{
    border: 1px solid #dee2e6!important;
}
.cancell-reason-table thead tr th{
    padding: 10px!important;
}

/*------//END Order page----- */


/*-------Product, catalogue content------- */

.attribute-con{
    padding-top: 30px;
}

.product-draft-details .attribute{
    padding: 0.5rem;
}

.pro-draft-det {
    border-collapse: collapse;
}

.u-none {
    display: none;
}

.upload-variation-image {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}

.screen-option select.form-control:not([size]):not([multiple]) {
    height: calc(1.8rem + 2px) !important;
}

.variation_search input[type=text] {
    padding: 4px;
}

.variation_search input[type=text]::placeholder {
    padding-left: 10px;
}

.product_v_reload{
    padding: 4px 8px;
    margin-left: 5px;
}

.product-draft-view th {
    position: inherit !important;
}

.onbuy .draft-action-1{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.action-1{
    display: flex;
    justify-content: start;
    width: 100%;
}

.action-2{
    display: flex;
    justify-content: start;
    width: 100%;
    margin-top: 20px;
}

.draft-action-2{
    display: flex;
    justify-content: start;
    width: 100%;
    margin-top: 18px;
}

.catalogue .draft-list .draft-action-2{
    display: flex;
    justify-content: start;
    width: 100%;
    margin-top: 18px;
}

.catalogue .draft-action-2{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 18px;
}

.onbuy .onbuy-list .draft-action-2{
    display: flex;
    justify-content: start;
    width: 100%;
    margin-top: 18px;
}

.ebay .draft-action-2{
    display: flex;
    justify-content: start;
    width: 100%;
    margin-top: 18px;
}

.ebay #sold {
    display: none !important;
}

.ebay-product-name {
    color: var(--wms-primary-color);
}

.input-wrapper {
    position: relative;
    line-height: 14px;
    margin: 0 10px;
    display: inline-block;
    margin-bottom: 20px;
}

@media (max-width: 800px) {
    .input-wrapper{
        margin: 0 60px;
        margin-bottom: 15px;
    }
    .variation_step_1 > .wms-row > .wms-col-6 {
        display: contents;
    }
}

@media (max-width: 414px) {
    .input-wrapper{
        margin: 0 70px;
        margin-bottom: 15px;
    }
}

.collapse-open {
    display: none;
}

.collapse-painel {
    visibility: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height .1s,
    visibility .3s,
    opacity .3s;
}

.collapse-open:checked ~ .collapse-painel {
    max-height: 100%;
    opacity: 100;
    visibility: visible
}

.collapse-list .collapse-btn {
    border-top: 1px solid #e0e0e0;
    display: block;
    padding: 15px 10px;
    margin-bottom: 0;
    color: #4285f4;
    font-weight: normal;
    transition: background-color .2s ease;
}

.collapse-list .collapse-btn:hover {
    background: #eee;
}

.collapse-open ~ .collapse-btn:before {
    content: "↓";
    float: right;
    margin-right: 20px;
    margin-top: 10px;
}

.collapse-open:checked ~ .collapse-btn:before {
    content: "↑";
}

.variation-collapse-open, .location-collapse-open, .ebay-description-collapse-open, .ebay-campaigns-collapse-open {
    display: none;
}
.ebay-product-details-container .ebay-product-content {
    display: none;
    padding: 10px;
}

/* .ebay-product-collapse-open{
    display: none;
} */

.variation-collapse-btn, .location-collapse-btn, .ebay-description-collapse-btn {
    border-bottom: none !important;
}

.ebay-product-collapse-btn {
    border-bottom: none !important;
}

.variation-collapse-open ~ .variation-collapse-btn:before, .location-collapse-open ~ .location-collapse-btn:before, .ebay-description-collapse-open ~ .ebay-description-collapse-btn:before,  .ebay-campaigns-collapse-open ~ .ebay-campaigns-collapse-btn:before{
    content: "+";
    float: right;
    font-size: 16px;
}


.ebay-product-collapse-open:checked ~ .ebay-product-collapse-btn:before {
    content: "+";
    float: right;
    font-size: 16px;
}

.variation-collapse-open:checked ~ .variation-collapse-btn:before, .location-collapse-open:checked ~ .location-collapse-btn:before {
    content: "-";
    font-size: 16px;
}

.ebay-product-collapse-open:checked ~ .ebay-product-collapse-btn:before {
    content: "-";
    font-size: 16px;
}

.ebay-description-collapse-open:checked ~ .ebay-description-collapse-btn:before{
    content: "-";
    font-size: 16px;
}

.ebay-campaigns-collapse-open:checked ~ .ebay-campaigns-collapse-btn:before{
    content: "-";
    font-size: 16px;
}

.variation-image-header {
    background-color: rgb(204 204 204 / 31%);
    text-align: center;
    padding: 5px;
}

.variation-image-body {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.variation_step_1 {
    padding: 25px 70px;
    padding-bottom: 40px;
}

@media (max-width: 1280px) {
    .variation_step_1 {
        padding: 0;
        padding-top: 10px;
        padding-bottom: 40px;
    }
}

.variation_step_2 img {
    width: 100%;
    height: auto;
}

.variation_step_2 {
    border: 1px solid #cccccc;
    margin: 35px 85px 35px 85px;
}

.edit_variation_image{
    margin: 35px 40px 35px 40px !important;
}

@media (max-width: 1440px){
    .variation_step_2 {
        margin: 30px 30px 30px 30px;
    }
}

@media (max-width: 1280px) {
    .variation_step_2 {
        margin: auto;
        margin-top: 30px;
    }
}

@media (max-width: 414px) {
    .variation_step_2{
        margin-top: 0;
    }
}

label.variation-sku, label.variation-size,
label.variation-start-price, label.variation-rrp,
label.variation-ean, label.variation-quantity {
    color: var(--wms-primary-color);
    font-size: 11px;
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 14px;
    padding: 0 2px;
    pointer-events: none;
    background: #fff;
}

input.variation-sku, input.variation-size,
input.variation-start-price, input.variation-rrp,
input.variation-ean, input.variation-quantity  {
    font-size: 13px;
    color: #000000;
    outline: none;
    border: 1px solid var(--wms-primary-color);
    padding: 10px 20px;
    border-radius: 20px;
    position: relative;
    transform: translateY(20px);
    -webkit-transform: translateY(20px); /* Safari & Chrome */
    -moz-transform: translateY(20px); /* Firefox */
    -ms-transform: translateY(20px); /* Internet Explorer */
    -o-transform: translateY(20px); /* Opera */
}
.variation-container label.header{
    padding: 8px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffffff;
}
.location-header, .ebay-description-header, .ebay-campaigns-header{
    padding: 8px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffffff;
}
.variation-container .content {
    display: none;
    padding : 30px;
}
.location-policy-container .location-content {
    display: none;
    padding : 30px;
}
.ebay-description-container .ebay-description-content{
    display: none;
    padding : 20px;
}
@media(max-width: 600px){
    .ebay-description-container .ebay-description-content{
        padding : 10px;
    }
}
.ebay-campaigns-container .ebay-campaigns-content{
    display: none;
    padding : 20px;
}
.cursor-grab {
    cursor: grab;
}
.cursor-pointer{
    cursor: pointer;
}
.cursor-not-allowed{
    cursor: not-allowed;
}
.no-pointer-events{
    pointer-events: none;
}
.onbuy .dropdown-menu {
    min-width: 8rem !important;
}

.ebay .dropdown-menu {
    min-width: 9rem !important;
}

@media (max-width: 1280px) {
    .ebay .dropdown-menu {
        min-width: 8rem !important;
    }
}
@media (max-width: 1024px) {
    .ebay .dropdown-menu {
        min-width: 7rem !important;
    }
}

.onbuy .draft-action-2{
    display: flex;
    justify-content: start;
    width: 100%;
    margin-top: 18px;
}

.product-content form.example input[type=text] {
    font-size: 14px;
    width: 100%;
}
.product-content  form.example button {
    float: left;
    width: 10%;
    padding: 6px;
    background: var(--wms-primary-color);
    border: 1px solid var(--wms-primary-color);
    color: white;
    font-size: 14px;
    border-radius: 4px;
    margin-left: 2px;
    cursor: pointer;
}

.product-content  form.example #search-btn {
    width: 20%;
}
@media(max-width: 767px){
    .product-content  form.example .search-btn {
        width: 80%;
    }
}
@media(max-width: 767px){
    .product-content  form.example #search-btn {
        width: 80%;
    }
}
.product-content form.example .text-area {
    width: 50%;
}

.product-content form.example .search-area {
    width: 50%;
}

@media (max-width: 1024px){
    .product-content form.example button{
        width: 20%;
    }
}

@media (max-width: 600px){
    .product-content form.example button{
        width: 20%;
    }
}

@media (max-width: 550px){
    .product-content form.example button{
        width: 25%;
    }
}

.product-content .product-inner{
    display: flex;
}

@media(max-width: 767px){
    .product-content .product-inner {
        flex-wrap: wrap;
        justify-content: start;
    }
    .product-content .product-inner > * {
        width: 100% !important;
    }
   .product-inner {
        flex-wrap: wrap;
        justify-content: start;
    }
   .product-inner > * {
        width: 100% !important;
        margin-top: 10px;
    }
}

.product-content .position {
    position: relative;
}

.product-content .product-inner .p-text-area {
    width: 30%;
}

.product-inner {
    display: flex;
    align-items: center;
}

textarea {
    /* height: 1em; */
    width: 50%;
    padding: 3px;
    transition: all 0.5s ease;
}

textarea:focus {
    height: 4em;
}

textarea.profile-data {
    min-height: 35px !important;
}

.product-inner .ebay-profile-search {
    width: 40%;
}

@media (max-width: 1024px) {
 .product-inner .ebay-profile-search {
        width: 50%;
    }
}

@media (max-width: 600px) {
   .product-inner .ebay-profile-search {
        width: 100%;
    }
}

.product-inner .p-text-area {
    width: 250px;
}

@media (max-width: 1280px)  {
     .product-inner .p-text-area {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .product-inner .p-text-area {
        width: 100%;
    }
}

@media (max-width: 575px)  {
    .product-inner .p-text-area {
        width: 160%;
    }
}

.product-inner .submit-btn {
    width: 280px;
}

@media(max-width: 1280px) {
    .product-inner .submit-btn {
        width: 85%;
    }
}

.draft-search-form, .onbuy-search-form, .amazon-search-form, .ebay-master-product-search-form {
    width: 60%;
}

.product-inner .draft-search-form input[type=text],
.product-inner .onbuy-search-form input[type=text],
.product-inner .amazon-search-form input[type=text],
.product-inner .ebay-master-product-search-form input[type=text]{
    font-size: 14px;
    width: 100%;
}

.product-inner .draft-search-form button,
.product-inner .amazon-search-form button,
.product-inner .ebay-master-product-search-form button{
    float: left;
    width: 30%;
    padding: 6px;
    background: var(--wms-primary-color);
    border: 1px solid var(--wms-primary-color);
    color: white;
    font-size: 14px;
    border-radius: 4px !important;
    margin-left: 2px;
    cursor: pointer;
}
.product-inner .onbuy-search-form button{
    float: left;
    width: 30%;
    padding: 6px;
    background: var(--wms-primary-color);
    border: 1px solid var(--wms-primary-color);
    color: white;
    font-size: 14px;
    border-radius: 4px !important;
    margin-left: 2px;
    cursor: pointer;
}

@media (max-width: 1280px){
    .product-content .product-inner .p-text-area {
        width: 40% !important;
    }
    .catalogue form.example .search-btn {
        width: 80%;
    }

    .product-inner .onbuy-search-form button {
        width: 92% !important;
    }
    .product-inner .onbuy-search-form .onbuy-pending-search{
        width: 50% !important;
    }
    .product-inner .amazon-search-form button {
        width: 50%;
    }
    .product-inner .ebay-master-product-search-form button {
        width: 50%;
    }
}

@media (max-width: 1024px){
   .product-inner .draft-search-form button {
        width: 45% !important;
    }
}

@media (max-width: 992px){
    .product-inner .draft-search-form button {
        width: 44% !important;
    }
}

@media (max-width: 600px) {
    .product-inner .draft-search-form button {
        width: 100% !important;
    }
   .product-inner .ebay-master-product-search-form button {
        width: 100%;
    }
}

@media(max-width: 600px){
    .product-content .product-inner .p-text-area{
        margin-bottom: 10px;
        width: 50% !important;
    }
   .product-inner .onbuy-search-form button {
        width: 100%;
    }
   .product-inner .amazon-search-form button {
        width: 100%;
    }
}

@media(max-width: 575px){
    .product-content .product-inner .p-text-area{
        width: 74% !important;
    }
    .product-inner .onbuy-search-form button {
        width: 95%;
    }
    .product-inner .amazon-search-form button {
        width: 95%;
    }
  .product-inner .ebay-master-product-search-form button {
        width: 95%;
    }
}

@media (max-width: 414px) {
    .product-inner .p-text-area {
        width: 100%;
    }
}

.product-content .product-inner .empty{
    width: 29%;
}

.product-content .product-inner .select-catalogue{
    width: 25%;
}

.product-content .product-inner .modal-bottom {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100% !important;
    margin: 0;
}

.product-content .product-inner .modal-content {
    border-radius: .3rem .3rem 0 0;
}

.product-content .product-inner .row-wise-search{
    width: 25%;
}
.product-content .product-inner .row-wise-search-1{
    width: 25%;
}

.search-terms{
    width: 25%;
}

.product-content .product-inner .search-position{
    position: absolute;
    left: 74%;
    top: 38px;
}

.product-content .total-d-o span{
    float: right;
    padding-bottom: 5px;
}

@media(max-width: 767px){
    .product-content .total-d-o span {
        float: left;
    }
}

.product-content .p-r-s{
    padding-top: 4px !important;
}

@media(max-width: 767px){
    .product-content .p-r-search{
        margin-bottom: 10px !important;
    }
    .product-content .p-r-s{
        padding-top: 0 !important;
    }
}

.product-content .pagination {
    margin: 0 !important;
    padding: 0 !important;
}

.active-catalogue-bulk-delete {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.bulk-list-on-fruugo-div, .bulk-list-on-lts-div{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
/*-------// End Product, catalogue content------- */



/*-----Invoice --------*/

.receive-invoice .select2 .selection .select2-selection .select2-selection__arrow {
    top: 6px;
}

.invoice-view form.example input[type=text] {
    padding: 9px !important;
    border-radius: 3px;
    font-size: 13px;
    width: 100%;
}
.invoice-variation-filter-message{
    margin-top: -70px;
    margin-bottom: 20px;
    padding: 10px;
    background: red;
    color: #ffffff;
}

.invoice-view form.example button {
    float: left;
    width: 100%;
    padding: 6px;
    background: var(--wms-primary-color);
    color: white;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}
.invoice-variation-img{
    width: 50px;
    height: 50px;
}

@media(max-width: 767px){
    .invoice-view .invoice-no, .vendor {
        float: left;
    }
}

@media screen and (max-width: 767px){
    .invoice-view .s-date{
        margin-top: 8px;
    }
    .invoice-view .s-btn{
        width: 30%;
        margin-left: 35%;
        margin-right: 35%;
    }
}

@media screen and (max-width: 575px){
    .invoice-view .s-invoice{
        margin-bottom: 8px;
    }
}

.invoice-view fieldset {
    border: 1px solid #ffffff !important;
    margin: 0;
    min-width: 0;
    padding: 10px;
    position: relative;
    border-radius:4px;
    background-color:#f5f5f5;
    padding-left:10px!important;
}

.invoice-view legend {
    font-size:14px;
    font-weight:bold;
    margin-bottom: 0px;
    width: 35%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 5px 5px 10px;
    background-color: #ddd;
}

.remove-more-invoice{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: red;
    color: #ffffff;
    padding: 10px;
    margin: 0px 5px;
    cursor: pointer;
}
.invoice-variation-sec{
    top: 34px !important;
    z-index: 1;
}

.invoice-view .modal p {
    word-wrap: break-word;
}

.invoice-view .start-date, .end-date {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media(max-width: 420px){
    .s-mt{
        margin-top: 10px;
    }
}
.invoice-view .f-size {
    font-size: 13px !important;
    padding: 7px !important;
}
.invoice-view .select2 .selection .select2-selection .select2-selection__rendered{
    font-size: 13px;
}
.invoice-view .select2 .selection .select2-selection .select2-selection__arrow {
    top: 5px;
}
/*-----// End Invoice View--------*/

/*------Pending receive------*/
.change-shelver-content{
    display: flex;
    justify-content: start;
    align-items: center;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 10px;
}

@media(max-width: 600px){
    .change-shelver-content {
        flex-wrap: wrap !important;
        justify-content: center !important;
    }

    .change-shelver-content > * {
        width: 100% !important;
    }
}

@media(max-width: 414px){
    .select-shelver-m{
        margin: 5px 0;
    }
    .bulk-shelver-m{
        margin: 5px 0;
    }
}
/*------End Pending receive------*/


/*-- Invoice, completed order select all checkbox css---- */
.regular-checkbox + label {
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked + label {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #99a1a7;
}

.regular-checkbox:checked + label:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #99a1a7;
}
.big-checkbox + label {
    padding: 18px;
}
.big-checkbox:checked + label:after {
    font-size: 28px;
    left: 6px;
}
/*-- End select all checkbox---- */


/*----Color changer part----*/
.slide-toggle{
    font-size: 26px;
}
.ebay-secondary-input-drawer-box{
    position: fixed;
    top: 0;
    right: 0;
    width: 60%;
    height: -webkit-fill-available;
    float: right;
    overflow: auto;
    background-color: #ffffff;
    z-index: 999;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media(max-width: 600px){
    .ebay-secondary-input-drawer-box{
        width: 95%;
    }
}
.drawer-box-header{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--wms-primary-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.drawer-box-body{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.drawer-box-body{
    padding-top: 20px;
}
.ebay-drawer-close-btn{
    padding: 4px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}
.ebay-drawer-close-btn:hover{
    color: red;
}
.bulk-edit-drawer-box{
    float: right;
    overflow: auto;
    background: #343f44 !important;
    width: 8%;
    height: -webkit-fill-available;
    /* top: 70px; */
    top: 0;
    right: 0;
    position: fixed;
    z-index: 999;
}
@media(max-width: 1550px){
    .bulk-edit-drawer-box{
        width: 10%;
    }
}
@media(max-width: 1024px){
    .bulk-edit-drawer-box{
        width: 13%;
    }
}
@media(max-width: 800px){
    .bulk-edit-drawer-box{
        width: 15%;
    }
}
@media(max-width: 600px){
    .bulk-edit-drawer-box{
        width: 19%;
    }
}
@media(max-width: 600px){
    .bulk-edit-drawer-box{
        width: 29%;
    }
}
.box{
    float: right;
    overflow: hidden;
    background: #343f44 !important;
    width: 12%;
    top: 70px;
    right: 0;
    position: fixed;
    z-index: 999;
}

@media(max-width: 1440px){
    .box{
        width: 15%;
    }
}

@media(max-width: 1200px){
    .box{
        width: 18%;
    }
}

@media (max-width: 1024px){
    .box{
        width: 20%;
    }
}
@media (max-width: 800px){
    .box{
        width: 24%;
    }
}
@media(max-width: 768px){
    .box{
        width: 26%;
    }
}
@media (max-width: 480px){
    .box{
        width: 36%;
    }
    .box h4{
        font-size: 20px;
    }
}

.box-inner{
    width: 100%;
    padding: 10px;
    padding-top: 0;
    padding-bottom: 15px;
}
.bulk-edit-drawer-box-inner{
    /* width: 384px; */
    padding: 10px;
}
.bulk-edit-drawer-box-inner h4{
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    color: rgba(255, 255, 255, 0.6);
}
.pro-text{
    color: #ffffff;
}
#regularPriceModal button.submit-btn,
#salesPriceModal button.submit-btn,
#costPriceModal button.submit-btn,
#availableQtyModal button.submit-btn,
#rrpModal button.submit-btn,
#basePriceModal button.submit-btn{
    width: -webkit-fill-available;
}
.darkLight div .btn {
    padding: 6px 24px;
}
/* @media(max-width: 1650px){
    .darkLight div .btn {
        padding: 6px 26px!important;
    }
} */
/* @media(max-width: 1850px){
    .darkLight div .btn {
        padding: 6px 28px!important;
    }
} */
/*----End Color changer part----*/


/*---Shelf wise order---*/
.shelf-wise-order .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: #5959ad !important;
    color: #fff !important;
}
.shelf-wise-order .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:hover{
    background-color: #5959ad !important;
    color: #fff !important;
}
.catalogue-tabs-sec{
    margin-top: 20px;
    border: 1px solid rgb(204 204 204 / 25%);
}
.catalogue-tabs-content{
    box-shadow: none !important;
}
.add-catalogue-tab{
    border-top: 1px #5d9cec30;
    background-color: #98a6ad30;
}
.add-catalogue-tab li.tab{
    background-color: rgb(152 166 173 / 0%);
}
.add-catalogue-tab li.tab a.active{
    background-color: #5959ad !important;
    color: #fff !important;
}
.add-catalogue-tab li.active:hover{
    background-color: #5959ad !important;
    color: #fff !important;
}
.profile-tab .nav-link.active{
    /* background-color: transparent !important; */
    background-color: var(--wms-primary-color) !important;
    color: white;
    border: 2px solid #a8a8f6 !important;
    border-bottom: none !important;
    /* color: #0b0b0b !important; */
}
.ebay-tab-content{
    border: 2px solid #a8a8f6 !important;
    color: inherit !important;
}
.shelf-wise-order .shelf-tab-btn {
    border-top: 1px #5d9cec30;
    background-color: #98a6ad30;
}

.shelf-wise-order .shelf-content {
    padding-bottom: 50px!important;
}

/*---// End Shelf wise order---*/


/* ------- Order Details Billing Shipping ----------- */
@media (max-width: 992px){
    .modal-body .assign-order-details{
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    .modal-body .assign-order-details > * {
        width: 100% !important;
    }
}

.shipping-billing{
    display: flex;
    justify-content: start;
    padding: 0 10px;
}
.shipping{
    width: 50%;
}
.billing{
    width: 50%;
}

@media (max-width: 992px){
    .shipping-billing {
        flex-wrap: wrap;
        justify-content: center;
    }

    .shipping-billing > * {
        width: 100%;
        margin: 0 10px;
    }

    .shipping-billing .shipping hr{
        width: 100% !important;
    }
    .shipping-billing .billing hr{
        width: 100% !important;
    }

    .billing {
        padding-top: 30px;
    }
}

.shipping .shipping-content{
    margin-top: -15px;
}
.billing .billing-content{
    margin-top: -15px;
}

.shipping .shipping-content .content-left{
    display: flex;
    width: 30%;
}
.billing .billing-content .content-left{
    display: flex;
    width: 30%;
}
.billing .billing-content .content-right{
    display: flex;
    width: 70%;
}
.shipping .shipping-content .content-right{
    display: flex;
    width: 70%;
}

/* -------End Order Details Billing Shipping ----------- */



/*----------------Table sort list--------------------*/

.btn-group .dropdown-menu .column-display {
    padding-top: 5px;
}
.btn-group .dropdown-menu .column-display li {
    list-style-type: none;
    margin-left: -20px;
    margin-top: 5px;
}

.btn-group .dropdown-menu .column-display {
    padding-top: 5px;
}
.btn-group .dropdown-menu .column-display li {
    list-style-type: none;
    margin-left: -20px;
    margin-top: 5px;
}

.header-cell {
    padding: 10px 30px 10px 10px !important;
    position: relative;
    cursor: pointer;
}
.header-cell::before, .header-cell::after {
    content: '';
    position: absolute;
    top: 32%;
    right: 12px;
    border: 4px solid transparent;
}
.header-cell::before {
    border-bottom-color: #bdbdbd;
    margin-top: -18px;
}
.header-cell::after {
    border-top-color: #bdbdbd;
    margin-top: -8px;
}
.header-cell.sort-asc::before {
    border-width: 5px;
    margin-top: -19px;
    right: 10px;
    border-bottom-color: #3f3f3f;
}
.header-cell.sort-asc::after {
    content: none;
}
.header-cell.sort-desc::before {
    content: none;
}
.header-cell.sort-desc::after {
    border-width: 5px;
    margin-top: -9px;
    right: 10px;
    border-top-color: #3f3f3f;
}

/*---------------Table sort list--------------------*/

.modal .modal-dialog .modal-content .modal-header{
    border-bottom-width: 1px!important;
}
.shelf-product-modal .modal-dialog .modal-content{
    padding: 0;
    border-radius: 0 !important;
}
.shelf-product-modal .modal-dialog .modal-content .modal-header{
    background: #343f44 !important;
    color: #ffffff !important;
    padding: 6px 16px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.shelf-product-modal .modal-header .close{
    color: #ffffff;
}
.shelf-product-modal .modal-header .close:hover{
    color: red;
}
.onbuy-product .list-onbuy {
    display: flex;
    align-items: center;
}

@media (max-width: 767px){
    .onbuy-product .list-onbuy {
        justify-content: center;
    }
}

.m_summary_points .m-summary-btn{
    padding: 5px 7px;
}

@media (min-width: 992px) {
    .custom-modal {
        max-width: 90%!important;
        margin: 50px 50px 50px 75px;
    }
}

.custom-modal-close-btn{
    border: 1px solid #ff000075!important;
    color: red;
}
.custom-modal-close-btn:hover{
    color: red;
}
.custom-modal .custom-modal-close-btn{
    margin: -1rem 0rem -1rem auto!important;
}
.add-terms-modal-close:hover{
    color: red;
}
.order-hr {
    margin-top: 0;
}
.font-10{
    font-size: 10px;
}
.font-11{
    font-size: 11px;
}
.font-12{
    font-size: 12px;
}
.font-13{
    font-size: 13px;
}
.font-14{
    font-size: 14px;
}
.w-td-90{
    width: 90%;
}
.w-td-10{
    width: 10%;
}
.w-td-60{
    width: 60%;
}
.w-td-80{
    width: 80%;
}
.w-td-50{
    width: 50%;
}
.w-td-45{
    width: 45%;
}
.w-td-40{
    width: 40%;
}
.w-td-30{
    width: 30%;
}
.w-td-25{
    width: 25%
}
.w-td-20{
    width: 20%;
}
.w-td-15{
    width: 15%;
}
.w-td-10{
    width: 10%;
}
.valign-middle{
    vertical-align: middle !important;
}
@media(max-width: 600px){
    .modal .modal-body .body-part-one {
        display: block;
        overflow-x: auto;
        width: 100%;
    }
}

@media (max-width: 992px) {
    .mt-md-5{
        margin-top: 5px !important;
    }
    .mt-md-10{
        margin-top: 10px !important;
    }
    .mt-md-15{
        margin-top: 15px !important;
    }
    .mt-md-20{
        margin-top: 20px !important;
    }
    .mb-md-5 {
        margin-bottom: 5px !important;
    }
    .mb-md-10 {
        margin-bottom: 10px !important;
    }
    .mb-md-15 {
        margin-bottom: 15px !important;
    }
    .mb-md-20 {
        margin-bottom: 20px !important;
    }
}

@media(max-width: 767px){
    .mt-sm-5{
        margin-top: 5px !important;
    }
    .mt-sm-10{
        margin-top: 10px !important;
    }
    .mt-sm-15{
        margin-top: 15px !important;
    }
    .mt-sm-20{
        margin-top: 20px !important;
    }
    .mb-sm-5 {
        margin-bottom: 5px !important;
    }
    .mb-sm-10 {
        margin-bottom: 10px !important;
    }
    .mb-sm-15 {
        margin-bottom: 15px !important;
    }
    .mb-sm-20 {
        margin-bottom: 20px !important;
    }
    .ml-sm-10 {
        margin-left: 10px !important;
    }
    .mr-sm-10 {
        margin-right: 10px !important;
    }
    .ml-sm-25 {
        margin-left: 25px !important;
    }
    .mr-sm-25 {
        margin-right: 25px !important;
    }
    .ml-sm-40{
        margin-left: 40px !important;
    }
    .pt-sm-5 {
        padding-top: 5px !important;
    }
    .pt-sm-10 {
        padding-top: 10px !important;
    }
    .pt-sm-15 {
        padding-top: 15px !important;
    }
    .pt-sm-20 {
        padding-top: 20px !important;
    }
    .pb-sm-5 {
        padding-bottom: 5px !important;
    }
    .pb-sm-10 {
        padding-bottom: 10px !important;
    }
    .pb-sm-15 {
        padding-bottom: 15px !important;
    }
    .pb-sm-20 {
        padding-bottom: 20px !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

@media(max-width: 575px){
    .mt-xs-5 {
        margin-top: 5px !important;
    }
    .mt-xs-10 {
        margin-top: 10px !important;
    }
    .mt-xs-15{
        margin-top: 15px !important;
    }
    .mt-xs-20{
        margin-top: 20px !important;
    }
    .mb-xs-5 {
        margin-bottom: 5px !important;
    }
    .mb-xs-10 {
        margin-bottom: 10px !important;
    }
    .mb-xs-15 {
        margin-bottom: 15px !important;
    }
    .mb-xs-20 {
        margin-bottom: 20px !important;
    }
    .mr-xs-10 {
        margin-right: 10px !important;
    }
    .ml-xs-10 {
        margin-left: 10px !important;
    }
    .ml-xs-0 {
        margin-left: 0 !important;
    }

    .mr-xs-25 {
        margin-right: 25px !important;
    }
    .ml-xs-25 {
        margin-left: 25px !important;
    }

    .pt-xs-5 {
        padding-top: 5px !important;
    }
    .pt-xs-10 {
        padding-top: 10px !important;
    }
    .pt-xs-15 {
        padding-top: 15px !important;
    }
    .pt-xs-20 {
        padding-top: 20px !important;
    }
    .pb-xs-5 {
        padding-bottom: 5px !important;
    }
    .pb-xs-10 {
        padding-bottom: 10px !important;
    }
    .pb-xs-15 {
        padding-bottom: 15px !important;
    }
    .pb-xs-20 {
        padding-bottom: 20px !important;
    }
    .justify-content-xs-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .col-xs-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(max-width: 385px){
    .mt-xs-cus{
        margin-top: 15px;
    }
}

/*------------Datatable page new design css----------
------------------------------------------------------*/

/*-----------dashborard--------------*/

.portlet .portlet-body{
    padding: 0 15px 15px 15px !important;
}

.portlet .portlet-heading .portlet-title {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

.ordered-category-card {
    border-top: 5px solid var(--wms-primary-color) !important;
}

.ordered-product-card {
    border-top: 5px solid #007bff!important
}

.ordered-country-card{
    border-top: 5px solid #fb6d9d !important;
}

.ordered-channel-header {
    border-top: 5px solid #81c868 !important;
}

.ordered-sales-header {
    border-top: 5px solid #E91E63;
}

.dash_top_eight_card_content .dropdown-toggle::after, .columnchart .dropdown-toggle::after, .piechart .dropdown-toggle::after, .orderproductchart .dropdown-toggle::after,
.ordercategorychart .dropdown-toggle::after, .card-dropdown-menu  .dropdown-toggle::after, .shelf-action .dropdown-toggle::after {
    display: none !important;
}

.top-ordered-product .label-success {
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
    padding: 8px 10px;
    border-radius: 5px;
    min-width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-primary-btm {
    border-bottom: 1px solid var(--wms-secondary-color);
}

.top-ordered-category-table {
    display: block;
    width: 100%;
    height: 259px;
    overflow-y: scroll;
}

.top-ordered-category-table .label-success {
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
    padding: 4px 10px;
    padding-top: 5px;
    border-radius: 5px;
    min-width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-ordered-category-table thead tr th {
    background-color: #ebebeb;
    padding: 14px 8px;
}

.top-ordered-category-table tbody tr:hover{
    background-color: #fafafa;
}

.top-ordered-category-table tr:nth-child(odd),
.top-ordered-category-table tr.odd.odd {
    background-color: inherit;
}

.top-ordered-category-table tr:nth-child(odd):last-child,
.top-ordered-category-table tr.odd.odd:last-child {
    background-color: inherit;
    border-bottom: 1px solid rgba(204, 204, 204, 0.66);
}

.top-ordered-category-table tr:nth-child(even),
.top-ordered-category-table tr.even.even {
    border-top: 1px solid rgba(204, 204, 204, 0.66);
    border-bottom: 1px solid rgba(204, 204, 204, 0.66);
}

.top-ordered-country-table {
    display: block;
    width: 100%;
    height: 259px;
    overflow-y: scroll;
    /*border-bottom: 1px solid rgba(204, 204, 204, 0.66);*/
}

.w_category_name, .c_condition_name, .c_attribute_terms {
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 600px) {
    .w_category_name, .c_condition_name, .c_attribute_terms {
        padding-left: 2px;
        padding-right: 2px;
    }
}

.top-ordered-country-table thead tr th {
    background-color: #ebebeb;
    padding: 14px 8px;
}

.top-ordered-country-table tbody tr:hover {
    background-color: #fafafa;
}

.top-ordered-country-table tr:nth-child(odd),
.top-ordered-country-table tr.odd.odd {
    background-color: inherit;
}
.top-ordered-country-table tr:nth-child(even),
.top-ordered-country-table tr.even.even {
    border-top: 1px solid rgba(204, 204, 204, 0.66);
    border-bottom: 1px solid rgba(204, 204, 204, 0.66);
}

.top-ordered-channel-table {
    width: 100%;
}

.top-ordered-channel-table thead tr th {
    background-color: #ebebeb;
    padding: 14px 8px;
}

.top-ordered-channel-table tbody tr:hover {
    background-color: #fafafa;
}

.top-ordered-channel-table tr:nth-child(odd),
.top-ordered-channel-table tr.odd.odd {
    background-color: inherit;
}
.top-ordered-channel-table tr:nth-child(even),
.top-ordered-channel-table tr.even.even {
    border-top: 1px solid rgba(204, 204, 204, 0.66);
    border-bottom: 1px solid rgba(204, 204, 204, 0.66);
}

.top-ordered-product-table {
    display: block;
    height: 400px;
    overflow-y: scroll;
}

.top-ordered-product-table .label-success {
    background-color: #81c868;
    padding: 5px 20px;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
}

.top-ordered-product-table thead tr th {
    background-color: #ebebeb;
    padding: 14px 8px;
}

.top-ordered-product-table tr:nth-child(odd),
.top-ordered-product-table tr.odd.odd {
    background-color: #fafafa;
}
.top-ordered-product-table tr:nth-child(even),
.top-ordered-product-table tr.even.even {
    background-color: inherit;
}

.top-ordered-product-table tbody tr td img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #bbbbbb;
    -webkit-box-shadow: 0 5px 10px 0px rgba(49,47,49,0.2);
    -moz-box-shadow: 0 5px 10px 0px rgba(49,47,49,0.2);
    -ms-box-shadow: 0 5px 10px 0px rgba(49,47,49,0.2);
    box-shadow: 0 5px 10px 0px rgba(49,47,49,0.2);
    text-shadow: 0 0 black;
}

.top-ordered-product-table thead tr .catalogue, .variation-id, .total-order {
    width: 10%;
}

.top-ordered-product-table thead tr .variation {
    width: 13%;
}


.sales-card {
    border-radius: 10px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
    transition: left 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, top 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.sales-card:hover {
    transform: scale(1.1);
    transition-delay: 3s;

}

.dash_top_eight_card_content a:not([href]):not([tabindex]),
.overall_sell a:not([href]):not([tabindex]),
.sales_by_channel a:not([href]):not([tabindex]),
.top_twenty_ordered_country a:not([href]):not([tabindex]),
.top_twenty_ordered_product a:not([href]):not([tabindex]),
.top_twenty_ordered_category a:not([href]):not([tabindex]) {
    padding-top: 3px;
    padding-bottom: 3px;
}

.media-body {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}

.media .media-title {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 13px;
    color: #34395e;
}

#sales-price {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}
#sales-price .sales-price-square {
    width: 15px;
    height: 3px;
    background-color: #f9f9f9;
}
#sales-price .sales-price-label {
    font-size: 12px;
    font-weight: 600;
    margin-left: 5px;
}

#chartdiv3 {
    width: 100%;
    height: 120vh;
}

@media (max-width: 600px) {
    #chartdiv3 {
        width: 100%;
        height: 160vh;
    }
}

#chartdiv4{
    width: 100%;
    height: 350px;
}

#chartdiv1, #chartdiv2 {
    width: 100%;
    height: 500px;
}

.l-bg-cherry {
    background: linear-gradient(to right, #493240, #f09) !important;
}

.l-bg-blue-dark {
    background: linear-gradient(to right, #373b44, #4286f4) !important;
}

.l-bg-green-dark {
    background: linear-gradient(to right, #0a504a, #38ef7d) !important;
}

.l-bg-orange-dark {
    background: linear-gradient(to right, #a86008, #ffba56) !important;
}

.l-bg-light-green-orange{
    background: linear-gradient(to right, #95BF46, #ffba56) !important;
}

.l-bg-bringal-dark {
    background: linear-gradient(to right, #060107c4, #9c27b0bd) !important
}

.l-bg-cyan-dark{
    background: linear-gradient(to right, #0e353a, #00BCD4) !important;
}

.l-bg-ash-dark {
    background: linear-gradient(to right, #32170d, #795548b3) !important;
}

.l-bg-melon-dark {
    background: linear-gradient(to right, #5b291b, #ff5722) !important;
}

.sales-card .card-statistic {
    position: relative;
    color: #fff;
    padding: 15px;
    border-radius: 3px;
    overflow: hidden;
}

.sales-card .card-statistic .card-icon {
    text-align: center;
    line-height: 50px;
    margin-left: 15px;
    color: #000;
    position: absolute;
    right: 5px;
    top: 20px;
    opacity: 0.1;
}

.sales-card .card-statistic .card-icon-large {
    font-size: 110px;
    width: 110px;
    height: 50px;
    text-shadow: 3px 7px rgba(0,0,0,0.3);
}

.sales-card .card-statistic .card-icon-large .fa fa-gbp {
    font-size: 110px;
}

.progress {
    -webkit-box-shadow: 0 0.4rem 0.6rem rgba(0,0,0,0.15) !important;
    box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.15) !important;
    margin: 0;
}

.l-bg-cyan {
    background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
}

.l-bg-green {
    background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%) !important;
}

.l-bg-orange {
    background: linear-gradient(to right, #f9900e, #ffba56) !important;
}

.l-bg-melon {
    background: linear-gradient(to right, #F44336, #ff5722b8) !important
}

.l-bg-ash {
    background: linear-gradient(to right, #FF9800, #795548c9) !important
}

.l-bg-bringal {
    background: linear-gradient(to right, #9c27b0cf, #9c27b080) !important
}

.l-bg-cherry-light {
    background: linear-gradient(to right,  #f09, #f099) !important
}

.l-bg-olive {
    background: linear-gradient(135deg, #8BC34A, #8bc34a8f) !important;
}

.mixin-card .card-statistic-2 {
    position: relative;
    color: #000000;
    padding: 15px;
    border-radius: 3px;
    overflow: hidden;
}

.mixin-card .card-statistic-2 p{
    color: #000000 !important;
}

.mixin-card .card-statistic-2 .card-content h5{
    font-size: 16px;
}

.col-green {
    color: #4caf50 !important;
}
.col-orange {
    color: #ff9800 !important;
}

.mixin-card {
    background-color: #fff;
    border-radius: 10px;
    border: none;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
}

.mixin-card .card-statistic-2 .banner-img img {
    max-width: 90px;
    float: right;
}

.topEightCardSaletablinks:hover, .channeltablinks:hover, .TopORcountrytablinks:hover, .orderproducttablinks:hover, .ordercategorytablinks:hover{
    background: rgb(204 204 204 / 54%);
}

/*-----dashborard---------*/



/*---Profile---*/

.profile-background-image-body {
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url("/admin/uploads/auth-background-image.jpg");
    box-shadow: 0 7px 35px rgba(90,97,105,0.1),
    0 15px 22px rgba(90,97,105,0.1),
    0 4px 8px rgba(90,97,105,0.12),
    0 2px 3px rgba(90,97,105,0.1);
}

.personal-details-card-header {
    background: 0 !important;
    padding: 0px 20px !important;
}

.personal-details-card-header h4 {
    font-size: 16px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
}

.profile-nav-tabs .active {
    background-color: #f3f1f1 !important;
}

.profile-nav-tabs {
    box-shadow: none !important;
}

.profile-checkbox .checkbox-custom {
    padding-right: 10px;
}

.profile-tab-content{
    margin-top: 5px;
    padding: 20px !important;
    padding-top: 35px !important;
    border: 1px solid #ededed;
    box-shadow: none !important;
}

.profile-table-navtab {
    background-color: #f9f9f9 !important;
}

/*---Profile---*/


/*---Toggle Switch Button---*/

.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}
/* .res-onoff-btn{
    margin-left: -12px;
} */
/* @media(max-width: 768px){
    .res-onoff-btn{
        margin-left: -18px;
    }
}
@media(max-width: 600px){
    .res-onoff-btn{
        margin-left: 0px;
    }
} */
.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
    background: #0adc1e;
}
.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #0adc1e;
    color: #FFFFFF;
}
/*.onoffswitch-inner:before {*/
/*    content: "OFF";*/
/*    padding-left: 10px;*/
/*    background-color: #ED1B24;*/
/*    color: #FFFFFF;*/
/*}*/
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #ED1B24;
    color: #ffffff;
    text-align: right;
}
/*.onoffswitch-inner:after {*/
/*    content: "ON";*/
/*    padding-right: 10px;*/
/*    background-color: #0adc1e;*/
/*    color: #ffffff;*/
/*    text-align: right;*/
/*}*/
.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
/*---End Toggle Switch Button---*/


/* Ebay onoff switch button */
.ebay-onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .ebay-onoffswitch-switch {
    right: 0px;
}
/*End ebay onoff switch button */


/*---Drop up button------*/

.dropup .manage-btn {
    background: linear-gradient(to right, #0a504a, #38ef7d) !important;
    border: 1px solid #38ef7d;
    color: #ffffff;
}

.dropup .expand-manage-btn {
    background: linear-gradient(to right, var(--indigo), #38ef7d) !important;
    border: 1px solid #38ef7d;
    color: #ffffff;
}

.dropup .manage-btn-cherry{
    background: linear-gradient(to right, #493240, #f09) !important;
    /*background: linear-gradient(to right, #a86008, #ffba56) !important;*/
    border: 1px solid #f09;
    color: #ffffff;
}

.dropup .manage-btn:hover, .manage-btn:focus {
    background: linear-gradient(to right, #373b44, #4286f4) !important;
    color: #ffffff;
}

.dropup .expand-manage-btn:hover, .expand-manage-btn:focus {
    background: linear-gradient(to right, var(--wms-primary-color), #4286f4) !important;
    color: #ffffff;
}

.dropup .manage-btn-cherry:hover, .dropup .manage-btn-cherry:focus {
    background: linear-gradient(to right, #373b44, #4286f4) !important;
    border: 1px solid #4286f4;
    color: #ffffff;
}

.dropup-content {
    padding: 20px 20px 14px 20px;
}

.ebay-table .dropup-content, .shelf-table .dropup-content {
    padding: 8px 20px 8px 20px;
}

.catalogue-dropup-content {
    padding: 14px 16px 7px 16px !important;
}

.onbuy-dropup-content {
    padding: 14px 20px 14px 20px !important;
}

.ebay-dropup-content {
    padding: 14px 20px 14px 20px !important;
}

.order-table .dropup-content {
    padding: 9px 20px 9px 20px;
}
.fruugo-variation-product-dropup{
    left: 200px !important;
}
.product-name-textarea{
    width: -webkit-fill-available;
}

/*---End Drop up button------*/




.catalogue  form.example .search-btn {
    width: 50%;
}

.screen-option-content .pagination-count {
    width: 80px;
    padding: 4px;
}

.screen-option-content .pagination-count:focus{
    border: 2px solid var(--wms-primary-color);
    border-radius: 4px;
}

.screen-option-content .submit{
    margin-top: 5px;
}

.screen-option-content .submit .submit-btn{
    padding: 6px 20px;
    background: var(--wms-primary-color);
    color: #ffffff;
    font-size: 16px;
    border: 1px solid var(--wms-primary-color);
    cursor: pointer;
    border-radius: 0 20px 0 20px;
}

/*.screen-option-content .submit .attr-cat-btn {*/
/*    padding: 4px 14px !important;*/
/*}*/

.screen-option-content .submit .submit-btn:focus{
    outline: 1px solid var(--wms-primary-color);
}

.screen-option{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media(max-width: 600px){
    .unmatched-breadcrumb{
        flex-wrap: wrap;
    }
    .unmatched-csv-mb{
        margin-top: 15px;
    }
}
@media (max-width: 575px){
    .screen-option {
        flex-wrap: wrap;
        /* flex-direction: column-reverse; */
    }
}

@media (max-width: 414px) {
    .screen-option > *{
        width: 100%;
    }
}

.draft-page .screen-option .empty-content{
    width: 86%;
}

@media (max-width: 768px) {
    .onbuy-page .device-view {
        margin-top: 10px;
    }

    .draft-page .screen-option-content .content-inner p {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .draft-page .screen-option-content .content-inner p {
        font-size: 18px;
    }
}

/*.draft-page .screen-option .empty-content .breadcrumb{*/
.page-breadcrumb{
    background: rgb(210, 216, 222);
    padding: 6px 15px;
    border-radius: 30px;
    margin: 0;
}

.page-breadcrumb .breadcrumb-item a{
    color: rgba(0, 0, 0, 0.6392156862745098);
}

.page-breadcrumb .breadcrumb-item.active{
    color: var(--wms-primary-color);
}

.filter-btn .fa:after {
    content: "\f0b0";
    cursor: pointer;
    margin-right: 4px;
}

.filter-btn::after{
    content: none !important;
}

button.filter-btn {
    border: none;
    cursor: pointer;
}

.product-filter-btn::after{
    content: none !important;
}

button.product-filter-btn {
    border: none;
    cursor: pointer;
    background-color: var(--wms-primary-color);
}

.dropdown-menu.filter-content {
    top: 8px !important;
    padding: 20px;
    width: 220px;
    border-radius: 0;
}

div.filter-content{
    z-index: 98;
}

.filter-content .input-text {
    border-radius: initial !important;
    width: 100%;
}

.filter-content .symbol-filter-input-text {
    width: 105% !important;
}

.filter-content .input-text:focus{
    border: 1px solid #5d9cec !important;
}

.filter-content .checkbox-custom input[type="checkbox"]:checked + label::before {
    background-color: #5d9cec;
    border-color: #5d9cec;
}

.filter-symbol select.form-control:not([size]):not([multiple]) {
    height: calc(2.2rem + 0px);
    border-radius: 0;
}

.product-filter-symbol select.form-control:not([size]):not([multiple]) {
    width: 60px !important;
}

.product-filter-symbol .filter-content .symbol-filter-input-text {
    width: 100% !important;
}

.product-filter-symbol .dropdown-menu.stock-filter-content {
    width: 260px;
}

.filter-symbol select.form-control:not([size]):not([multiple]):focus{
    border: 1px solid #5d9cec !important;
}

.order-table .dropdown-menu {
    min-width: 8rem;
}

@media(max-width: 600px) {
    .order-table .dropdown-menu {
        min-width: 6rem;
    }
}

.dropdown-menu.stock-filter-content {
    width: 300px;
}

.filter-apply-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
}

.filter-apply-btn .fa {
    font-size: 20px;
}

.screen-option-btn [data-toggle="collapse"] .fa:after {
    content: "\f139";
}

.screen-option-btn [data-toggle="collapse"].collapsed .fa:after {
    content: "\f13a";
}

.screen-option .screen-option-btn{
    /* width: 23%; */
    display: flex;
}
.view-manage-variation{
    margin-right: 10px;
    border-radius: inherit;
    width: 160px;
}

@media (max-width: 1024px) {
    .screen-option .screen-option-btn{
        width: 42%;
    }
}

@media (max-width: 800px) {
    .screen-option .screen-option-btn{
        width: 45%;
    }
}

@media (max-width: 767px){
    .screen-option .screen-option-btn {
        width: 55%;
    }
}

@media (max-width: 575px){
    .screen-option .screen-option-btn{
        width: 28%;
    }
}

@media (max-width: 414px) {
    .screen-option .screen-option-btn {
        margin-top: 20px;
        width: 65%;
        display: flex;
        flex-direction: column;
    }
    .view-manage-variation{
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 384px) {
    .screen-option .screen-option-btn {
        margin-top: 20px;
        width: 65%;
    }
}


.screen-option .screen-option-btn button {
    /* width: 100%; */
    width: 160px;
    padding: 4px;
    background: var(--wms-primary-color);
    color: #ffffff;
    font-size: 14px;
    border: 1px solid var(--wms-primary-color);
    border-radius: 0;
    cursor: pointer;
    text-decoration: none;
}

/* @media(max-width: 600px){
    .screen-option .screen-option-btn button{
        width: 10%;
    }
} */

.screen-option .screen-option-btn button:focus{
    outline: 2px solid var(--wms-primary-color) !important;
}

.screen-option-content .content-inner p {
    font-size: 20px;
}

@media(max-width: 1024px){
    .screen-option-content .content-inner p {
        font-size: 19px;
    }
    .screen-option-content .ebay-content-inner p {
        font-size: 18px;
    }
    .screen-option-content .catalogue-draft-details p {
        font-size: 15px !important;
    }
    .screen-option-content .screen-option-responsive-content-inner p {
        font-size: 15px !important;
    }
}

@media(max-width: 992px){
    .screen-option-content .content-inner p {
        font-size: 17px;
    }
}

@media(max-width: 800px){
    .screen-option-content .content-inner p {
        font-size: 16px;
    }
    .screen-option-content .ebay-content-inner p {
        font-size: 15px;
    }
    .screen-option-content .catalogue-draft-details p {
        font-size: 14px !important;
    }
    .screen-option-content .screen-option-responsive-content-inner p {
        font-size: 14px !important;
    }
}

@media (max-width: 768px) {
    .screen-option-content .ebay-content-inner p {
        font-size: 14px;
    }
    .screen-option-content .catalogue-draft-details p {
        font-size: 12px !important;
    }
    .screen-option-content .screen-option-responsive-content-inner p {
        font-size: 12px !important;
    }
}

@media(max-width: 600px){
    .screen-option-content .content-inner p {
        font-size: 20px;
    }
    .screen-option-content .catalogue-draft-details p {
        font-size: 20px !important;
    }
    .screen-option-content .screen-option-responsive-content-inner p {
        font-size: 20px !important;
    }
}

@media (max-width: 1280px){
    .screen-option-content .content-inner {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 20px;
        padding-top: 10px;
    }
}

@media (max-width: 1280px){
    .screen-option-content .content-inner {
        width: 100%;
    }
}

@media (max-width: 800px) {
    .screen-option-content .content-inner .sm-view {
        display: block !important;
    }
}

@media (max-width: 1024px) {
    .screen-option-content .address {
        margin-top: 10px;
    }
}

.screen-option-content .syncronize img {
    width: 100px;
}

@media (max-width: 360px) {
    .screen-option-content .syncronize img {
        width: 70px;
    }
}

.screen-option-content .syncronize {
    border: 1px solid var(--wms-primary-color);
    border-radius: 10px;
    height: 50px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.screen-option-content .syncronize:hover{
    background-color: #d2cbcb !important;
}

.screen-option-content .syncronize:focus{
    border: 2px solid var(--wms-primary-color) !important;
    border-radius: 10px !important;
}

.updateChannelIconButton{
    /* border: 1px solid var(--wms-primary-color); */
    /* border-radius: 10px; */
    position: relative;
    padding: 6px;
    background-color: #5D9CEC;
    color: #ffffff;
    border: 2px solid var(--wms-primary-color);
    border-radius: 10px;
    width: 65px;
    text-align: center;
}
.channel-show-check{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffffff;
    color: var(--wms-primary-color);
    border-radius: 10px;
}
/* .updateChannelIconButton:hover{
    background-color: #d2cbcb !important;
} */

/* .updateChannelIconButton:hover{
    border: 2px solid var(--wms-primary-color) !important;
    border-radius: 10px !important;
} */

.screen-option-content .columns, .pagination {
    font-size: 16px;
}

.screen-option-content .checkbox {
    padding-left: 4px;
    padding-right: 3px;
}
.product-screen-option-content .checkbox {
    padding-right: 6px !important;
}
.screen-option-content .checkbox label {
    padding-left: 3px;
}

.screen-option-content .column-display{
    padding: 0 !important;
    margin: 0 !important;
}

.screen-option-content .select-catalogue select.catalogue-form-con:focus{
    border: 1px solid var(--wms-primary-color) !important;
}

.screen-option-content .select-catalogue select.catalogue-form-con:not([size]):not([multiple]){
    height: calc(2.25rem + -4px) !important;
}

.screen-option-content .column-display li{
    margin-right: 10px;
    font-size: 16px;
}

.screen-option-content {
    padding-bottom: 20px;
    border: 1px solid rgb(126, 87, 194);
}

.screen-option-content .column-display{
    padding: 0 !important;
    margin: 0 !important;
}

.screen-option-content .column-display li{
    margin-right: 10px;
}


.product-draft-table .thumb-md {
    box-shadow: 0 5px 10px 0 rgba(105, 103, 103, 0.16);
    border: 1px solid #a59d9d;
    border-radius: 10px !important;
    width: 50px;
    height: 50px;
}


.onbuy-table .thumb-md, .ebay-table .thumb-md, .amazon-table .thumb-md {
    box-shadow: 0 5px 10px 0 rgba(105, 103, 103, 0.16);
    border: 2px solid #ffffff;
    width: 48px;
    height: 48px;
    border-radius: 0 !important;
}

table.product-draft-table tbody .catalogue-link {
    color: var(--wms-primary-color);
}

.product-draft-table tr th{
    border: 0 !important;
    border-radius: 0 !important;
    vertical-align: top !important;
    text-align: left !important;
    padding: 10px;
}

.product-draft-table tr td{
    border: 0 !important;
    border-radius: 0 !important;
    text-align: left !important;
    padding: 10px;
}
.product-draft-table tr td{
    vertical-align: middle !important;
}

.product-draft-table thead {
    background-color: var(--wms-tertiary-color);
}

.row-expand-table thead {
    background-color: rgba(0,0,0,0.04);
    border-bottom: 1px solid rgba(198, 197, 197, 0.611764705882353) !important;
}

.product-draft-table thead tr th {
    padding: 10px;
    vertical-align: text-top !important;
}
.product-draft-table thead tr th, .product-draft-table tbody tr td{
    color: #343F44;
}

.product-draft-table tr:nth-child(odd),
.product-draft-table tr.odd.odd {
    background-color: rgba(192, 192, 192, 0.13);
}

.product-draft-table tr:nth-child(even),
.product-draft-table tr.even.even {
    background-color: inherit;
    border-top: 1px solid var(--wms-tertiary-color) !important;
}


.enable-all-table .thumb-md {
    box-shadow: 0 5px 10px 0 rgba(105, 103, 103, 0.16);
    border: 1px solid #a59d9d;
    border-radius: 10px !important;
    width: 50px;
    height: 50px;
}



table.enable-all-table tbody .catalogue-link {
    color: var(--wms-primary-color);
}

.enable-all-table tr th{
    border: 0 !important;
    border-radius: 0 !important;
    vertical-align: top !important;
    text-align: left !important;
    padding: 10px;
}

.enable-all-table tr td{
    border: 0 !important;
    border-radius: 0 !important;
    text-align: left !important;
    padding: 10px;
}
.enable-all-table tr td{
    vertical-align: middle !important;
}

.enable-all-table thead {
    background-color: var(--wms-tertiary-color);
}

.enable-all-table thead tr th {
    padding: 10px;
    vertical-align: text-top !important;
}
.enable-all-table thead tr th, .enable-all-table tbody tr td{
    color: #343F44;
}

.enable-all-table tr:nth-child(odd),
.enable-all-table tr.odd.odd {
    background-color: rgba(192, 192, 192, 0.13);
}

.enable-all-table tr:nth-child(even),
.enable-all-table tr.even.even {
    background-color: inherit;
    border-top: 1px solid var(--wms-tertiary-color) !important;
}

/* ------------------ */

.pending-receive-table tr:nth-child(even),
.pending-receive-table tr.even.even {
    border-top: none !important;
}

.defected-product-table tr:nth-child(even),
.defected-product-table tr.even.even {
    border-top: none !important;
}

.product-draft-table-row-expand tr:nth-child(even),
.product-draft-table-row-expand tr.even.even {
    border-top: 1px solid var(--wms-tertiary-color) !important;
}

.order-table .edit-btn {
    box-shadow: 0 2px 6px #41414261 !important;
}

.onbuy-table .view-btn,  .amazon-table .view-btn{
    box-shadow: 0 2px 6px #41414261 !important;
}

.order-table .view-btn {
    box-shadow: 0 2px 6px #41414261 !important;
}

.ebay-table .view-btn {
    box-shadow: 0 2px 6px #41414261 !important;
}

.onbuy-table .del-pub, .amazon-table .del-pub {
    box-shadow: 0 2px 6px #41414261 !important;
}

.order-table .del-pub {
    box-shadow: 0 2px 6px #41414261 !important;
}

.order-table .duplicate-btn {
    box-shadow: 0 2px 6px #41414261 !important;
}

.ebay-table .duplicate-btn {
    box-shadow: 0 2px 6px #41414261 !important;
}

/* .bulk-action-btn-group{ */
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px; */
/* } */

.product-draft-checkbox-content{
    border: 1px solid rgb(126, 87, 194);
    border-radius: 4px;
}

.change_margin{
    margin-top: -18px !important;
}

/* @media(max-width: 1024px) {
    .bulk-action-btn-group {
        flex-direction: column-reverse;
    }
} */

/* .bulk-action-btn-group .bulk-action-area { */
    /* display: flex;
    justify-content: start;
    align-items: center; */
/* } */

@media (max-width: 1024px) {
    /* .bulk-action-btn-group .bulk-action-area {
        margin-top: 20px;
    }
    .bulk-action-btn-group .bulk-action-change {
        margin-top: 0 !important;
    } */
    .draft_details_msg_top{
        margin-top: -15px !important;
    }
}

@media (max-width: 600px) {
    .draft_details_msg_top{
        margin-top: -5px !important;
    }
    /* .bulk-action-btn-group .bulk-action-area {
        flex-wrap: wrap !important;
    } */
}

.catalogue-btn-view-details{
    border-bottom-width: medium;
    width: inherit;
    font-size: 12px !important;
}

.variation-bulk-delete{
    width: inherit;
    border-bottom-width: medium;
}

/* @media (min-width: 768px) {
    .rrp_base_price {
        display: none;
    }
} */

/* @media (max-width: 600px) {
   .responsive_rrp_base_price {
       display: none;
   }
    .regular_rrp_base {
        margin-top: 10px;
    }
} */

/* .catalogue-btn-area{ */
    /* margin-top: 20px;
    display: flex;
    justify-content: start;
    align-items: center; */
/* } */

@media(max-width: 768px){
    .catalogue-btn-area{
        flex-wrap: wrap;
    }
    .add-reason{
        margin-top: 10px;
    }
}

@media(max-width: 600px){
    .responsive_base_price{
        margin-top: 10px;
    }
    /* .responsive_terms_to_catalogue{
        margin-top: 10px;
    } */
}

@media(max-width: 540px) {
    /* .bulk-action-btn-group .catalogue-btn-area {
        flex-wrap: wrap;
    } */
    /* .responsive_terms_to_catalogue{
        margin-top: 10px;
    } */
    .responsive_ava_qnty{
        margin-top: 10px;
    }
    .responsive_rrp{
        margin-top: 10px;
    }
}

@media (max-width: 414px) {
    /* .bulk-action-btn-group .bulk-action-area {
        flex-wrap: wrap !important;
    } */
    /* .bulk-action-btn-group .catalogue-btn-area {
        flex-wrap: wrap !important;
    } */
    /* .bulk-action-btn-group .bulk-action-area  .action-btn .available-qty-btn {
        margin-top: 10px;
    } */
    .responsive_regular_price {
        margin-top: 12px !important;
    }
    .responsive_ava_qnty{
        margin-top: 0;
    }
}

/* @media (max-width: 412px) {*/
    /*.bulk-action-btn-group .bulk-action-area  .action-btn button{*/
    /*    font-size: 10px;*/
    /*}*/

    /*.bulk-action-btn-group .catalogue-btn-area div a {*/
    /*    font-size: 10px;*/
    /*}*/
/*} */

/* .bulk-action-btn-group .catalogue-btn-area {
    display: flex;
    justify-content: flex-end;
    align-items: center;
} */

/* @media (max-width: 1024px) {
    .bulk-action-btn-group {
        flex-wrap: wrap !important;
        display: flex;
        justify-content: center;
    }
    .bulk-action-btn-group > * {
        width: 100% !important;
        display: flex;
        justify-content: center !important;
    }
} */

.checkbox-count{
    font-size: 14px;
}

/* @media(max-width: 1024px){
    .checkbox-count{
        margin-top: 10px;
        text-align: center;
    }
} */

.regular-price-btn, .sales-price-btn, .cost-price-btn, .available-qty-btn{
    /* padding: 6px; */
    border: 1px solid var(--wms-primary-color);
    border-radius: 5px;
    color: var(--wms-primary-color);
    /* margin-right: 10px; */
    line-height: 1.5;
    min-width: -webkit-fill-available;
    border-bottom-width: medium;
    font-size: 12px !important;
}

.regular-price-btn:hover, .sales-price-btn:hover, .cost-price-btn:hover, .available-qty-btn:hover {
    background-color: var(--wms-primary-color);
    color: #ffffff;
}


/*bulk action active inactive*/
.btn-active{
    border: 2px solid #5d9cec;
    background: #5d9cec;
    color: #ffffff;
}
.filter-btn-active{
    padding: 2px 1px 2px 4px;
    background: #5d9cec;
    color: #ffffff;
}
/*bulk action active inactive*/

.screen-option-content .pagination-content{
    padding: 20px 0 0 0;
}

@media(max-width: 1024px){
    .screen-option-content .content-inner .modify-device-view {
        margin-top: 10px;
    }
    .screen-option-content .content-inner .shelf-device-view {
        margin-top: 10px;
    }
    .shelf-change-log {
        margin-top: 10px;
    }
}

@media(max-width: 768px){
    .screen-option-content .content-inner .role-view {
        margin-top: 10px;
        margin-right: 58px;
    }
}

@media (max-width: 768px) {
    .screen-option-content .content-inner .product-device-view{
        margin-top: 10px;
    }
}

@media(max-width: 600px){
    .screen-option-content .pagination-content {
        display: flex;
        flex-wrap: wrap;
    }

    .screen-option-content .pagination-content * > {
        width: 100%;
    }

    .screen-option-content .content-inner .product-device-view{
        margin-top: 10px;
    }

    .shelf-change-log {
        margin-right: 112px;
    }
}

@media(max-width: 575px){
    .screen-option-content .content-inner {
        display: block !important;
    }
}

@media(max-width: 575px){
    .screen-option-content .content-inner .sold-device-view{
        margin-top: 10px;
    }
}

@media (max-width: 575px) {
    .screen-option-content .pagination-content .select-catalogue {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.product-content .product-inner .product-draft-empty{
    width: 14% !important;
}

@media (max-width: 1280px){
    .product-content .product-inner .product-draft-empty {
        display: none;
    }
}

@media (max-width: 600px) {
   .product-inner {
        flex-wrap: wrap;
       flex-direction: column-reverse;
    }
   .product-inner > * {
        width: 100% !important;
    }

}

@media(max-width: 414px) {
    .upper-side-content{
        display: flex;
        flex-direction: column-reverse;
    }
}

.bulk-complete-content {
    display: flex;
}

@media(max-width: 414px) {
    .bulk-complete-content {
        flex-flow: wrap;
    }
}

.order-card .product-inner  {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

.order-card .product-inner .p-text-area {
    width: 30%;
}

.order-card .product-inner .order-empty {
    width: 20%;
}

.order-card .product-inner .pagination-area {
    width: 85%;
    display: flex;
    justify-content: flex-end;
}

.order-card .product-inner .dispatched-search-area {
    width: 55%;
}

@media (max-width: 600px) {
    .order-card .product-inner .dispatched-search-area {
        width: 100%;
    }
}

.dispatch-oninput-search {
    width: 55%;
}

@media (max-width: 600px) {
    .dispatch-oninput-search {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .order-card .product-inner .dispatched-pagination-area {
        justify-content: start !important;
        margin-top: 10px;
        width: 100%;
    }
}

/*@media (max-width: 575px) {*/
/*    .order-card .product-inner .pagination-area {*/
/*        justify-content: start !important;*/
/*        margin-top: 10px;*/
/*        width: 100%;*/
/*    }*/
/*}*/

.order-card .select2-container .select2-selection--single{
    height: 36px !important;
}

[data-tip] {
    position:relative;
}

[data-tip]:after {
    display:none;
    content:attr(data-tip);
    position:absolute;
    top:35px;
    left:0;
    padding:5px 8px 10px 8px;
    background: #a085d5;
    color:#fff;
    z-index:9999;
    font-size: 0.75em;
    height:28px;
    line-height:18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space:nowrap;
    word-wrap:normal;
}

[data-tip]:hover:after {
    display:block;
}

/*.datatip-right .order-search {*/
/*    width: 300px;*/
/*    float: right;*/
/*}*/

/*@media (max-width: 600px) {*/
/*    .datatip-right .order-search {*/
/*        float: left;*/
/*        width: 100%;*/
/*    }*/
/*}*/

/*.datatip-right [data-tip] {*/
/*    position:relative;*/
/*}*/

/*.datatip-right [data-tip]:after {*/
/*    display:none;*/
/*    content:attr(data-tip);*/
/*    position: absolute;*/
/*    top: 35px;*/
/*    left: 175px;*/
/*    background: #a085d5;*/
/*    color: #fff;*/
/*    z-index: 9999;*/
/*    font-size: 0.75em;*/
/*    height: 28px;*/
/*    line-height: 18px;*/
/*    -webkit-border-radius: 3px;*/
/*    -moz-border-radius: 3px;*/
/*    border-radius: 3px;*/
/*    white-space: nowrap;*/
/*    word-wrap: normal;*/
/*}*/

/*@media (max-width: 1440px) {*/
/*    .datatip-right [data-tip]:after{*/
/*        left: 12px;*/
/*    }*/
/*}*/

/*@media (max-width: 1024px) {*/
/*    .datatip-right [data-tip]:after{*/
/*        left: -120px;*/
/*    }*/
/*}*/

/*@media (max-width: 800px) {*/
/*    .datatip-right [data-tip]:after{*/
/*        left: -140px;*/
/*    }*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .datatip-right [data-tip]:after{*/
/*        left: -145px;*/
/*    }*/
/*}*/

/*@media (max-width: 600px) {*/
/*    .datatip-right [data-tip]:after{*/
/*        left: 0;*/
/*    }*/
/*}*/

/*.datatip-right [data-tip]:hover:after{*/
/*    display:block;*/
/*}*/

.wms-name-creator [data-tip], .wms-name-modifier1 [data-tip], .wms-name-modifier2 [data-tip]  {
    position:relative;
}

.onbuy-creator [data-tip], .onbuy-modifier1 [data-tip], .onbuy-modifier2 [data-tip], .ebay-creator [data-tip], .ebay-modifier1 [data-tip], .ebay-modifier2 [data-tip] {
    position:relative;
}

.wms-name-creator, .wms-name-modifier1, .wms-name-modifier2 {
    margin-left: 12px;
}

.onbuy-creator, .onbuy-modifier1, .onbuy-modifier2, .ebay-creator, .ebay-modifier1, .ebay-modifier2 {
    margin-left: 12px;
}

.wms-name-creator [data-tip]:after, .wms-name-modifier1 [data-tip]:after, .wms-name-modifier2 [data-tip]:after {
    display:none;
    content:attr(data-tip);
    position:absolute;
    top: 20px;
    left: 0;
    text-align: center;
    padding:5px 8px 10px 8px;
    background: #a085d5;
    color:#fff;
    z-index:9999;
    font-size: 0.75em;
    height:28px;
    line-height:18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space:nowrap;
    word-wrap:normal;
}

.onbuy-creator [data-tip]:after, .onbuy-modifier1 [data-tip]:after, .onbuy-modifier2 [data-tip]:after, .ebay-creator [data-tip]:after, .ebay-modifier1 [data-tip]:after, .ebay-modifier2 [data-tip]:after {
    display:none;
    content:attr(data-tip);
    position:absolute;
    top: 20px;
    left: 0;
    text-align: center;
    padding:5px 8px 10px 8px;
    background: #a085d5;
    color:#fff;
    z-index:9999;
    font-size: 0.75em;
    height:28px;
    line-height:18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space:nowrap;
    word-wrap:normal;
}

.wms-name-creator [data-tip]:hover:after, .wms-name-modifier1 [data-tip]:hover:after, .wms-name-modifier2 [data-tip]:hover:after {
    display:block;
}

.onbuy-creator [data-tip]:hover:after, .onbuy-modifier1 [data-tip]:hover:after, .onbuy-modifier2 [data-tip]:hover:after, .ebay-creator [data-tip]:hover:after, .ebay-modifier1 [data-tip]:hover:after, .ebay-modifier2 [data-tip]:hover:after{
    display:block;
}

.pagination-area{
    width: 40%;
    display: flex;
    justify-content: flex-end;
}

@media(max-width: 1280px) {
    .pagination-area {
        width: 54%;
    }
}

/*@media(max-width: 600px) {*/
/*    .pagination-area {*/
/*        justify-content: start !important;*/
/*    }*/
/*}*/

.table-foo-sec .pagination-area {
    width: 100%;
}

.pagination-area .datatable-pages .pagination-links .first-page, .prev-page, .next-page, .last-page{
    padding: 2px;
    margin-left: 3px;
    margin-right: 3px;
    border: 1px solid var(--wms-primary-color);
    background: rgba(126, 87, 194, 0.07058823529411765);
    border-radius: 3px;
    color: #000000;
    min-width: 30px;
    min-height: 30px;
    line-height: 1.5;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 4px;
}

.pagination-area .datatable-pages .pagination-links .first-page:focus, .prev-page:focus, .next-page:focus, .last-page:focus{
    border: 2px solid var(--wms-primary-color);
    background-color: var(--wms-primary-color);
    color: #ffffff;
}

.pagination-area .datatable-pages .pagination-links .first-page:hover, .prev-page:hover, .next-page:hover, .last-page:hover {
    background-color: var(--wms-primary-color);
    color: #ffffff;
}

.pagination-area .datatable-pages .pagination-links .paging-input{
    padding: 0 0 0 3px;
}

.table-foo-sec .pagination-area .datatable-pages .pagination-links .paging-input{
    padding: 0;
}

.pagination-area .datatable-pages .pagination-links .paging-input .current-page:focus{
    border: 2px solid var(--wms-primary-color);
    border-radius: 4px;
}

.pagination-area .datatable-pages .pagination-links .paging-input .current-page{
    padding: 3px 10px;
    text-align: center;
    border: 1px solid var(--wms-primary-color);
    border-radius: 3px;
}

.pagination-area .datatable-pages .pagination-links .paging-input .datatable-paging-text {
    padding-left: 4px;
}

.table-foo-sec .pagination-area .datatable-pages .pagination-links .paging-input .datatable-paging-text {
    padding-left: 0;
}

.pagination-area .datatable-pages .pagination-links .paging-input .datatable-paging-text .total-pages {
    padding-left: 5px;
}

.product-card .product-inner .product-list-empty {
    width: 14% !important;
}

@media (max-width: 1280px){
    .product-card .product-inner .product-list-empty {
        display: none;
    }
}

.product-card .product-inner .screen-option{
    width: 15%;
}

.product-table thead {
    background-color: var(--wms-primary-color);
    color: #ffffff;
}

table.product-table tbody .catalogue-name{
    color: var(--wms-primary-color);
}

.onbuy-table tbody .catalogue-name, .amazon-table tbody .catalogue-name {
    color: var(--wms-primary-color);
}

.product-table thead tr th {
    text-align: left !important;
    border-top: 1px solid var(--wms-primary-color);
    border-bottom: 1px solid var(--wms-primary-color);
    padding: 10px;
    vertical-align: text-top
}

.product-table tr:nth-child(odd),
.product-table tr.odd.odd {
    background-color: inherit;
}
.product-table tr:nth-child(even),
.product-table tr.even.even {
    background-color: inherit;
    border-top: 1px solid var(--wms-primary-color) !important;
    border-bottom: 1px solid var(--wms-primary-color) !important;
}

.product-card form.example .product--list {
    border-radius: 20px 0 0 20px !important;
    border-right: 0 !important;
    padding: 6px !important;
    padding-left: 20px !important;
}

@media (max-width: 767px) {
    .product-card form.example .product--list {
        border-radius: inherit !important;
        border-right: 1px solid #E3E3E3 !important;
    }
}

.product-card .product--list {
    border-radius: 4px 0 0 4px !important;
}

@media(max-width: 600px){
    .product-card .search-btn {
        border-radius: inherit !important;
        width: 100%;
    }
}

.product-table .product-img {
    box-shadow: 0 5px 10px 0 rgba(105, 103, 103, 0.16);
    border: 1px solid #a59d9d;
    width: 48px;
    height: 48px;
}

.onbuy-table .onbuy-image, .ebay-table .ebay-image, .amazon-table .amazon-image {
    box-shadow: 0 5px 10px 0 rgba(105, 103, 103, 0.16);
    border: 2px solid #ffffff;
    width: 48px;
    height: 48px;
}

.product-table .btn-size{
    box-shadow: 0 2px 6px #41414261 !important;
}

.product-table .btn-size img {
    width: 30px;
    height: 30px;
}

.product-table {
    border-bottom: 1px solid var(--wms-primary-color);
}

.order-table thead tr th, .attribute-table thead tr th, .category-table thead tr th,
.brand-list-table thead tr th, .gender-list-table thead tr th, .supplier-table  thead tr th,
.shelf-table thead tr th, .reshelved-product-table thead tr th, .shelf-quantity-change-log-table thead tr th,
.manual-order-list-table thead tr th, .onbuy-table thead tr th, .ebay-table thead tr th,
.amazon-table thead tr th, .defected-product-table thead tr th, .table-header-color thead tr th{
    background-color: var(--wms-secondary-color);
    color: #ffffff;
    padding: 10px;
    vertical-align: text-top;
}


.onbuy-table thead tr th, .ebay-table thead tr th, .amazon-table thead tr th,
.receive-order tbody tr td, .defected-product-table tbody tr td {
    padding: 20px 5px;
}

.supplier-table thead tr th, .order-table thead tr th,
.product-table thead tr th{
    vertical-align: top !important;
}

.balance th, td{
    border-style: none;
}

.onbuy-table tbody tr .hiddenRow .row-expand-table thead tr th {
    background-color: rgba(0,0,0,0.04);
    color: #292424;
}

.ebay-table tbody tr .hiddenRow .row-expand-table thead tr th {
    background-color: rgba(0,0,0,0.04);
    color: #292424;
}

.amazon-table tbody tr .hiddenRow .row-expand-table thead tr th {
    background-color: rgba(0,0,0,0.04);
    color: #292424;
}

.order-table tbody tr, .attribute-table tbody tr, .category-table tbody tr,
.brand-list-table tbody tr, .gender-list-table tbody tr, .supplier-table tbody tr,
.shelf-table tbody tr, .reshelved-product-table tbody tr,
.shelf-quantity-change-log-table tbody tr, .manual-order-list-table tbody tr,
.onbuy-table tbody tr, .ebay-table tbody tr, .amazon-table tbody tr {
    background-color: #fafafa;
}

.order-table tbody tr .label-status{
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
}

.manual-order-list-table tbody tr .label-status {
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
}

.reshelved-product-table tbody tr .label-status {
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
}

.onbuy-table tbody tr .label-status {
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
}

.amazon-table tbody tr .label-status {
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
}

.order-table tbody tr:nth-child(even),
.order-table tbody tr.even.even,
.manual-order-list-table tbody tr:nth-child(even),
.manual-order-list-table tbody tr.even.even {
    border-bottom: 1px solid var(--wms-secondary-color);
}

.attribute-table tbody tr:nth-child(even),
.attribute-table tbody tr.even.even,
.category-table tbody tr:nth-child(even),
.category-table tbody tr.even.even,
.supplier-table tbody tr:nth-child(even),
.supplier-table tbody tr.even.even,
.shelf-table tbody tr:nth-child(even),
.shelf-table tbody tr.even.even,
.reshelved-product-table tbody tr:nth-child(even),
.reshelved-product-table tbody tr.even.even,
.shelf-quantity-change-log-table tbody tr:nth-child(even),
.shelf-quantity-change-log-table tbody tr.even.even,
.gender-list-table tbody tr:nth-child(even),
.gender-list-table tr.even.even,
.gender-list-table tbody tr:nth-child(even),
.gender-list-table tr.even.even,
.brand-list-table tbody tr:nth-child(even),
.brand-list-table tr.even.even {
    border-top: 1px solid var(--wms-secondary-color);
    border-bottom: 1px solid var(--wms-secondary-color);
}
.activity_log_border{
    border-bottom: 1px solid var(--wms-secondary-color);
}

.attribute-table tbody tr td {
    padding: 10px;
}

.onbuy-table tbody tr:nth-child(even),
.onbuy-table tbody tr.even.even {
    border-bottom: 1px solid var(--wms-secondary-color);
}

.amazon-table tbody tr:nth-child(even),
.amazon-table tbody tr.even.even {
    border-bottom: 1px solid var(--wms-secondary-color);
}

.ebay-table tbody tr:nth-child(even),
.ebay-table tr.even.even {
    border-bottom: 1px solid var(--wms-secondary-color);
}

.defected-product-table tbody tr:nth-child(even),
.defected-product-table tr.even.even {
    border-bottom: 1px solid var(--wms-secondary-color);
    border-top: 1px solid var(--wms-secondary-color);
}

.ebay-table-n tbody tr:nth-child(even),
.ebay-table-n tr.even.even {
    border-top: 1px solid var(--wms-secondary-color) !important;
}

.row-expand-table tbody tr:nth-child(even),
.row-expand-table tr.even.even {
    border-bottom: none !important;
    border-top: none !important;
}

.role-card {
    border: 1px solid var(--wms-primary-color) !important;
}

.role-header {
    background-color: var(--wms-primary-color) !important;
    color: #ffffff !important;
    border: 1px solid var(--wms-primary-color);
}

.custom-modal-title {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    background-color: #343f44;
}

.print-barcode-btn {
    padding: 4px 10px;
}

.open-authorization-btn {
    padding: 4px 10px;
}

.onhold-status {
    padding: 3px 14px;
    border-radius: 4px;
}

.draft-ckeditor #cke_1_contents{
    /* height: 490px !important; */
    height: 410px !important;
}

.edit-draft-ckeditor #cke_1_contents{
    height: 295px !important;
}

.draft-wrap div {
    position: relative;
}

.draft-regular-price, .draft-sales-price, .draft-cost-price, .draft-color,
.draft-product-code, .draft-color-code, .draft-low-quantity,
.draft-sku_short_code, .draft-height, .draft-width, .draft-length,
.draft-weight, .input-field-design, .draft-ean_no, .draft-sku, .sku_short_code, .draft-sku_short_code {
    position: absolute;
    top: 0;
    font-size: 16px;
    margin: 10px;
    padding: 0 10px;
    cursor: pointer;
    background-color: var(--wms-secondary-color);
    -webkit-transition: top .2s ease-in-out,
    font-size .2s ease-in-out;
    transition: top .2s ease-in-out,
    font-size .2s ease-in-out;
    color: darkslategray;
}

.draft-active {
    top: -25px;
    font-size: 16px;
}

label.draft-active {
    top: -25px;
    font-size: 16px;
}

.draft-wrap input[type=text] {
    width: 100%;
    padding: 8px;
    border: 1px solid white;
    font-size: 18px;
    background-color: var(--wms-secondary-color);
    color: #ffffff;
}

.draft-wrap input[type=text]:focus {
    outline: none;
}

.draft-price {
    border-bottom: 1px solid var(--wms-primary-color);
}

.draft-add-btn {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px!important;
    padding-right: 40px!important;
    background-color: var(--wms-primary-color)!important;
    border-radius: 3px;
    border: none;
    color: #fff;
    cursor: pointer;
    margin-top: 70px;
}

/*------------Datatable new design css----------
------------------------------------------------------*/

/*--------------Ebay-------------*/

.ebay .nav.nav-tabs + .tab-content {
    margin-bottom: 0 !important;
    /* padding: 0 !important; */
    /* border-top: 1px solid var(--wms-primary-color); */
}
@media(max-width: 600px){
    .ebay .nav.nav-tabs + .tab-content{
        padding: 10px;
    }
}
.ebay .nav-tabs .nav-item {
    margin-bottom: 0 !important;
    background-color: #eee;
}

/* .profile-tab + .tab-content{
    padding : 15px !important;
    border: 1px solid;
    border-top: 1px solid !important;
} */

.profile-tab li{
    margin-bottom: inherit !important;
}

.profile-tab{
    box-shadow: none !important;
    border-bottom: inherit !important;
}

.ebay .fileupload {
    padding: 10px 20px !important;
    border-radius: 0 !important;
}

.ebay .master-pro-img .img-thumbnail{
    width: 400px;
    height: auto;
}
.item-specifies label {
    font-weight: normal !important;
}

datalist {
    max-height: 200px;
    overflow-y: auto;
}

.mas-pro-ebay-template-view {
    height: 500px;
    overflow-y: scroll;
}

/*-------Image Zoom--------*/

.zoom {
    transition: transform .2s;
}

.zoom:hover {
    -ms-transform: scale(2.1); /* IE 9 */
    -webkit-transform: scale(2.1); /* Safari 3-8 */
    -o-transform: scale(2.1);
    transform: scale(2.1);
    width: 100%;
    height: -1%;
    z-index: 99999;
}

/*-------End Image Zoom--------*/





/*--------------Ebay-------------*/

/*.loading {*/
/*    background-color: #ffffff;*/
/*    !*background-image: url("http://loadinggif.com/images/image-selection/3.gif");*!*/
/*    background-image: url("https://onlineoutsource.co.uk/wms/assets/images/WMS_Loder.gif");*/
/*    background-size: 25px 25px;*/
/*    background-position:right center;*/
/*    background-repeat: no-repeat;*/
/*}*/

/*-------End Loader--------
---------------------------*/


/*----------Loader Section-----------*/
/*-----------------------------------*/
#wms_preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    /*background: #000 url('https://onlineoutsource.co.uk/wms/assets/images/WMS_Loder.gif') no-repeat center center;*/
    /* background: rgb(0 0 0 / 80%) url('/wms/uploads/loader.gif') no-repeat center center; */
    z-index: 99999;
}

#ajax_loader{
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99999;
}

/*--Variation loader---*/
.variation_load_tr{
    position: relative;
}
.variation_load {
    animation: rotate 1s infinite;
    position: absolute;
    height: 50px;
    width: 50px;
    margin-left: 750px;
    z-index: 999;
}

@media(max-width: 2100px) {
    .variation_load{
        margin-left: 850px;
    }
}

@media(max-width: 2050px) {
    .variation_load{
        margin-left: 680px;
    }
}

@media(max-width: 2000px) {
    .variation_load{
        margin-left: 630px;
    }
}

@media(max-width: 1950px) {
    .variation_load{
        margin-left: 634px;
    }
}

@media(max-width: 1920px) {
    .variation_load{
        margin-left: 566px
    }
}

@media(max-width: 1850px) {
    .variation_load{
        margin-left: 550px;
    }
}

@media(max-width: 1750px) {
    .variation_load{
        margin-left: 510px;
    }
}

@media(max-width: 1650px) {
    .variation_load{
        margin-left: 500px;
    }
}

@media(max-width: 1550px) {
    .variation_load{
        margin-left: 474px;
    }
}

@media(max-width: 1500px) {
    .variation_load{
        margin-left: 452px;
    }
}

@media(max-width: 1480px) {
    .variation_load{
        margin-left: 438px;
    }
}

@media(max-width: 1440px) {
    .variation_load{
        margin-left: 430px;
    }
}

@media(max-width: 1400px) {
    .variation_load{
        margin-left: 450px;
    }
}

@media(max-width: 1350px) {
    .variation_load{
        margin-left: 420px;
    }
}

@media(max-width: 1300px) {
    .variation_load{
        margin-left: 440px;
    }
}

@media(max-width: 1280px) {
    .variation_load{
        margin-left: 450px;
    }
}

@media(max-width: 1250px) {
    .variation_load{
        margin-left: 430px;
    }
}

@media(max-width: 1200px) {
    .variation_load{
        margin-left: 410px;
    }
}


@media(max-width: 1024px) {
    .variation_load{
        margin-left: 330px;
    }
}

@media(max-width: 800px) {
    .variation_load{
        margin-left: 310px;
    }
}

@media(max-width: 768px) {
    .variation_load{
        margin-left: 290px;
    }
}

@media(max-width: 600px) {
    .variation_load{
        margin-left: 240px;
    }
}

@media(max-width: 540px) {
    .variation_load{
        margin-left: 220px;
    }
}

@media(max-width: 414px) {
    .variation_load{
        margin-left: 145px;
    }
}

@media(max-width: 384px) {
    .variation_load{
        margin-left: 135px;
    }
}

@media(max-width: 375px) {
    .variation_load{
        margin-left: 125px;
    }
}

@media(max-width: 360px) {
    .variation_load{
        margin-left: 115px;
    }
}

@media(max-width: 320px) {
    .variation_load{
        margin-left: 100px;
    }
}

.variation_load:before, .variation_load:after {
    border-radius: 50%;
    content: '';
    display: block;
    height: 20px;
    width: 20px;
}
.variation_load:before {
    animation: ball1 1s infinite;
    background-color: #cb2025;
    box-shadow: 30px 0 0 #f8b334;
    margin-bottom: 10px;
}
.variation_load:after {
    animation: ball2 1s infinite;
    background-color: #00a096;
    box-shadow: 30px 0 0 #97bf0d;
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(0.8);
        -moz-transform: rotate(0deg) scale(0.8);
    }
    50% {
        -webkit-transform: rotate(360deg) scale(1.2);
        -moz-transform: rotate(360deg) scale(1.2);
    }
    100% {
        -webkit-transform: rotate(720deg) scale(0.8);
        -moz-transform: rotate(720deg) scale(0.8);
    }
}
@keyframes ball1 {
    0% {
        box-shadow: 30px 0 0 #f8b334;
    }
    50% {
        box-shadow: 0 0 0 #f8b334;
        margin-bottom: 0;
        -webkit-transform: translate(15px, 15px);
        -moz-transform: translate(15px, 15px);
    }
    100% {
        box-shadow: 30px 0 0 #f8b334;
        margin-bottom: 10px;
    }
}
@keyframes ball2 {
    0% {
        box-shadow: 30px 0 0 #97bf0d;
    }
    50% {
        box-shadow: 0 0 0 #97bf0d;
        margin-top: -20px;
        -webkit-transform: translate(15px, 15px);
        -moz-transform: translate(15px, 15px);
    }
    100% {
        box-shadow: 30px 0 0 #97bf0d;
        margin-top: 0;
    }
}

/*----------End Loader Section-----------*/
/*--------------------------------------*/


/* ----------Variation Modal----------
--------------------------------------- */

 /* The Modal (background) */
 .variation-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.variation-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 20%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
    @-webkit-keyframes animatetop {
        from {top:-300px; opacity:0}
        to {top:0; opacity:1}
    }

    @keyframes animatetop {
        from {top:-300px; opacity:0}
        to {top:0; opacity:1}
    }

    /* The Close Button */
    .variation-close {
        color: white;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }
    .variation-close:hover,
    .variation-close:focus {
        color:red;
        text-decoration: none;
        cursor: pointer;
    }
    .variation-modal-header {
        padding: 6px 16px;
        background-color: #343f44;
        color: white;
    }
    .variation-modal-body {
        padding: 20px 16px;
    }
    .variation-modal-body .input-text:focus{
        border: 1px solid #5d9cec !important;
    }

    /* -----Add Terms, Defect Reason, Defect Product Modal ----- */
    /* The Modal (background) */
    .terms-modal, .defect-reason-modal, .defect-product-modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 9999; /* Sit on top */
        padding-top: 100px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    .general-modal{
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 100px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    /* Modal Content */
    .terms-modal-content, .defect-reason-modal-content, .defect-product-modal-content {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        width: 40%;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s
    }

    .general-modal-content{
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        width: 40%;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s
    }

    @media(max-width: 1024px){
        .terms-modal-content, .defect-reason-modal-content, .defect-product-modal-content{
            width: 50%;
        }
        .general-modal-content{
            width: 50%;
        }
    }

    @media(max-width: 800px){
        .terms-modal-content, .defect-reason-modal-content, .defect-product-modal-content{
            width: 60%;
        }
        .general-modal-content{
            width: 60%;
        }

    }
    @media(max-width: 600px){
        .terms-modal-content, .defect-reason-modal-content, .defect-product-modal-content{
            width: 65%;
        }
        .general-modal-content{
            width: 65%;
        }
    }
    @media(max-width: 414px){
        .terms-modal-content, .defect-reason-modal-content, .defect-product-modal-content{
            width: 85%;
        }
        .general-modal-content{
            width: 85%;
        }
    }
    /* Add Animation */
    @-webkit-keyframes animatetop {
        from {top:-300px; opacity:0}
        to {top:0; opacity:1}
    }

    @keyframes animatetop {
        from {top:-300px; opacity:0}
        to {top:0; opacity:1}
    }

    /* The Close Button */
    .terms-close, .defect-reason-close, .defect-product-close {
        color: white;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

    .general-modal-close{
        color: white;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

    .terms-close:hover,
    .defect-reason-close:hover,
    .defect-product-close:hover,
    .terms-close:focus,
    .defect-reason-close:focus,
    .defect-product-close:focus {
        color: red;
        text-decoration: none;
        cursor: pointer;
    }

    .general-modal-close:hover{
        color: red;
        text-decoration: none;
        cursor: pointer;
    }

    .terms-modal-header, .defect-reason-modal-header, .defect-product-modal-header {
        padding: 6px 16px;
        background-color: #343f44;
        color: white;
    }

    .general-modal-header{
        padding: 6px 16px;
        background-color: #343f44;
        color: white;
    }

    .terms-modal-body, .defect-reason-modal-body, .defect-product-modal-body {
        padding: 20px 16px;
    }
    .general-modal-body{
        padding: 20px 16px;
    }
    .terms-modal-body .input-text:focus,
    .defect-reason-modal-body .input-text:focus,
    .defect-product-modal-body .input-text:focus {
        border: 1px solid #5d9cec !important;
    }
    .general-modal-body .input-text:focus{
        border: 1px solid #5d9cec !important;
    }
    .defect-reason-modal-body .add,
    .defect-product-modal-body .add {
        width: inherit;
    }
    .defect-reason-modal-body table tbody tr td,
    .defect-product-modal-body table tbody tr td {
        vertical-align: middle;
    }

    #addTermsBtn{
        color: #28a745;
    }

    #addTermsBtn:hover{
        color: #ffffff;
    }

    /* -----End Add Terms, Defect Reason, Defect Product Modal ----- */

    .changeCatalogBTnCss{
        padding-left: inherit !important;
        padding-right: inherit !important;
    }

/* ----------End Variation Modal----------
--------------------------------------- */



.items_number{
    padding: 8px 20px;
    text-align: center;
    border: 1px solid var(--wms-primary-color);
    border-radius: 3px;
    font-size: 20px;
}

/* @media(min-width: 1025px){
    .ss-add-reason{
        display: none;
    }
} */

/* @media(max-width: 1024px){
    .bs-add-reason{
        display: none;
    }
    .ss-m-r-10{
        margin-right: 10px;
    }
} */

.items_number:focus{
    border: 2px solid var(--wms-primary-color);
}

.campaign .text-decoration{
    text-decoration: underline;
    color: var(--wms-primary-color);
}

.campaign .text-decoration:hover{
    text-decoration: none;
}

.vl {
    border-left: 1px solid #cccccc;
    height: 100px;
}

@media(max-width: 1024px){
    .vl {
        display: none;
    }
}

.activity-log .url-sec {
    background: #cccccc;
    padding: 10px 10px;
}

.custombox-modal-wrapper {
    text-align: left !important;
}

.content_disabled{
    pointer-events: none;
    opacity: 0.5;
}

.remove_content_disabled{
    pointer-events: auto;
    opacity: 100;
}

.custom-col-form-lebel{
    padding: 0 !important;
}

.ebay-order-note{
    position: absolute;
    /* margin-top: -30px; */
    /* left: 15px; */
    display: block;
    top: 0;
    z-index: 1;
}
@media(min-width: 1550px){
    .ebay-order-note{
        margin-top: -27px;
    }
}

.buyer-message{
    max-width: 93%;
    overflow-x: hidden;
}

.buyer-message:hover{
    overflow-x: scroll;
}
.ebay-inner-order-note{
    padding: 0 5px;
    background-color: #ffbd4a;
    color: #000;
}



/*--------Start Drag and Drop Image---------*/

.buttonload {
    background-color: #4CAF50; /* Green background */
    border: none; /* Remove borders */
    color: white; /* White text */
    padding: 12px 24px; /* Some padding */
    font-size: 16px; /* Set a font-size */
}

.dragAndDropEditableImage input[type="file"] {
    display: block;
}

.imageThumb {
    max-height: 75px;
    border: 2px solid;
    padding: 1px;
    cursor: pointer;
}

.dragAndDropEditableImage .pip {
    display: inline-block;
    margin: 10px 15px 0 0;
}

.dragAndDropEditableImage .remove {
    display: block;
    padding: 0 5px;
    margin-left: 124px;
    background: black;
    border: 1px solid black;
    color: white;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.dragAndDropEditableImage .remove:hover {
    background: white;
    border: 1px solid #f05050;
    color: #fff;
}

.drag_drop_remove_btn {
    cursor: pointer;
    position: absolute;
    margin-left: 149px;
    z-index: 1;
}



.dragAndDropEditableImage section {
    display: block;
}

.dragAndDropEditableImage section {
    margin: auto;
}

.dragAndDropEditableImage .sortable {
    margin: auto;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.dragAndDropEditableImage .sortable.grid {
    overflow: hidden;
}

.dragAndDropEditableImage li:hover {
    cursor: move;
}

.dragAndDropEditableImage .grid li {
    line-height: 80px;
    margin-right: 20px;
    height: 120px;
}

.dragAndDropEditableImage #features li {
    background: none;
    border: none;
    color: black;
}

.disabled {
    opacity: 0.5;
}

.sortable_exclude_dynamic {
    margin: auto;
    padding: 0;
    width: 310px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sortable_exclude_dynamic li {
    border: 1px solid #d97815;
    background: #ff9933;
    color: #fff;
    text-shadow: 0 1px 1px #ac4e00;
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.7);
}

.sortable_exclude_dynamic li.correct {
    border:1px solid #000000;
    background:#cccccc;
    cursor:default;
}

.sortable_exclude_dynamic li.empty{
    border:none;
    background:none;
    color:#dcdcdc;
    cursor:default;
}

.over {
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.moving {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
}

.drop {
    -webkit-animation: drop 1s ease;
    -moz-animation: drop 1s ease;
    -ms-animation: drop 1s ease;
    -o-animation: drop 1s ease;
    animation: drop 1s ease;
}

@keyframes drop {
    0%, 100% {
        background: #FF9933;
        color: #fff;
    }
    50% {
        color: #FF9933;
        background: #fff;
    }
}

@-moz-keyframes drop {
    0%, 100% {
        background: #FF9933;
        color: #fff;
    }
    50% {
        color: #FF9933;
        background: #fff;
    }
}

@-webkit-keyframes drop {
    0%, 100% {
        background: #FF9933;
        color: #fff;
    }
    50% {
        color: #FF9933;
        background: #fff;
    }
}

@-ms-keyframes drop {
    0%, 100% {
        background: #FF9933;
        color: #fff;
    }
    50% {
        color: #FF9933;
        background: #fff;
    }
}

@-o-keyframes drop {
    0%, 100% {
        background: #FF9933;
        color: #fff;
    }
    50% {
        color: #FF9933;
        background: #fff;
    }

}

/*drag and drop ends*/


/*--------Drag and Drop Image---------*/




/*--- eBay drag and drop---- */
.main-lf-image-content{
    padding:0;
    border: 1px solid #ccc;
    margin-bottom: 16px;
    /* max-width: 485px; */
    max-width: 47%;
}
.solid-image-gallery .main-lf-image-content{
    padding:0;
    border: 1px solid #ccc;
    margin-bottom: 16px;
    max-width: 485px;
    /* max-width: 47%; */
}
.manage-variation-imglf-content{
    max-width: 42%;
}
/* @media(min-width: 1800px){
    .main-lf-image-content{
        max-width: 40%;
    }
} */
/* @media(max-width: 1700px){
    .main-lf-image-content{
        max-width: 42%;
    }
} */
/* @media(max-width: 1600px){
    .main-lf-image-content{
        max-width: 47%;
    }
} */
@media(max-width: 600px){
    .main-lf-image-content{
        max-width: inherit;
    }
    .create-ebay-image-wrap{
        width: -webkit-fill-available !important;
    }
}
@media(max-width: 413px){
    .create-ebay-image-wrap{
        width: 312px !important;
    }
    .edit-wrap{
        width: 340px !important;
    }
}
.img-upload-main-content{
    position: relative;
    display: contents;
}
.img-content-wrap{
    position: absolute;
    top: 185px;
}
@media(max-width: 1380px){
    .img-content-wrap{
        top: 168px;
    }
}
@media(max-width: 1280px){
    .img-content-wrap{
        top: 158px;
    }
}
@media(max-width: 1024px){
    .img-content-wrap{
        top: 90px;
    }
}
@media(max-width: 600px){
    .img-content-wrap{
        top: 130px;
    }
    .create-ebay .img-content-wrap{
        top: 130px;
    }
}
@media(max-width: 414px){
    .img-content-wrap{
        top: 95px;
    }
    .create-ebay .img-content-wrap{
        top: 90px;
    }
}
@media(max-width: 376px){
    .img-content-wrap{
        top: 70px;
    }
}
@media(max-width: 360px){
    .img-content-wrap{
        top: 54px;
    }
}
.addPhotoBtnDiv{
    position: relative;
    border: 1px solid #ccc;
    margin: 0 80px;
}
@media(max-width: 376px){
    .addPhotoBtnDiv{
        margin: 0 55px;
    }
}
.addPhotoBtnDiv .btn-text{
    position: absolute !important;
    color: var(--wms-primary-color) !important;
    top: 0 !important;
    left: 0 !important;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    height: 50%;
    text-align: center;
}
.addProductGlry .btn-text{
    position: absolute !important;
    color: var(--wms-primary-color) !important;
    top: 0 !important;
    left: 0 !important;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    height: 50%;
    text-align: center;
}

.addPhotoBtnDiv .btn-text{
    position: absolute;
    color: var(--wms-primary-color);
    top: 10px;
    left: 130px;
}
@media(min-width: 1850px){
    .addPhotoBtnDiv .btn-text{
        left: 142px;
    }
}
@media(max-width: 1440px){
    .addPhotoBtnDiv .btn-text{
        left: 110px;
    }
}
@media(max-width: 1380px){
    .addPhotoBtnDiv .btn-text{
        left: 98px;
    }
}
@media(max-width: 1360px){
    .addPhotoBtnDiv .btn-text{
        left: 88px;
    }
}
@media(max-width: 1320px){
    .addPhotoBtnDiv .btn-text{
        left: 86px;
    }
}
@media(max-width: 1280px){
    .addPhotoBtnDiv .btn-text{
        left: 76px;
    }
}
@media(max-width: 1024px){
    .addPhotoBtnDiv .btn-text{
        left: 35px;
    }
}
.img-content-wrap .photo-req-txt{
    position: relative;
    padding: 15px 80px;
    text-align: center;
}
@media(max-width: 1024px){
    .img-content-wrap .photo-req-txt{
        font-size: 13px;
    }
}
.addPhotoBtnDiv input {
    opacity: 0;
}
.drag-drop-image{
    position: relative;
    display: block;
    padding: 0;
}
.dragDropImageMainClass{
    position: relative;
    display: block;
    padding: 0;
}
.cross-icon{
    position: absolute;
    right: 2px;
    top: 4px;
    z-index: 1;
    cursor: pointer;
    font-size: 10px;
    background: content-box;
}
.drag_and_drop{
    position: absolute;
    background-color: burlywood;
    width: 100%;
    text-align: center;
    bottom: 0;
    z-index: 9999;
}
.main_photo{
    position: absolute;
    background-color: rgb(196 163 121 / 60%);
    width: 100%;
    text-align: center;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.drag_drop_image {
    position: relative;
    width: 148px;
    height: 125px;
    border: 1px solid #cccccc;
}
.create_drag_drop_image{
    position: relative;
    width: 148px;
    height: 125px;
    border: 1px solid #cccccc;
}
@media(max-width: 1440px){
    .drag_drop_image {
        width: 125px;
        height: 110px;
    }
    .create_drag_drop_image{
        width: 125px;
        height: 110px;
    }
}
@media(max-width: 1280px){
    .drag_drop_image {
        width: 120px;
        height: 100px;
    }
    .create_drag_drop_image{
        width: 120px;
        height: 100px;
    }
}
@media(max-width: 1024px){
    .drag_drop_image{
        width: 91px;
        height: 81px;
    }
    .create_drag_drop_image{
        width: 91px;
        height: 81px;
    }
}
@media(max-width: 992px){
    .drag_drop_image{
        width: 88px;
        height: 72px;
    }
    .create_drag_drop_image{
        width: 88px;
        height: 72px;
    }
}
@media(max-width: 768px){
    .drag_drop_image{
        width: 84px;
        height: 67px;
    }
    .create_drag_drop_image{
        width: 84px;
        height: 67px;
    }
}
@media(max-width: 600px){
    .drag_drop_image{
        width: 131px;
        height: 95px;
    }
    .create_drag_drop_image{
        width: 125px !important;
        height: 95px !important;
    }
}
@media(max-width: 576px){
    .drag_drop_image{
        width: 125px;
        height: 95px;
    }
    .create_drag_drop_image{
        width: 119px !important;
        height: 95px !important;
    }
}
@media(max-width: 415px){
    .drag_drop_image{
        width: 112px;
        height: 80px;
}
    .create_drag_drop_image{
        width: 104px !important;
        height: 80px !important;
    }
}
@media(max-width: 413px){
    .drag_drop_image {
        width: 113px;
        height: 87px;
    }
    .create_drag_drop_image{
        width: 104px !important;
        height: 87px !important;
    }
}
@media(max-width: 376px){
    .drag_drop_image {
        width: 100px;
        height: 90px;
    }
    .create_drag_drop_image{
        width: 92px !important;
        height: 90px !important;
    }
}
@media(max-width: 360px){
    .drag_drop_image {
        width: 94px;
        height: 82px;
    }
    .create_drag_drop_image{
        width: 86px !important;
        height: 82px !important;
    }
}
@media(max-width: 320px){
    .drag_drop_image {
        width: 84px;
        height: 70px;
    }
    .create_drag_drop_image{
        width: 84px !important;
        height: 70px !important;
    }
}
.ebay-image-upload, .create-ebay-img-upload{
    width: 146px !important;
    height: 119px !important;
    opacity: 0 !important;
}
@media(max-width: 1440px){
    .ebay-image-upload, .create-ebay-img-upload{
        width: 123px !important;
        height: 107px !important;
    }
}
@media(max-width: 1280px){
    .ebay-image-upload, .create-ebay-img-upload{
        width: 118px !important;
        height: 98px !important;
    }
}
@media(max-width: 1024px){
    .ebay-image-upload, .create-ebay-img-upload{
        width: 89px !important;
        height: 77px !important;
    }
}
@media(max-width: 992px){
    .ebay-image-upload{
        width: 86px !important;
        height: 70px !important;
    }
}
@media(max-width: 768px){
    .ebay-image-upload, .create-ebay-img-upload{
        width: 82px !important;
        height: 62px !important;
    }
}
@media(max-width: 600px){
    .ebay-image-upload{
        width: 129px !important;
        height: 93px !important;
    }
    .create-ebay-img-upload{
        width: 123px !important;
        height: 93px !important;
    }
}
@media(max-width: 576px){
    .ebay-image-upload{
        width: 123px !important;
        height: 92px !important;
    }
    .create-ebay-img-upload{
        width: 117px !important;
        height: 92px !important;
    }
}
@media(max-width: 415px){
    .ebay-image-upload{
        width: 110px !important;
        height: 78px !important;
    }
    .create-ebay-img-upload{
        width: 102px !important;
        height: 78px !important;
    }
}
@media(max-width: 413px){
    .ebay-image-upload{
        width: 111px !important;
        height: 78px !important;
    }
    .create-ebay-img-upload{
        width: 102px !important;
        height: 78px !important;
    }
}
@media(max-width: 376px){
    .ebay-image-upload{
        width: 98px !important;
        height: 88px !important;
    }
    .create-ebay-img-upload{
        width: 90px !important;
        height: 88px !important;
    }
}
@media(max-width: 360px){
    .ebay-image-upload{
        width: 92px !important;
        height: 80px !important;
    }
    .create-ebay-img-upload{
        width: 84px !important;
        height: 80px !important;
    }
}
.inner-add-sign{
    position: absolute;
    left: 69px;
    top: 20px;
    font-size: 30px;
    color: var(--wms-primary-color);
    opacity: 0;
}
@media(max-width: 1440px){
    .inner-add-sign{
        left: 58px;
    }
}
@media(max-width: 1380px){
    .inner-add-sign{
        left: 55px;
    }
}
@media(max-width: 1280px){
    .inner-add-sign{
        left: 51px;
        top: 14px;
    }
}
@media(max-width: 1024px){
    .inner-add-sign{
        left: 42px;
        top: 7px;
        font-size: 25px;
    }
}
@media(max-width: 992px){
    .inner-add-sign{
        left: 37px;
        top: 1px;
    }
}
@media(max-width: 768px){
    .inner-add-sign{
        left: 36px;
        top: 2px;
    }
}
@media(max-width: 600px){
    .inner-add-sign{
        left: 58px;
        top: 12px;
    }
}
@media(max-width: 576px){
    .inner-add-sign{
        left: 54px;
        top: 12px;
    }
}
@media(max-width: 415px){
    .inner-add-sign{
        left: 45px;
        top: 8px;
    }
}
@media(max-width: 376px){
    .inner-add-sign{
        left: 40px;
        top: 12px;
    }
}
@media(max-width: 360px){
    .inner-add-sign{
        left: 36px;
        top: 12px;
    }
}
.inner-add-photo{
    position: absolute;
    bottom: 35px;
    left: 38px;
    color: var(--wms-primary-color);
    z-index: 1;
    opacity: 0;
}
@media(max-width: 1440px){
    .inner-add-photo{
        bottom: 27px;
        left: 28px;
    }
}
@media(max-width: 1280px){
    .inner-add-photo{
        bottom: 20px;
        left: 20px;
    }
}
@media(max-width: 1024px){
    .inner-add-photo{
        bottom: 18px;
        left: 16px;
        font-size: 12px;
        z-index: 1;
    }
}
@media(max-width: 768px){
    .inner-add-photo{
        bottom: 14px;
        left: 9px;
    }
}
@media(max-width: 600px){
    .inner-add-photo{
        bottom: 22px;
        left: 32px;
    }
}
@media(max-width: 576px){
    .inner-add-photo{
        bottom: 22px;
        left: 29px;
    }
}
@media(max-width: 415px){
    .inner-add-photo{
        bottom: 16px;
        left: 20px;
    }
}
@media(max-width: 376px){
    .inner-add-photo{
        bottom: 22px;
        left: 14px;
    }
}
@media(max-width: 360px){
    .inner-add-photo{
        bottom: 16px;
        left: 12px;
    }
}
.add-photos-content{
    border: 1px solid #ccc;
}
.ebay-image-wrap{
    padding: 0;
    width: 499px;
}
@media(max-width: 1280px){
    .ebay-image-wrap{
        width: 470px;
    }
}
@media(max-width: 1024px){
    .ebay-image-wrap{
        width: 345px;
    }
}
@media(max-width: 1280px){
    .solid-image-gallery .ebay-image-wrap {
        width: 470px;
    }
}
@media(max-width: 1199px){
    .solid-image-gallery .ebay-image-wrap{
        width: 415px;
    }
    .solid-image-gallery img.drag_drop_image {
        width: 107px;
        height: 100px;
    }
    .solid-image-gallery div input.ebay-image-upload {
        width: 105px !important;
        height: 98px !important;
    }
    .solid-image-gallery p.drag_and_drop{
        font-size: 12px;
    }
    .solid-image-gallery .inner-add-sign{
        left: 44px;
    }
    .solid-image-gallery .inner-add-photo{
        left: 14px;
    }
}
@media(max-width: 1150px){
    .solid-image-gallery .ebay-image-wrap{
        width: 335px;
    }
    .solid-image-gallery img.drag_drop_image{
        width: 100px;
        height: 100px;
    }
    .solid-image-gallery div input.ebay-image-upload {
        width: 98px !important;
        height: 98px !important;
    }
}
@media(max-width: 1090px){
    .solid-image-gallery .ebay-image-wrap{
        width: 275px;
    }
    .solid-image-gallery img.drag_drop_image {
        width: 87px;
        height: 87px;
    }
    .solid-image-gallery div input.ebay-image-upload {
        width: 85px !important;
        height: 85px !important;
    }
    .solid-image-gallery .showimagediv{
        height: 346px;
    }
    .solid-image-gallery .inner-add-sign{
        left: 34px;
        top: 6px;
    }
    .solid-image-gallery .inner-add-photo{
        bottom: 16px;
        left: 6px;
    }
}
@media(max-width: 1024px){
    .solid-image-gallery .inner-add-sign{
        left: 36px;
    }
    .solid-image-gallery .inner-add-photo{
        bottom: 20px;
        left: 12px;
    }
}
@media(max-width: 980px){
    .solid-image-gallery .ebay-image-wrap {
        width: 220px;
    }
}
@media(max-width: 800px){
    .solid-image-gallery img.drag_drop_image {
        width: 60px;
        height: 60px;
    }
    .solid-image-gallery div input.ebay-image-upload {
        width: 58px !important;
        height: 58px !important;
    }
    .solid-image-gallery .showimagediv{
        height: 238px;
    }
    .solid-image-gallery .inner-add-sign{
        left: 26px;
        font-size: 18px;
    }
    .solid-image-gallery .inner-add-photo{
        font-size: 8px;
        bottom: 13px;
        left: 9px;
    }
}
@media(max-width: 600px){
    .solid-image-gallery .showimagediv{
        height: 360px;
    }
    .solid-image-gallery .ebay-image-wrap{
        width: 100%;
        justify-content: center;
    }
    .solid-image-gallery div input.ebay-image-upload{
        width: 41px !important;
        height: 41px !important;
    }
    .solid-image-gallery img.drag_drop_image{
        width: 43px;
        height: 43px;
    }
    .solid-image-gallery .inner-add-sign{
        left: 16px;
        font-size: 14px;
    }
    .solid-image-gallery .inner-add-photo{
        font-size: 6px;
        bottom: 8px;
        left: 5px;
    }
}
.ebay-image-wrap li{
    list-style: none;
}
.fullImage{
    width: 100%;
    height: 100%;
}
.main_image_show{
    position: relative;
}
.showimagediv {
    display: none;
    width: 100%;
    height: 474px;
}
@media(max-width: 1440px){
    .showimagediv {
        height: 435px;
    }
}
@media(max-width: 1280px){
    .showimagediv{
        height: 398px;
    }
}
@media(max-width: 1024px){
    .variationImageDiv{
        height: 316px;
    }
    .create-ebay-showimagediv{
        height: 316px;
    }
}
@media(max-width: 992px){
    .create-ebay-showimagediv, .variationImageDiv{
        height: 286px;
    }
}
@media(max-width: 768px){
    .create-ebay-showimagediv, .variationImageDiv{
        height: 257px;
    }
}
@media(max-width: 600px){
    .create-ebay-showimagediv, .variationImageDiv{
        height: 350px;
    }
}
@media(max-width: 576px){
    .create-ebay-showimagediv, .variationImageDiv{
        height: 350px;
    }
}
@media(max-width: 415px){
    .create-ebay-showimagediv, .variationImageDiv{
        height: 280px;
    }
}
@media(max-width: 376px){
    .create-ebay-showimagediv, .variationImageDiv{
        height: 260px;
    }
}
@media(max-width: 360px){
    .create-ebay-showimagediv, .variationImageDiv{
        height: 250px;
    }
}
/* @media(max-width: 415px){
    .showimagediv{
        margin-left: 12px;
    }
} */
.slider_prod{
    border: 2px solid #000;
}
.clicked {
    outline: 2px solid var(--wms-primary-color) !important;
    outline-offset: -2px;
}
li.clicked{
    outline: 2px solid var(--wms-primary-color) !important;
    outline-offset: 0px;
    z-index: 1;
}
.prev{
    position: absolute;
    top: 235px;
    left: -1px;
    /* background-color: thistle; */
    background-color: var(--wms-primary-color);
    color: #ffffff;
    padding: 5px;
    cursor: pointer;
}
@media(max-width: 1440px){
    .next{
        bottom: 198px !important;
    }
    .prev{
        top: 208px;
    }
}
@media(max-width: 1280px){
    .next{
        bottom: 183px !important;
    }
    .prev{
        top: 188px;
    }
}
@media(max-width: 1024px){
    .prev{
        top: 135px;
    }
    .next{
        bottom: 130px !important;
    }
}
@media(max-width: 768px){
    .next{
        bottom: 94px !important;
    }
}
@media(max-width: 600px){
    .prev{
        top: 265px;
    }
    .next{
        bottom: 225px !important;
    }
}
@media(max-width: 560px){
    .prev{
        top: 217px;
    }
}
@media(max-width: 415px){
    .prev{
        top: 165px;
    }
    .next{
        bottom: 152px !important
    }
}
@media(max-width: 376px){
    .next{
        bottom: 130px !important
    }
    .prev {
        top: 145px;
    }
}
@media(max-width: 360px){
    .next {
        bottom: 122px !important;
    }
    .prev {
        top: 138px;
    }
}
.next{
    position: absolute;
    right: -1px;
    bottom: 209px;
    /* background-color: thistle; */
    background-color: var(--wms-primary-color);
    color: #ffffff;
    padding: 5px;
    cursor: pointer;
}

/* solid gallery main image */
.solid-image-gallery .prev{
    position: absolute;
    top: 235px;
    left: -1px;
    background-color: var(--wms-primary-color);
    color: #ffffff;
    padding: 5px;
    cursor: pointer;
}
.solid-image-gallery .next{
    position: absolute;
    right: -1px;
    bottom: 209px;
    background-color: var(--wms-primary-color);
    color: #ffffff;
    padding: 5px;
    cursor: pointer;
}
@media(max-width: 1440px){
    .solid-image-gallery .next{
        bottom: 202px !important;
    }
    .solid-image-gallery .prev{
        top: 202px;
    }
}
@media(max-width: 1280px){
    .solid-image-gallery .next{
        bottom: 183px !important;
    }
    .solid-image-gallery .prev{
        top: 188px;
    }
}
@media(max-width: 1024px){
    .solid-image-gallery .prev{
        top: 155px;
    }
    .solid-image-gallery .next{
        bottom: 159px !important;
    }
}
@media(max-width: 800px){
    .solid-image-gallery .prev{
        top: 105px;
    }
    .solid-image-gallery .next{
        bottom: 103px !important;
    }
}
@media(max-width: 768px){
    .solid-image-gallery .next{
        bottom: 100px !important;
    }
}
@media(max-width: 600px){
    .solid-image-gallery .prev{
        top: 170px;
    }
    .solid-image-gallery .next{
        bottom: 167px !important;
    }
}
@media(max-width: 560px){
    .solid-image-gallery .prev{
        top: 167px;
    }
}
@media(max-width: 415px){
    .solid-image-gallery .prev{
        top: 165px;
    }
    .solid-image-gallery .next{
        bottom: 166px !important;
    }
}
/* solid gallery main image */

@media(max-width: 768px){
    .create-ebay-image-wrap, .variation-image-wrap{
        width: 330px;
    }
}
@media(max-width: 600px){
    .ebay-image-wrap{
        margin-top: -16px;
    }
    .variation-image-wrap{
        width: 528px;
    }
}
@media(max-width: 576px){
    .variation-image-wrap{
        width: 500px;
    }
}
@media(max-width: 415px){
    .variation-image-wrap{
        width: 340px;
    }
}
.order-lebel-status{
    background-color: #ffbd4a;
    color: #000;
}
.hide{
    display: none !important;
}


span.md-close {
    font-size: 25px;
    cursor: pointer;
}
.md-modal {
   margin: auto;
   position: fixed;
   top: 50px;
   left: 0;
   right: 0;
   width: 50%;
   max-width: 630px;
   min-width: 320px;
   height: auto;
   z-index: 2000;
   visibility: hidden;
   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   backface-visibility: hidden;
}

.md-show {
   visibility: visible;
}
.md-modal-content{
    position: relative;
}
.md-modal-content #counter{
    font-size: 20px;
    padding-bottom: 20px;
    color: #fff;
}
/* .gallery-trigger-preview{
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    background-color: rgb(255 255 255 / 50%);
    padding: 30px;
    cursor: pointer;
    color: #000;
    z-index: 1;
    box-shadow: rgb(0 0 0 / 2%) 0px 1px 3px 0px, rgb(27 31 35 / 15%) 0px 0px 0px 1px;
} */
.md-trigger{
    position: absolute;
    /* top: 215px; */
    /* left: 170px; */
    top: 0 !important;
    left: 0 !important;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 45%;
    height: 4%;
    text-align: center;
    background-color: rgb(255 255 255 / 50%);
    padding: 22px 0 38px 0;
    cursor: pointer;
    color: #000;
    z-index: 1;
    box-shadow: rgb(0 0 0 / 2%) 0px 1px 3px 0px, rgb(27 31 35 / 15%) 0px 0px 0px 1px;
}
/* @media(min-width: 1850px){
    .md-trigger{
        left: 190px;
    }
}
@media(max-width: 1440px){
    .md-trigger{
        left: 145px;
        top: 188px;
    }
}
@media(max-width: 1370px){
    .md-trigger{
        left: 126px;
    }
}
@media(max-width: 1330px){
    .md-trigger{
        left: 130px;
    }
}
@media(max-width: 1280px){
    .md-trigger{
        top: 168px;
        left: 115px;
    }
}
@media(max-width: 1024px){
    .md-trigger{
        top: 135px;
        left: 92px;
        padding: 10px;
    }
}
@media(max-width: 768px){
    .md-trigger{
        left: 72px;
        padding: 8px;
    }
}
@media(max-width: 600px){
    .md-trigger{
        top: 270px;
        left: 218px !important;
    }
}
@media(max-width: 560px){
    .md-trigger{
        top: 219px;
        left: 180px !important;
    }
}
@media(max-width: 415px){
    .md-trigger{
        top: 162px;
        left: 116px !important;
    }
}
@media(max-width: 376px){
    .md-trigger{
        top: 147px;
        left: 100px !important;
    }
}
@media(max-width: 360px){
    .md-trigger{
        top: 138px;
        left: 90px !important;
    }
} */
.previous{
    position: absolute;
    left: -200px;
    top: 280px;
    padding: 8px 10px;
    cursor: pointer;
    background-color: thistle;
}
.then{
    position: absolute;
    right: -200px;
    top: 280px;
    padding: 8px 10px;
    cursor: pointer;
    background-color: thistle;
}
@media(max-width: 1024px){
    .then{
        right: -140px;
    }
    .previous{
        left: -150px;
    }
}
@media(max-width: 800px){
    .then,.previous{
        top: 200px;
    }
}
@media(max-width: 600px){
    .then{
        right: -85px;
        top: 146px;
    }
    .previous{
        left: -100px;
        top: 146px;
    }
}
@media(max-width: 415px){
    .then{
        right: -36px;
    }
    .previous{
        left: -35px;
    }
}
@media(max-width: 376px){
    .then{
        right: -24px;
    }
    .previous{
        left: -24px;
    }
}
.md-overlay {
   position: fixed;
   width: 100%;
   height: 100%;
   visibility: hidden;
   top: 0;
   left: 0;
   z-index: 1000;
   opacity: 0;
   background: rgba(#e4f0e3, 0.8);
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   transition: all 0.3s;
}

.md-show ~ .md-overlay {
   opacity: 1;
   visibility: visible;
}

.md-effect-12 .md-content {
   -webkit-transform: scale(0.8);
   -moz-transform: scale(0.8);
   -ms-transform: scale(0.8);
   transform: scale(0.8);
   opacity: 0;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
   background-color: #000;
}

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
   background: transparent;
}

.md-show.md-effect-12 .md-content {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   opacity: 1;
}
#counter{
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 10px;
}
/* #modal_counter{
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
} */
@media(max-width: 415px){
    #modal_counter{
        margin-left: 19px;
    }
}
.image_dimension {
    position: absolute;
    right: 15px;
    bottom: 30px;
    height: 27px;
    width: 27px;
    margin-left: 3px;
    cursor: pointer;
    z-index: 99;
    background: red;
    border: 2px solid #ffffff;
    border-radius: 15px;
    box-shadow: 0 8px 6px -6px black;
}
.image_dimension::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 1px;
    text-align: center;
    font-family: "Garamond";
    content: "!";
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}
.image_dimension_error_show{
    position: absolute;
    top: 50px;
    right: 55px;
    width: 200px;
    line-height: 1.4;
    font-size: 14px;
    border: 1px solid rgb(180 180 180);
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9999999999999999999;
    background: #ffffff;
}
.image_dimension_error_show::after{
    content: '';
    width: 0;
    height: 0;
    top: 22px;
    right: -15px;
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 18px solid #ffffff;
}

/*--- End eBay drag and drop--- */

.filter-red{
    background-color: red !important;
}

.footer .company-name {
    color: var(--wms-primary-color);
}
/* #sortableAttribute #exampleModalCenter .modal_button{
    width:90% !important;
    padding: 7px;
} */
.manual_design{
    display: inline-block;
}
.attribute_terms_class .select2-selection--multiple{
    max-height: 5rem; overflow: auto
}

#desTablist, #imgTablist {
    box-shadow: none;
}
.individual_clr{
    display: inline-block;
}

/* .no-img-content{
    background-image: url(/wms/assets/common-assets/no_image_box.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} */

.profile-tab li {
    margin-right: 5px;
}

.login-cardbox{
    background-color: rgb(0 0 0 / 33%) !important;
}
.individual_clr .btn-outline-info{
    background: #D3D3D3;
    color: white;
    border: none;
    border-radius: 0px;
}
.individual_clr .btn-outline-info:hover, .individual_clr .btn-outline-info:focus{
    background: red;
    transition: 1s;
}
#defectReasonBtn{
    margin-right: 2px;
}
.sorted-order-navs{
    border-top: 1px #5d9cec30;
    background-color: #98a6ad30;
}
.add-change-qty{
    min-width: 100px;
}
.wp-account:hover{
    color: var(--wms-primary-color);
}

#wms-tooltip{
    position: relative;
    cursor: pointer;
}
.wrapper-tooltip-text{
    position: relative;
    display: block;
}
.wrapper-tooltip-text .span-tooltip-img{
    position: fixed;
}
#wms-tooltip-text{
    position: absolute;
    left: 50%;
    bottom: 33px;
    transform: translateX(-50%);
    background-color: var(--wms-primary-color);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease;
    width: 190px;
    max-width: none !important;
    white-space: normal !important;
    z-index: 999999;
}
#wms-tooltip-text::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform : translateX(-50%);
    border: 15px solid;
    border-color: #000 #0000 #0000 #0000;
}
.listed-on-text::before{
    left: 42% !important;
}
.ebay-condition-text::before{
    left: 42% !important;
}
.title-tooltip-text::before{
    left: 45% !important;
}
.create-ebay-title-text::before{
    left: 40% !important;
}
.create-fee-text::before{
    left: 35% !important;
}
.feeder-qty-text::before{
    left: 38% !important;
}
.ebay-condition-description{
    width: 300px !important;
}
.feeder-qty-text{
    width: 300px !important;
    margin-left: 36px;
}
.ebay-condition-text{
    margin-left: 14px;
}
.title-tooltip-text{
    margin-left: 10px;
}
.create-ebay-title-text{
    margin-left: 20px;
}
.create-fee-text{
    margin-left: 30px;
}
#wms-tooltip:hover #wms-tooltip-text{
    visibility: visible;
    opacity: 1;
}
.csv-text{
    left: -43% !important;
    width: 166px !important;
    background-color: #ffffff !important;
    color: rgb(33 37 41) !important;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px !important;
}
.csv-text::before{
    left: 59% !important;
}
.subtitle-div{
    margin: 0 -10px !important;
}

.subtitle-div .subtitle-inner{
    display: flex;
    align-items: center;
    margin: inherit;
}

.subtitle-div .subtitle-inner .subtitle-tooltip{
    /* margin-top: -22px !important;
    margin-left: -8px; */
}

.subtitle-div input#subtitle{
    /* margin-left: 20px; */
}

.wms-tooltip-image{
    width: 18px;
    height: 18px;
}

.tooltip-learn-more{
    color: var(--wms-secondary-color);
}
.sub-label{
    margin-left: -7px;
}
.sub-cat-font{
    font-weight: 500!important;
}

/* Dashboard loader css Start */
.lds-dual-ring.hidden {
    display: none;
}
.lds-dual-ring {
    position: absolute;
    width: 96%;
    height: 97%;
    background: rgba(15, 15, 15, 0.8);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.order-product-lds-dual-ring{
    /* padding-top: 185px!important; */
}
.order-country-lds-dual-ring{
    width: 98%!important;
}
.order-category-lds-dual-ring{
    width: 99%!important;
    height: 99%!important;
}
.sales-lds-dual-ring{
    width: 99%!important;
    height: 99%!important;
}


/* pos Ui  start*/

.qty-table thead{
    background-color: var(--wms-primary-color);
    color: #ffffff;
}
.qty-table thead tr th{
    padding: 10px;
}
div.popup{
    position: absolute;
    display: none;
    width: max-content;
    transform: scale(2.1);
    transition: transform .2s;
    top: 20px;
    z-index: 9999;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
    padding: 4px 0px;
    background: #ffffff;
}
span.close{
    position: absolute;
    top: 2px;
    right: 5px;
    font-size: 16px;
}
input.qty-incre-decre{
    border: none;
}
.pos-ui-form{
    background: rgb(210, 216, 222);
    padding: 15px 10px;
}
.sku-field input::placeholder{
    opacity: 1;
    /* font-weight: bold; */
    color: #000000;
    /* color: #ffffff; */
}
.sku-field input::-moz-placeholder{
    opacity: 1;
    /* font-weight: bold; */
    color: #000000;
}
.sku-field input::-webkit-placeholder{
    opacity: 1;
    /* font-weight: bold; */
    color: #000000;
}
.sku-field input::-ms-placeholder{
    opacity: 1;
    /* font-weight: bold; */
    color: #000000;
}
.sku-field input{
    text-align: center;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    /* background-color: var(--wms-primary-color); */
    border: 1px solid var(--wms-primary-color);
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
}
input.qty-incre-decre, input.qty-show{
    border-style: none;
    width: 20px;
}
.product-order-field{
    margin-top: 10px;
    background: #fff;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
}
.product-order-field input{
    /* text-align: center; */
    border: 0;
}
/* .product-order-field input:hover{
    border: 1px solid #E3E3E3;
} */
/* .sub-total-table{
    margin-top: 251px;
} */
.sub-total-table tbody tr td{
    background: #f0f0f0;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.sub-total-table .sub-total{
    width: 80%;
}
.sub-total-table .discount-input{
    /* width: 55px; */
    background-color: #f0f0f0;
}
.sub-total-table .vat-input{
    width: 55px;
    background-color: #f0f0f0;
}
/* .sub-total-table .discount-input:hover{
    background: #fff;
} */
.sub-total-table .vat-input:hover{
    background: #fff;
}
.subtotal-left{
    display: flex;
    align-items: center;
    justify-content: end;
    margin-right: 5px;
}
/* @media(max-width: 1550px){
    .subtotal-left{
        margin-left: 17px;
    }
}
@media(min-width: 1551px){
    .subtotal-left{
        margin-left: 0;
    }
} */
.subtotal-left .sub-price{
    /* margin-left: 14px; */
}
div.grand-total-price{
    /* margin-left: 2px; */
}
.dis-parc-btn, .dis-static-btn{
   font-size: 13px;
}
.discount-btn-color{
    border-color: var(--wms-primary-color);
}
.remove-btn-color{
    border-color: inherit;
}
.discount-btn:hover{
    border-color: var(--wms-primary-color);
}
.select-status{
    border-radius: initial;
}
.order-status{
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.order-status .item-list{
    position: relative;
    background: #f0f0f0;
    padding: 7px 12px;
    color: black;
    display: flex;
    align-items: center;
}
.order-status .item-list .item-badge{
    position: absolute;
    top: -10px;
    right: -5px;
    width: 40%;
}
.item-list .fa{
    font-size: 24px;
    margin-bottom: -1px;
}
.cancel-order-div{
    background-color: #f0f0f0;
    padding: 8px 0px;
    cursor: pointer;
}
.cancel-order-div:hover{
    background-color: red;
    color: #ffffff;
}
.item-name{
    position: relative;
}
input#price{
    background-color: #ffffff;
}
.qty-table .item-details{
    position: absolute;
    display: none;
    top: -138px;
    left: 0;
    width: max-content;
    padding: 10px;
    z-index: 99999;
    background-color: #ffffff;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
}
.qty-table .item-details::after{
    content: '';
    display: block;
    position: absolute;
    left: 30%;
    bottom: -36px;
    width: 0;
    height: 0;
    border: 21px solid transparent;
    border-top: 15px solid var(--wms-primary-color);
    z-index: 999999999;
}
button.remove-item{
    background: red;
    color: #ffffff;
}
.customer-info{
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--wms-primary-color);
    color: #ffffff;
    padding: 7px 0;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
}
.zzz{
    position: relative;
}
.abc{
    position: absolute;
    display: none;
    width: -webkit-fill-available;
    top: 0;
    background: #303245;
    color: #fff;
    padding: 1px 10px;
}
.label-pad{
    padding: 10px 15px;
    border-radius: inherit;
    text-align: center;
}
.customer-info-input-without-val{
    padding: 15px 0 !important;
    border-radius: inherit;
    text-align: center;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
}
.pay-input{
    border-color: #ffffff !important;
    padding: 15px 0 !important;
    border-radius: inherit;
    text-align: center;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
}
.cus-rs-div{
    margin-top: 4px;
}
.customer-info-table td:first-child,
.payment-table td:first-child,
.keyboard-table td:first-child{
    padding-left: 0;
}
.customer-info-table td:last-child,
.payment-table td:last-child,
.keyboard-table td:last-child{
    padding-right: 0;
}
.customer-info-table td:nth-of-type(2),
.payment-table td:nth-of-type(2),
.keyboard-table td:nth-of-type(2){
    padding-left: 0;
    padding-right: 0;
}
.p-bottom{
    padding-bottom: 5px !important;
    padding-top: 25px !important;
    border: 1px solid var(--wms-primary-color);
}
.without-scan-product{
    position: absolute;
    top: 210px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.without-scan-product h3{
   margin-top: 40px;
}
.clear-payment{
    border: 1px solid #ffffff;
    background-color: red;
    color: #ffffff;
    padding: 16px 15px;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
}
.keyboard-table tbody tr td{
    text-align: center;
    vertical-align: middle;
}
.keyboard-table .default-no{
    border: 1px solid #ffffff;
    background-color: var(--wms-primary-color);
    color: #ffffff;
    padding: 15px 0;
    cursor: pointer;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
}
.default-money-table .default-no{
    background-color: var(--cyan);
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 15px 0;
    cursor: pointer;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
}
.default-money-table .default-money{
    display: flex;
    justify-content: center;
    align-items: center;
}
.key-card, .key-submit{
    background-color: var(--blue);
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
}
.d-key{
    padding-right: 6px;
    padding-left: unset;
}
@media(max-width: 600px){
    .d-key{
        padding-left: 15px;
    }
}
input#read-sku:focus::placeholder{
    color: transparent;
}
.d-value-border{
    border-color: var(--wms-primary-color);
}
.d-value{
    background-color: var(--wms-secondary-color);
    color: #ffffff !important;
}
.p-value{
    background-color: var(--wms-primary-color);
    color: #ffffff !important;
}
.click-p-value{
    background-color: var(--wms-primary-color);
    color: #ffffff !important;
}
.w-40px{
    width: 40px;
}
.w-100px{
    width: 100px;
}
.qty-close{
    background-color: red;
    color: #ffffff;
    padding: 6px 14px;
    cursor: pointer;
    margin-left: 20px;
}
.qty-valid-pop{
    padding: 24px 0 !important;
}
.qty-tbottom{
    /* margin-bottom: 440px; */
    margin-bottom: 396px;
}
.one-item{
    /* margin-bottom: 368px; */
    margin-bottom: 324px;
}
.two-item{
    /* margin-bottom: 296px; */
    margin-bottom: 252px;
}
.three-item{
    /* margin-bottom: 224px; */
    margin-bottom: 180px;
}
.four-item{
    /* margin-bottom: 152px; */
    margin-bottom: 108px;
}
.five-item{
    /* margin-bottom: 80px; */
    margin-bottom: 36px;
}
.six-item{
    /* margin-bottom: 8px; */
}
#qty-tbody tr td{
    border-bottom: 1px solid #ebeff2;
    padding: 19px 0;
}
#qty-tbody{
    position: relative;
}
.customer-info-table input::placeholder{
    color: gray;
}
.payment-table input::placeholder{
    color: gray;
}
button.k-s{
    /* background-color: var(--blue) !important; */
    border: 1px solid #ffffff;
    width: -webkit-fill-available;
    background-color: #00604d;
    margin-top: 5px;
    /* border: none; */
}
@media(max-width: 600px){
    button.k-s{
        margin-left: 5px;
    }
}
.discount-in-percen, .discount-in-amount , .shipping-charge-in-amount{
    display: none;
    position: absolute;
    top: -61px;
    left: 0px;
    background-color: var(--cyan);
    color: #ffffff;
    padding: 5px 12px 12px 12px;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
}
.discount-in-percen{
    left: 28px;
}
.discount-in-percen::after, .discount-in-amount::after, .shipping-charge-in-amount::after{
    content: '';
    display: block;
    position: absolute;
    top: 59px;
    left: 78px;
    border: 14px solid transparent;
    border-top: 10px solid var(--cyan);
    z-index: 999999999;
}
.discount-in-amount{
    left: 50px;
}
.discount-in-amount::after{
    left: 85px;
}
.dia{
    left: 122px !important;
}
.ship-dia{
    margin-left: 70px;
}
.item-hover{
    display: none;
    position: absolute;
    top: -42px;
    left: -20px;
    width: max-content;
    background-color: var(--cyan);
    padding: 10px;
    color: #ffffff;
}
.item-hover::after{
    content: '';
    display: block;
    top: 41px;
    left: 35px;
    position: absolute;
    border: 14px solid transparent;
    border-top: 10px solid var(--cyan);
    z-index: 999999999;
}
.item-close{
    /* display: none; */
    /* position: absolute; */
    background-color: red;
    color: #ffffff;
    padding: 10px;
    /* left: 31px; */
    /* top: 9px; */
    /* z-index: 99999; */
    cursor: pointer;
}
 /* @media(min-width: 1541px){
    .item-close{
        left: 31px;
    }
} */
/* @media(max-width: 1540px){
    .item-close{
        padding: 10px;
        left: 44px;
        top: 9px;
    }
}  */
/* .qty-row-morethan-three{
    display: block;
    height: 309px;
    overflow-y: scroll;
    overflow-x: inherit;
} */
input.t-price{
    padding: 0;
    width: 65px;
    text-align: center;
}
/* input#price{
    text-align: center;
} */
/* input#price:focus{
    border: none !important;
} */
input.qty-incre-decre{
    text-align: center;
}
/* .input-total{
    background-color: #f0f0f0;
    text-align: right;
    padding: 0;
    width: 85px;
} */
.inherit{
    background-color: inherit;
}

.currencyinput {
    border: 1px inset #ccc;
}
.currencyinput input {
    border: 0;
}

/* pos Ui  end*/




/* download app page design */
#download_app_page_section{
    /*background: #0c5460;*/
    background-image: linear-gradient(to bottom,#FF511C, #280379);
    padding-top: 100px;
    padding-bottom: 100px;
    color:white;
}
#wms-download-link-section{
    margin-top: 50px;
    text-align: center;
}
#wms-download-link-section a{
    background-color: transparent !important;
    border: white 1px solid !important;
    padding: 0;
    border-radius: 15px;
}
#wms-download-link-section a:hover{
    background-color: white !important;
    color:black !important;
    border:black 1px solid !important;
    transition:0.5s;
}
#wms-download-link-section a{
    padding: 15px 90px;
    display: inline-block;
    color:white;
}
#wms-download-link-section span{
    font-size: 60px;
    display: inline-block;
}
#wms-download-link-section span:hover{
    transition: 0.9s;
    transform: rotateY(360deg);
}
div.exact-amount{
    background-color: rgb(0, 128, 0);
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 15px 0;
    text-align: center;
    width: -webkit-fill-available;
    cursor: pointer;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
}
div.email-error{
    display: none;
    position: absolute;
    top: -42px;
    right: 0;
    width: max-content;
    background-color: #ffffff;
    color: red;
    border: 1px solid red;
    padding: 10px 12px;
    z-index: 999999;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}


/*----- add-catalogue-update-design---
---------------------------------------- */

.add-categorization{
    width: 18%;
    border-color: #007bff;
    color: #007bff;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

.btn-outline-default{
    color: var(--wms-primary-color);
    background-color: #ffffff;
    border-color: var(--wms-primary-color);
    /* border: 1px solid #E3E3E3 !important; */
    border-radius: 0;
    margin-left: -1px;
    padding: 8px 14px 7px 14px;
}
.btn-outline-default:hover{
    background-color: #4e2c8a !important;
    color: #ffffff;
}

.product-type-tooltip{
    width: 10%;
    text-align: center;
}
.pro-type-message{
    position: absolute;
    bottom: 31px;
    right: 0;
    left: -100px;
    width: 610%;
    padding: 10px;
    background-color: #ffffff;
    color: rgb(33 37 41);
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px !important;
    z-index: 999999999;
}

.pro-type-message::after{
    content: '';
    display: block;
    position: absolute;
    left: 43%;
    bottom: -36px;
    width: 0;
    height: 0;
    border: 21px solid transparent;
    border-top: 15px solid rgb(0 0 0 / 85%);
    z-index: 999999999;
}

.add-product-type{
    width: 55%;
    background-color: #0adc1e;
    color: #fff;
    padding: 5px;
    border-radius: 17px;
    cursor: pointer;
    border: 2px solid #999999;
}
.type-name{
    width: 80%;
    text-align: center;
    font-weight: bold;
}
.btn-div{
    width: 20%;
}
.switch-btn{
    display: block;
    width: 18px;
    padding: 8px 6px;
    float: right;
    /* margin: 6px;  */
    background: #FFFFFF;
    /* position: absolute;  */
    /* top: 0;  */
    /* bottom: 0; */
    /* right: 56px; */
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.pro-type-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-direction-re{
    flex-direction: row-reverse;
}

.simple-color{
    background-color: var(--wms-secondary-color);
}
.variable-color{
    background-color: #0adc1e;
}
.variable-input-field{
    margin-top: 40px;
}

.simple-input-field{
    margin-top: 35px;
}

.category-div .select2-selection, .category-child-btn, .child-cat-select,
.add-variation-content .modal_button, .add-variation-content .select2-selection{
    border-radius: inherit !important;
}
.add-variation-content{
    padding-left: 10px;
    padding-right: 10px;
}
.addAnotherVariation{
    padding-left: 10px;
    padding-right: 10px;
}
.addVariation{
    padding-left: 20px;
    padding-right: 20px;
}
.variation-terms{
    margin-top: 20px;
}
.category-input{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.category-focus{
    border: 1px solid #cccccc;
    border-radius: 4px;
    width: -webkit-fill-available;
}
.category-focus:focus{
    border: 1px solid var(--wms-primary-color);
}
.catalogue-product-image{
    margin-top: 25px;
    padding: 4px;
    border: 1px solid #98a6ad30;
}
.category-modal, .add-description-modal,
.package-profile {
    position: fixed;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25%;
    background-color: #ffffff;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    text-align: center;
}
@media(max-width: 600px){
    .category-modal, .add-description-modal{
        width: 70%;
    }
}
.cat-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background-color: #343f44;
    color: white;
}
.cat-input-div{
    padding: 20px 15px;
}
.trash-div{
    background-color: red;
    padding: 5px 15px;
    cursor: pointer;
    margin: -15px 15px 0 0;
    color: #ffffff;
    border-radius: 3px;
    width: 100%;
    margin-left: 14px;
}
.cat-add{
    width: 100%;
}
.cat-modal-footer{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.category-subBtn{
    float: right;
    padding: 4px 12px;
    margin-right: 14px;
    margin-top: 1px;
    width: 100%;
}
ul#categorySelectOption{
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
}
ul#categorySelectOption option{
    padding: 5px 0;
    cursor: pointer;
}
ul#categorySelectOption option:hover{
    background-color: #98a6ad30;
}
.category-validate{
    color: red;
}
.cat-foo-bottom{
    margin-bottom: 10px;
}
.slimScrollBar:hover{
    width: 14px !important;
}
.select-product-type{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.select-product-type-left{
    background-color: #5d9cec !important;
    width: 100%;
    color: #ffffff;
    border-radius: 20px;
    padding: 8px 6px;
    width: 35%;
    text-align: center;
}
select#selectVariation{
    border: 1px solid var(--wms-primary-color);
    border-radius: inherit;
}

.vr-minus-btn{
    border-radius: inherit;
    color: red;
}
.vr-minus-btn:hover{
    color: #ffffff;
    background-color: red;
}
.all-attribute-container .select2-selection{
    border-radius: inherit !important;
}
.var-description{
    background-color: #5d9cec !important;
    padding: 5px 10px;
    color: #fff;
}
.att-minus-msg {
    position: absolute;
    background-color: #ffffff;
    color: rgb(82 82 82);
    padding: 10px;
    bottom: 74px;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px !important;
    z-index: 999999;
}
.dmm{
    margin-left: 2px;
}
.dpm{
    right: 1px !important;
}
.att-plus-msg{
    position: absolute;
    background-color: #ffffff;
    color: rgb(82 82 82);
    padding: 10px;
    bottom: 74px;
    right: 10px;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px !important;
    z-index: 999999;
}
.wp-myaccount{
    background-color: #5d9cec !important;
}

.variation-remove-btn{
    color: red !important;
    border-right-style: inherit !important;
}
.variation-remove-btn:hover{
    background-color: red !important;
    color: #ffffff !important;
}
.dava{
    margin-left: 2px;
}
.v-msg{
    bottom: 38px;
    left: 20px;
}
.d-msg{
   left: 12px;
}
.appendVariation{
    margin-left: 2px;
}
.tab-input-label{
    position: absolute;
    top: -12px;
    width: max-content;
    border-radius: 4px;
    font-size: 16px;
    padding: 0 10px;
    cursor: pointer;
    border: 1px solid white;
    background-color: var(--wms-secondary-color);
    -webkit-transition: top .2s ease-in-out, font-size .2s ease-in-out;
    transition: top .2s ease-in-out, font-size .2s ease-in-out;
    color: darkslategray;
}
.tabInputClick{
    margin-top: -26px !important;
    padding: 15px 10px 1px 10px !important;
}

.attr-term-div{
    flex: 0 0 32% !important;
    max-width: 32% !important;
    min-height: 3em;
}

/*-----End add-catalogue-update-design---
---------------------------------------- */


/*-----Add Product bulk edit section--------
--------------------------------------- */
.product-bulk-edit-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.product-bulk-edit-section .bulk-price-edit{
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
}
@media(max-width: 600px){
    .product-bulk-edit-section .bulk-price-edit{
        flex-wrap: wrap;
    }
}
.product-bulk-edit-btn{
    padding: 6px;
    min-width: 150px;
    max-width: 170px;
    border: 1px solid var(--wms-primary-color);
    border-radius: 5px;
    color: var(--wms-primary-color);
    line-height: 1.5;
    border-bottom-width: medium;
}
.v-select-and-b-generate{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.v-select-and-b-generate button.btn-outline-primary,
.v-select-and-b-generate input.btn-outline-primary{
    width: 150px;
    border-bottom-width: medium;
}
select.selectVariationProduct{
    width: 150px;
    border: 1px solid var(--wms-primary-color);
}
.terms-tab{
    padding: 8px 6px;
    cursor: pointer;
}
.terms-active-li{
    background-color: var(--wms-primary-color);
    color: #ffffff;
}
.kkk.terms::after{
    content: '';
    position: absolute;
    right: -28px;
    top: 18px;
    transform: translateY(-50%);
    border: 19px solid;
    border-top-width: 19px;
    border-bottom-width: 19px;
    border-color: #0000 #0000 #0000 var(--wms-primary-color);
}
/* .terms-active-li::after{
    content: '';
    position: absolute;
    right: -28px;
    top: 18px;
    transform: translateY(-50%);
    border: 19px solid;
    border-top-width: 19px;
    border-bottom-width: 19px;
    border-color: #0000 #0000 #0000 var(--wms-primary-color);
} */
.terms-tab-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul#display-terms-tab{
    padding-left: 0;
}
ul#display-terms-tab li{
    border-bottom: 1px solid var(--wms-primary-color);
}

.variation-color{
    color: var(--wms-primary-color);
}
div#expandCollapseImageGallaryTab{
    font-size: 16px;
    cursor: pointer;
    background-color: var(--wms-primary-color);
    color: #ffffff;
    padding: 3px 15px;
    border-radius: 17px;
    width: 138px;
    text-align: center;
}
div.remove-variation{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: red;
    color: #ffffff;
    padding: 10px;
    cursor: pointer;
}
.terms-addCombination-wrap{
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
}
#addCombination,#addTerms{
    /* background-color: var(--primary);
    color: #ffffff;
    padding: 8px 12px;
    cursor: pointer; */
    width: 150px;
    border-bottom-width: medium;
}
.after-remove-variation-select-combination{
    width: 51%;
    float: right;
    /* border-radius: inherit !important; */
    border: 1px solid var(--primary) !important;
}
@media(max-width: 600px){
    .after-remove-variation-select-combination{
        width: 100%;
    }
}
.change-sku{
    display: flex;
    justify-content: center;
    align-items: center;
}
.add-terms-catalog{
    width: 45%;
    top: 50% !important;
    max-height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
}
.add-terms-catalog-header{
    background-color: var(--wms-primary-color) !important;
}
.add-terms-catalog-body{
    padding: 5px 10px;
}
.add-description-click-color{
    background-color: var(--wms-primary-color) !important;
}
/* .bulk-gen{
    position: sticky;
    top: 0;
    z-index: 1;
}
.bulk-gen-sec-height{
    min-height: 200px !important;
    max-height: 450px !important;
    overflow-y: scroll;
} */
table.add-pro-table thead tr th{
    position: sticky;
    top: 0;
    z-index: 1;
}
.add-pro-table-height {
    min-height: 144px !important;
    max-height: 450px !important;
    overflow-y: scroll;
}
/* button#addVariationBtn{
    background-color: var(--primary);
    color: #ffffff;
    padding: 8px 12px;
} */
@media(max-width: 600px){
    .add-terms-catalog{
        width: 85%;
    }
}
.ap-input-css{
    padding: 5px 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
}
.ap-input-css:focus{
    border: 1px solid var(--wms-primary-color);
}
div.filter-variation-sec{
    position: absolute;
    top: 52px;
    right: -187px;
    background: #ffffff;
    /* width: max-content; */
    padding: 10px;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
}
.filter-bg{
    background-color: var(--wms-primary-color) !important; 
    color: #ffffff;
}
.filter-var-para{
    color: #000000bd;
}

.color-red{
    background-color: red;
}

/* Return order modal page */
.return-reason-sec{
    padding-left: 15px !important;
}
.return-reason-sec .reason-color{
    background-color: var(--wms-primary-color);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    color: #ffffff;
    width: 230px;
    padding: 15px!important;
    cursor: pointer;
}
.return-reason-title{
    background-color: var(--wms-secondary-color);
    color: #ffffff;
    padding: 5px;
    text-align: center;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
}
.return-order-modal, .receive-invoice-modal{
    width: 85%;
    top: 45%;
}
.return-order-modal-body, .restock-receive-invoice-modal-body{
    min-height: 100px;
    max-height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 15px;
}
@media(min-width: 1500px){
    .return-order-modal-body, .restock-receive-invoice-modal-body{
        max-height: 700px;
    }
}
.return-reason-sec .col-md-4{
    -webkit-box-flex: 0 !important;
    flex: 0 0 32.9% !important;
    max-width: 32.9% !important;
    margin: 1px !important;
}
@media(max-width: 600px){
    .return-reason-sec .col-md-4{
        flex: 0 0 97% !important;
        max-width: 97% !important;
    }
}
.returncost-without-val{
    padding: 15px 0;
    border-radius: inherit;
    text-align: center;
    border: 1px solid #00604d;
}
.dispatch-return-order-btn{
    width: 100%;
    padding: 15px 0;
    border-radius: inherit;
    background-color: #00604d;
    color: #ffffff;
}
.return-order-number{
    background-color: var(--wms-secondary-color);
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media(max-width: 600px){
    .return-order-number{
        flex-direction: column;
    }
}
.dis-return-order-header, .add-terms-catalog-modal-header{
    background-color: var(--wms-primary-color) !important;
}
.return-order-modal-img{
    width: 50px;
    height: 50px;
}
.receive-invoice-modal-form{
    margin-left: 10px;
    margin-right: 25px;
}
.receive-invoice-modal-unit-price,
.receive-invoice-modal-quantity,
.return_order_invoice_number_select,
.return_order_supplier_name_select{
    width: 100px;
    border: 1px solid #cccccc;
    padding: 6px 0;
    border-radius: 5px;
}
.receive-invoice-modal-unit-price:focus,
.receive-invoice-modal-quantity:focus,
.return_order_invoice_number_select:focus,
.return_order_supplier_name_select:focus{
    border: 1px solid var(--wms-primary-color);
}

/* ebay Tooltip */
.list-on-ebay-title{
    margin-right: 50px;
}
.screen-option-btn-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media(max-width: 576px){
    .screen-option-btn-flex{
        flex-direction: column;
    }
}

.addTermstoCatalogBtn{
    color: #28a745 !important;
}
.addTermstoCatalogBtn:hover{
    color: #ffffff !important;
}

/*reports page custom css*/
#inner_tab_parent, #inner_tab_parent .main_report_body{
    width: 100%;
}
#inner_tab_parent .nav a.active{
    background-color: #5959ad !important;
    color: #fff !important;
}
.parent_report_tab .nav.nav-tabs{
    box-shadow: none;
}
.main_report_body{
    background: rgb(210, 216, 222) !important;
/* Catalogue page */
}
.add-terms-to-catalog-modal{
    width: 45%;
    top: 50% !important;
    max-height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
}
@media(max-width: 600px){
    .add-terms-to-catalog-modal{
        width: 65%;
    }
}
.add-terms-catalog-body{
    padding: 0 20px;
}
.text-white{
    color: #ffffff;
}
.text-red{
    color: red;
}
.tabs-vertical-env .nav.tabs-vertical li > a{
    text-align: left;
}
.submit_unsold_cat{
    padding: 20px;
}
/* .ebay-edit-title-name{
    margin-left: 10px;
} */
.ebay-edit-title-switch-btn{
    margin-left: 10px;
}
.ebay-edit-subtitle{
    margin-left: 0px !important;
}
.medium-priority-input-sec{
    height: 155px;
    position: relative;
}
.edit-ebay-close-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: red;
    color: #ffffff;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 1px;
    padding-bottom: 2px;
    margin-left: 5px;
    cursor: pointer;
}
input#subtitle{
    margin-left: 10px;
}
@media(max-width: 600px){
    input#subtitle{
        margin-left: 0;
    }
}
.tooltip-container{
    position: relative;
}
a.tooltips {
    position: relative;
    display: block;
}
a.tooltips span {
    position: fixed;
    top: 57px;
    right: -118px;
    width: 366px;
    transform: translateX(-50%);
    visibility: hidden;
    transform: translateX(-50%);
    background-color: var(--wms-primary-color);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease;
    max-width: none !important;
    white-space: normal !important;
    z-index: 999999 !important;
}
a.tooltips span.lOn{
    top: 174px !important;
    right: 100px !important;
    width: 188px !important;
}
a.tooltips span.pListing{
    top: 246px !important;
    right: 80px !important;
    width: 188px !important;
}
a.tooltips span.sCategory{
    top: 185px !important;
    right: 76px !important;
    width: 188px !important;
}
a.tooltips span.sCategory2{
    top: 193px !important;
    right: 66px !important;
    width: 188px !important;
}
a.tooltips span.condition{
    top: 221px !important;
    right: 99px !important;
    width: 188px !important;
}
a.tooltips span.condition-description{
    top: 138px !important;
    right: 30px !important;
    width: 188px !important;
}
a.tooltips span::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform : translateX(-50%);
    border: 15px solid;
    border-color: #000 #0000 #0000 #0000;
}
a:hover.tooltips span {
    visibility: visible;
    opacity: 1;
    z-index: 999999;
}
#secondary-input-field{
    background-color: var(--wms-primary-color);
    color: #ffffff;
    padding: 8px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fq-pl{
    padding-left: 30px;
}
@media(max-width: 1280px){
    .ebay-title-res{
        padding-left: 10px;
    }
}
@media(max-width: 1100px){
    .ebay-title-res{
        padding-left: 15px;
    }
}
@media(max-width: 992px){
    .ebay-title-res{
        padding-left: 20px;
    }
}
@media(max-width: 768px){
    .ebay-title-res{
        padding-left: 25px;
    }
}
@media(max-width: 600px){
    .ebay-title-res{
        padding: 0;
        margin-left: 0 !important;
    }
}

.feederQtyDivInner{
    display: flex;
}
@media(max-width: 600px){
    .feederQtyDivInner{
        display: block;
        flex-wrap: wrap;
    }
}
@media(max-width: 600px){
    .ebay-qty-input{
        margin-left: 0 !important;
    }
}
@media(max-width: 600px){
    .ebay-glsm{
        padding-right: 8px;
    }
}
.ebay .nav.nav-tabs > li > a{
    padding: 8px 10px !important;
}
@media(max-width: 415px){
    .ceate-ebay-switch{
        flex-wrap: wrap;
    }
}

.variation-header{
    border-bottom: none;
    background-color: #ffffff;
    padding: 8px;
}
.variation-header .fa-arrow-down,
.variation-header .fa-arrow-up{
    font-size: smaller;
}

.add-pro-btn-span{
    position: relative;
    padding: 8px 0;
}

.ebay-verify-btn{
    padding-top: 7px;
    padding-bottom: 7px;
}
.manage-variation-image{
    width: 150px;
}
.update-wms-btn{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px!important;
    padding-right: 40px!important;
    background-color: var(--wms-primary-color)!important;
    border-radius: 3px;
    border: none;
    color: #fff;
    cursor: pointer;
    width: inherit;
}
.catalog-update-btn{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px!important;
    padding-right: 40px!important;
    background-color: var(--wms-primary-color)!important;
    border-radius: 3px;
    border: none;
    color: #fff;
    cursor: pointer;
    width: -webkit-fill-available;
    padding: 10px 0;
    /* margin-top: 10px; */
}
.channel-icon-font{
    font-size: 40px;
}
.channel-section-border{
    border: 1px solid var(--wms-primary-color);
    border-radius: 4px;
    background: rgb(128 128 128 / 12%);
}
#newVariationValidation, #newVariationTermsValidation{
    color: red;
}
.add-new-variation{
    float: right;
    background: #2778c4;
    color: #ffffff;
    padding: 10px 11px 9px 11px;
    margin-top: 0px;
    cursor: pointer;
    border-radius: inherit;
}
.add_new_variation,.add_variation_terms{
    border-radius: inherit;
}
.add-product-newvariation-close{
    cursor: pointer;
    background-color: #2778c4;
    color: #ffffff;
    padding: 9px 10px 10px 10px;
}
.add-product-newvariation-close:hover{
    color: red;
}
.attribute-terms-span{
    display: flex;
    align-items: center;
}
/* .variation-cross-btn{
    width: 0%;
} */
/* .type-validation-class{
    margin-bottom: 22px !important;
} */
#add-more-variation{
    position: absolute;
    background-color: #ffffff;
    color: rgb(82 82 82);
    padding: 5px 6px;
    bottom: 60px;
    right: 28px;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px !important;
    z-index: 999999;
}
.product-description{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.product-description-content{
    padding: 15px 20px;
}
.variation-terms-search{
    width: 75% !important;
}
.variation-terms-search .terms-btn{
    float: left;
    width: 30%;
    padding: 6px;
    background: var(--wms-primary-color);
    border: 1px solid var(--wms-primary-color);
    color: white;
    font-size: 14px;
    border-radius: 4px !important;
    margin-left: 2px;
    cursor: pointer;
}
#attributeTab{
    background-color: #98a6ad30;
}
.add-shipping-fee{
    color: #343F44;
    font-family: "Roboto";
}
.shipping-aggregate{
    padding: 7px;
    border: 1px solid #E3E3E3;
}
.shipping-aggregate:focus{
    border-color: var(--wms-primary-color);
}
.shipping-fee-input{
    border-radius: 0px;
}
#search_threshold{
    margin-left: 2px;
    border-radius: 5px;
}
.upload-csv-in-unmatched-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 650px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media(max-width: 800px){
    .upload-csv-in-unmatched-list{
        flex-direction: column;
        margin-top: 60px;
    }   
    #inventory-channel-column{
        width: 270px !important;
    }
    .upload-csv-browse-btn{
        width: 270px;
    }
    .sample-csv-unmatched{
        width: 270px;
    }
    .upload-csv-unmatched-btn{
        width: 270px;
    }
}
@media(max-width: 414px){
    .upload-csv-in-unmatched-list{
        flex-wrap: wrap;
        width: auto;
    }
    .upload-csv-in-unmatched-list > *{
        width: 100%;
    }
    .sample-csv-unmatched{
        width: inherit;
    }
    .upload-csv-unmatched-btn{
        width: inherit;
    }
}
.upload-csv-unmatched-btn{
    border: 2.70px solid var(--wms-primary-color);
    background: var(--wms-primary-color);
    /* margin-left: 2px; */
    color: #ffffff;
}
.sample-csv-unmatched{
    padding: 7.3px;
}
.unmatched-label{
    padding-top: 8px;
}
.unmatched-label::after{
    border-radius: 0 .10rem .10rem 0 !important;
}
.sample-csv-upload{
    color: #343F44;
}

.table-column-filter-issue{
    padding-bottom: 270px;
}
.table-column-filter-issue-pad{
    padding-bottom: 20px !important;
}
.woocommerce-account-cred, .onbuy-account-cred{
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}
.onbuy-pending-search{
    width: 30% !important;
}
.low-qty-search-btn{
    width: 90px !important;
}
.view-print-icon{
    font-size: 28px;
}
.view-print-btn{
    padding: 1px;
}
.draft-pending-page{
    width: 80px !important;
}
.shelf-view-modal{
    position: fixed;
    width: 55%;
    top: 4%;
    left: 25%;
    transform: inherit;
}
@media(max-width: 600px){
    .shelf-view-modal{
        left: 10%;
        width: 80%;
    }
}
.invoice-view-modal{
    width: 45%;
    top: 48%;
}
.shelf-view-modal-header{
    background-color: var(--wms-primary-color);
    color: #ffffff;
}
.invoice-view-modal-header{
    background-color: var(--wms-primary-color);
    color: #ffffff;
}
.shelf-view-body{
    min-height: 100px;
    max-height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
}
@media(max-width: 1200px){
    .invoice-view-modal-body{
        min-height: 100px;
        max-height: 450px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}
@media(max-width: 1024px){
    .invoice-view-modal{
        width: 65%;
        top: 50%;
    }
}
@media(max-width: 600px){
    .invoice-view-modal-body{
        padding: 10px;
    }
    .invoice-view-modal-body input, .invoice-view-modal-body select{
        text-align: center;
    }
    .invoice-view-modal{
        top: 55%;
    }
    .vendor-form{
        margin-top: 0;
    }
}
@media(max-width: 414px){
    .invoice-view-modal{
        width: 80%;
    }
}


/* ----Shipping fee------ */
.shipping-fee-color input{
    -webkit-appearance: none;
    border: none;
    width: 32px;
    height: 37px;
    margin-top: 5px;
}
.shipping-fee-color input::-webkit-color-swatch-wrapper{
    padding: 0;
}
.shipping-fee-color input::-webkit-color-swatch{
    border: none;
}
.add-new-shippingfee{
    float: right;
    background: #2778c4;
    color: #ffffff;
    padding: 11px 11px 10px 11px;
    margin-top: 0px;
    cursor: pointer;
    border-radius: inherit;
}
.add-product-shippingfee-close{
    cursor: pointer;
    background-color: #2778c4;
    color: #ffffff;
    padding: 11px 11px 10px 11px;
}
.add-product-shippingfee-close:hover{
    color: red;
}
.order-table tbody tr td{
    border-radius: 0 !important;
}
/* ----End Shipping fee------ */

/* ----Dashboard channel sales---- */
.sales-card-selection{
    display: flex;
    align-items: center;
}
.check-channel{
    background-color: var(--wms-primary-color);
    color: #ffffff;
    padding: 5px;
    cursor: pointer; 
}
#check_channel{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}
.individual-channel{
    display: flex; 
    align-items: center;
}
.cursor-not-allowed{
    cursor: not-allowed;
}
.cursor-move{
    cursor: move;
}

/* ----End Dashboard channel sales---- */

/*----- Hold order------- */
.hold-order-manage-btn{
    background: linear-gradient(to right, #0a504a, #38ef7d) !important;
    border: 1px solid #38ef7d;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 8px;
    width: 90px;
    border-radius: 3px;
    outline: none !important;
    font-size: 14px;
    cursor: pointer;
}
.hold-order-manage-btn::after{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.hold-order-btn-content{
    position: absolute;
    right: 0;
    top: -73px;
    padding: 10px;
    box-shadow: 0px -1px 5px 0 rgb(0 0 0 / 26%);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}
.hold-invoice-btn{
    background: skyblue !important;
    border: 1px solid #ffffff;
    color: #fff; 
}
.hold-invoice-btn:hover{
    color: #fff;
}
.packing-btn{
    background: green !important;
    border: 1px solid #ffffff;
    color: #fff;
}
.packing-btn:hover{
    color: #fff;
}
.hold-main-content{
    position: relative;
}
.absolute-content{
    position: absolute;
}
.hold-btn-focus-color{
    background: linear-gradient(to right, #373b44, #4286f4) !important;
    color: #ffffff;
}

/*----- End Hold order------- */


.shelf-delete{
    margin-top: 0px;
    padding: 8px 15px;
}

/* Receive invoice */
.receiveInvoiceModalBtn,.receiveInvoiceModalBtn_order{
    padding-top: 16px;
    padding-bottom: 16px;
}
.receive-invoicebtn-top{
    margin-top: 25px;
}
.receive-all-product,.add-more-invoice{
    width: 110px;
}
.modal-close{
    font-size: 18px;
}
.modal-close:hover{
    color: red;
    font-size: 18px;
}
    



/*-------------- Dynamic template-------------
----------------------------------------------- */
.modal-close-temp:hover{
    color: red;
}
.wms-section-wrap{
    margin: 10px;
    padding: 10px;
    border: 1px solid #7e57c2;
    position: relative;
    background-color: #ffffff;
}
.create-ebay-template-modal, .update-ebay-template-modal,
.preview-ebay-template-modal{
    width: 100%;
    height: 100%;
    top: 50%;
}
.add-module-modal{
    width: 80%;
    height: 90%;
    top: 45%;
}
.wms-full-screen-modal{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    text-align: center;
}
.create-ebay-template-header, .update-ebay-template-header,
.add-module-modal-header, .preview-ebay-template-header,
.wms-full-screen-modal-header {
    background-color: var(--wms-primary-color) !important;
}
.create-ebay-template-modal-body,
.update-ebay-template-modal-body,
.preview-ebay-template-modal-body,
.wms-full-screen-modal-body {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 75px;
}
.add-module-modal-body{
    height: 90%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 15px;
}
.template-name-sec{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.template-name{
    width: 20%;
}
.template-admin-setting{
    display: flex;
    align-items: center;
}
.template-input-div{
    width: 80%;
}
.template-btn-sec{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px dotted #cccccc;
    padding: 50px;
    margin: 10px;
}
.prebuild-template-section{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px;
}
.template-btn{
    border: 1px solid var(--wms-primary-color);
    padding: 8px 40px;
    width: 240px;
    cursor: pointer;
}
.template-btn:hover{
    background-color: var(--wms-primary-color);
    color: #ffffff;
}
.template-setting-icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.template-preview-btn,.template-refresh-btn, .save-template-data-btn, .modal-close-temp{
    cursor: pointer;
    border: 1px solid #ffffff;
    padding: 0px 10px;
}
.template-preview-btn:hover, .template-refresh-btn:hover, .save-template-data-btn:hover{
    color: #03A9F4;
    /* background-color: #03A9F4; */
}
.module-btn-sec{
    border: 2px dotted #cccccc;
    padding: 30px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.module-btn{
    border: 1px solid var(--wms-primary-color);
    cursor: pointer;
    /* margin: 0 400px; */
    padding: 8px 40px;
    width: 230px;
}
.module-btn:hover{
    background-color: var(--wms-primary-color);
    color: #ffffff;
}
.module-card{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
    padding: 10px;
    border: 1px solid #cccccc;
    cursor: pointer;
}
.module-card-main, .prebuild-template-card-main{
    border: 1px solid #cccccc;
    margin: 10px;
}
.user-module-card{
    padding: 10px 15px;
    text-align: left;
    cursor: pointer;
}
.prebuild-template-card{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    text-align: left;
    background-color: #343f44;
}
.prebuild-template-close{
    font-size: 18px;
}
.prebuild-template-close:hover{
    color: red;
    cursor: pointer;
}
.user-module-card-body, .prebuild-template-card-body {
    padding: 20px 8px 10px 8px;
    border: 1px solid var(--wms-primary-color);
    border-top: none;
}
.prebuild-template-card-body{
    border: 1px solid #343f44;
}
.body-section-design-header{
    color: #ffffff;
    /* background-color: #85232F; */
    background-color: #3e7c7a;
    padding: 5px;
}
.create-module-section-btn{
    border: 1px solid #cccccc;
    padding: 6px 10px;
}
.create-module-section-btn:hover{
    background-color: var(--wms-primary-color);
    color: #ffffff;
}
.section_textarea{
    height: 100px;
}
.section_textarea:focus{
    height: 100px;
}
.section-parent-image-div{
    padding: 40px 0;
    border: 1px solid #cccccc;
}
.section-img-input{
    margin-top: -12px;
    float: left;
}
.section-image{
    width: 10%;
    height: 10%;
}
.template-section-image{
    width: 100%;
    height: auto;
    /* cursor: pointer; */
}
.template-module-card{
    background-color: var(--wms-primary-color);
    color: #ffffff;
}
.module-card-body{
    margin: 10px;
    padding: 10px 8px;
    border: 1px solid var(--wms-primary-color);
    margin-top: -12px;
}
.section-header-name{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #cccccc;
}
.module-section-wrapper{
    border: 1px solid #cccccc;
}
.prebuild-template-image-main-div{
    height: 400px;
    overflow: hidden;
}
.prebuild-template-image-main-div:hover{
    overflow-y: scroll;
}
.prebuild-template-section-wrapper{
    border: 1px solid var(--wms-primary-color);
}
.tem-image-div{
    display: flex;
    margin: 10px 5px;
    position: relative;
    cursor: pointer;
}
.section-image-icon{
    position: absolute;
    top: 2px;
    right: 7px;
    background-color: red;
    color: #ffffff;
    padding: 0px 8px;
    cursor: pointer;
}
.section-image-edit-icon{
    position: absolute;
    top: 25px;
    right: 7px;
    background-color: var(--wms-primary-color);
    color: #ffffff;
    padding: 0px 6px;
    cursor: pointer;
}
.wrap-section-craete{
    display: flex;
    align-items: center;
}
.remove-module-btn{
    background-color: red;
    color: #ffffff;
    padding: 7px 10px;
}
.preview_template_responsive{
    display: flex;
    justify-content: center;
    align-items: center;
}
.device_check-btn{
    border: 1px solid var(--primary);
    padding: 8px 30px;
    cursor: pointer;
    width: 120px;
}
.device_check-btn:hover{
    color: var(--wms-primary-color);
    border: 1px solid var(--wms-primary-color);
}
.device_check-btn:nth-child(1), .device_check-btn:nth-child(2){
    border-right: none;
}
.device-source-btn{
    border-left: none;
}
.mobile-view{
    width: 375px;
    height: 500px;
}
.tablet-view{
    width: 800px;
    height: 1000px;
}
.desktop-view{
    width: 1280px;
    height: 1000px;
}
.template-name-and-revise{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 10px;
}
.template-name-left{
    display: flex;
    justify-content: start;
    align-items: center;
    width: 50%;
}
.template-name-right{
    display: flex;
    justify-content: end;
    align-items: center;
    width: 50%;
}
.revise-option, .template-name{
    width: 20%;
}
.revise_flag{
    /* width: 70%; */
    width: 100%;
}
.template-input-div{
    width: 80%;
}
.custom-template-textarea, .custom-template-textarea:focus{
    width: 100%;
    height: 200px;
}
.view-custom-template-code,.view-custom-template-code:focus{
    width: 1280px;
    height: 500px;
    background-color: #343F44;
    color: #feffff;
}
.add-section-main{
    margin: 0px 10px;
    padding: 10px 0px;
    border: 2px dotted #cccccc;
    position: relative;
}
.remove-add-section{
    position: absolute;
    top: 10px;
    right: 40px;
    font-size: 18px;
    color: #ada4a4;
    cursor: pointer;
}
.remove-add-section:hover{
    color: red;
}
.add-section{
    display: flex;
    justify-content: center;
    align-items: center;
}
.add-section-btn{
    width: 50px;
    background-color: var(--wms-primary-color);
    color: #ffffff;
    padding: 10px;
    border-radius: 30px;
    font-size: 18px;
    cursor: pointer;
}
.add-section-btn:hover{
    background-color: #85232f;
    color: #ffffff;
}
.add-section-text{
    padding-top: 6px;
    font-size: 16px;
}
.select-structure-main{
    margin-top: -115px;
}
.select-structure{
    margin: 10px;
    padding: 10px;
    border: 2px dotted #cccccc;
    position: relative;
    background-color: #ffffff;
    margin-top: 14px;
}
.structure-close{
    position: absolute;
    top: 25px;
    right: 40px;
    color: #ada4a4;
    font-size: 20px;
}
.structure-close:hover{
    color: red;
    cursor: pointer;
}
.full-width{
    background-color: #cccccc;
    padding: 30px 10px;
    cursor: pointer;
}
.half-width, .left-small-right-large, .left-large-right-small{
    display: flex; 
    cursor: pointer;
}
.half-width div:first-child, .half-width div:last-child{
    padding: 30px 10px;
    background-color: #cccccc;
    width: 50%;
}
.half-width div:first-child{
    margin-right: 1px;
}
.half-width div:last-child{
    margin-left: 1px;
}
.left-small-right-large div:first-child{
    padding: 30px 10px;
    background-color: #cccccc;
    width: 40%;
    margin-right: 1px;
}
.left-small-right-large div:last-child{
    padding: 30px 10px;
    background-color: #cccccc;
    width: 60%;
    margin-left: 1px;
}
.left-large-right-small div:first-child{
    padding: 30px 10px;
    background-color: #cccccc;
    width: 60%;
    margin-right: 1px;
}
.left-large-right-small div:last-child{
    padding: 30px 10px;
    background-color: #cccccc;
    width: 40%;
    margin-left: 1px;
}
.select-structure-text{
    font-size: 20px;
    padding: 35px 10px;
}
.template-structure-model{
    padding-bottom: 35px;
}

.add-full-width-section, .add-half-width, .add-small-widget-width, .add-large-widget-width{
    border: 2px dashed #cccccc;
    margin: 25px 15px;
    padding: 10px;
    color: #ada4a4;
    font-size: 20px;
    cursor: pointer;
}
.add-full-width-section:hover, .add-half-width:hover, .add-small-widget-width:hover, .add-large-widget-width:hover {
    border: 2px dashed #85232f;
    color: #85232f;
}
.add-remove-section-main{
    position: absolute;
    top: 2px;
    right: 2px;
}
.add-remove-section{
    display: flex;
    color: #ffffff;
}
.add-section-btn-demo, .remove-section-btn-demo{
    cursor: pointer;
}
.add-remove-section div:first-child, .add-remove-section div:last-child{
    padding: 2px 9px;
    background-color: #85232f;
}
.add-remove-section div:first-child{
    margin-right: 1px;
}
.add-remove-section div:last-child{
    margin-left: 1px;
}
.add-remove-section div:first-child:hover{
    background-color: var(--wms-primary-color);
    color: #ffffff;
}
.add-remove-section div:last-child:hover{
    background-color: red;
    color: #ffffff;
}
.module-ready-template{
    margin-top: 2px !important;
}
.individual-template-view{
    color: #ffffff;
    padding: 0px 25px;
    margin-right: -1px;
    cursor: pointer;
    background-color: var(--wms-primary-color);
}
.template-individual-image-preview {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000000bd;
    z-index: 99999;
    overflow: auto;
}
.template-individual-image-body{
    width: 85%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}
.template-individual-image-body img{
    width: 100%;
}
.template-preview-image-close{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    margin-right: -75px;
    color: red;
    cursor: pointer;
}
#template_html{
    border-left: none;
}
.template-color-picker-label{
    display: flex;
    align-items: center;
}
.template-color-picker-label .show-template-color-code input{
 padding: 3px;
}
.half-width-save{
    width: max-content !important;
}
.module_name_class{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*--------------End Dynamic template-------------
----------------------------------------------- */

.channel-parent-row{
    display: flex;
    align-items: center;
    justify-content: left;
}
.channel-col-md{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
    padding-bottom: 2px;
}
.channel-logo-size{
    width: 30px;
    height: 30px;
}


/*======= cweb css======== */
.custom-cweb-md-2{
    flex: 0 0 19.666667%;
    max-width: 19.666667%;
}
@media(max-width: 850px){
    .custom-cweb-md-2{
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.custom-modal-title{
    background-color: var(--wms-primary-color);
}
.modal-demo .close:hover{
    color: red;
}
.mapping-class-terms{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: unset;
    border: 1px solid #ffffff;
    box-shadow: 0 2px 6px #41414261 !important;
}
.list-on-cweb-terms-create{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cweb-terms-create-btn{
    color: #ffffff;
    padding: 10px;
    width: 150px;
    cursor: pointer;
    background-color: var(--wms-secondary-color);
}
.cweb-terms-create-btn:hover{
    background-color: var(--wms-primary-color);
}
.list-on-cweb-add-terms{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--wms-primary-color);
    color: var(--wms-primary-color);
    width: 60px;
    padding: 8px;
    cursor: pointer;
}
.list-on-cweb-add-terms:hover{
    background-color: var(--wms-primary-color);
    color: #ffffff;
}
.list-on-terms-name{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.list-on-terms-name .wms-terms-name-input,
.list-on-terms-name .cweb-select-terms-name-field,
.list-on-terms-name .cweb-select-tags-name-field {
    width: 30%;
}
.list-on-terms-name .list-on-terms-name-action{
    width: 10%;
}
.wms-terms-name-input input, .wms-terms-name-input input:focus{
    padding: 7px;
}
.cweb-attribute-border-danger{
    border: 1px solid red;
    padding: 4px;
}
.list-on-cweb-terms-tags-map{
    border-bottom: 1px solid var(--wms-primary-color);
    padding-bottom: 25px;
}
.terms-name-action-delete{
    width: 60%;
    background-color: red;
    color: #ffffff;
    padding: 8px;
    cursor: pointer;
    margin-left: 16px;
}
.cweb-terms-tags-btn, .cweb-terms-tags-btn-close{
    padding: 6px 22px;
    margin: 20px 0;
    font-size: 18px;
}
/*=======end cweb css======== */




/*------------------------------------
------- 12 image gallery css----------
--------------------------------------*/

.twelve-image-gallery-body{
    overflow: auto;
}
.gallery-preview-images-text{
    color: #2a2727;
}
.twelve-image-chevron-left, .twelve-image-chevron-right{

    display: flex;
    justify-content: center;
    align-items: center;
}
.twelve-image-chevron-left-inner{
    font-size: 22px;
    color: #2a2727;
    cursor: pointer;
}
.twelve-image-chevron-left-inner:hover{
    color: var(--wms-primary-color);
}
.twelve-image-gallery-header{
    background-color: #ffffff !important;
}
.twelve-image-gallery-header-close{
    position: absolute;
    top: 10px;
    right: 25px;
    color: #000000;
    padding: 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    width: 55px;
    float: right;
    z-index: 999999;
}
@media(max-width: 1024px){
    .gallery-footer-single-image img {
        width: 60px !important;
        height: 60px !important;
    }
}
@media(max-width: 767px){
    .twelve-image-gallery-header-close {
        width: 40px;
        padding: 4px;
        right: 14px;
    }
    .gallery-footer-single-image img {
        width: 50px !important;
        height: 50px !important;
    }
}
@media(max-width: 600px){
    .gallery-footer-single-image img {
        width: 40px !important;
        height: 40px !important;
    }
    .solid-image-gallery .main-lf-image-content{
        width: 100%;
    }
}
@media(max-width: 414px){
    .gallery-footer-single-image img {
        width: 25px !important;
        height: 25px !important;
    }
    .twelve-image-gallery-header-close {
        width: 35px;
        padding: 3px;
        right: 16px;
    }
}
.preview-images-hr{
    border-bottom: 1px solid var(--wms-primary-color);
}
.ux-image-carousel-item img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.gallery-footer-all-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.gallery-footer-single-image {
    border: 1px solid #cccccc;
}
.gallery-footer-single-image-focus {
    border: 2px solid #868686 !important;
}
.gallery-footer-single-image img {
    width: 80px;
    height: 80px;
}
.gallery-main {
    display: flex;
    align-items: center;
    width: 100%;
}
.gallery-main > .gallery-left,
.gallery-main > .gallery-right{
    width: 10%;
}
.gallery-main > .gallery-middle{
    width: 80%;
}
.gallery-footer-all-img-main {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
/*------------------------------------
------- 12 image gallery css----------
--------------------------------------*/


.order-pages-generic-search{
    width: 300px;
}
.cweb-category{
    min-width: 250px;
}
.catalogue-name-with{
    min-width: 200px;
}
.cweb-update-color{
    border: 1px solid var(--wms-primary-color);
    background-color: #ffffff;
    color: #000;
}
.condition-name-width{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 150px;
}
.ebay-product-handle{
    display: flex;
    align-items: center;
}
.channel-icon-logo-font{
    font-size: 30px;
}
.error-msg-icon-alignment{
    display: flex;
    justify-content: center;
    align-items: center;
}
.catalogue-edit-msg-handle{
    text-align: left;
    display: flex;
    align-items: center;
}
#list-on-ebay-empty-div, #onbuy-create-product-empty-div{
    height: 40vh;
}
#create-an-ebay-listing, #create-an-onbuy-product, #create-an-woocommerce-product{
    color: var(--wms-primary-color);
}
.bulk-select-option-height{
    height: calc(2.15rem + 1px) !important;
}
.only-channel-delete {
    padding: 6px 12px 6px 12px;
    margin-top: -6px;
    font-size: 15px;
}
.template-update-main-div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.tem-save-and-update-btn{
    background-color: #008000;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    width: 130px;
}
.tem-save-btn-only{
    background-color: #236CB0;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    width: 130px;
}
.tem-cancel-btn{
    background-color: red;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    width: 130px;
}
.catalog .dispatched-search-area {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

/* Wms Setting  */
.wms-setting-tab{
    margin-bottom: 5px;
}
.wms-setting-tab-main{
    padding: 25px;
}
.wms-setting-tab-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(210, 216, 222);
    padding: 10px;
    cursor: pointer;
}
.invoice-info-setting{
    display: flex;
    align-items: center;
    padding: 0px 0px 20px 0px;
}
.invoice-info-setting-main{
    display: flex;
    justify-content: center;
}
.invoice-info-setting-input{
    display: flex;
    align-items: center;
}
.invoice-info-setting .form-check{
    display: flex;
    justify-content: center;
    align-items: center;
}
.setting-header-info-active-color{
    background-color: var(--wms-primary-color);
    color: #ffffff;
}
.setting-info-body-active-color{
    border: 1px solid var(--wms-primary-color);
}
.app-logo-setting{
    width: 100px;
}
.app-logo-setting img{
    width: 100px;
    height: 100px;
    border: 1px solid #e1d0d0;
}
.app-logo-setting-icon{
    top: 0;
    left: 14px;
    position: absolute;
    cursor: pointer;
    color: var(--wms-primary-color);
}
.invoice-sticky-div{
    position: sticky; 
    top: 0; 
    z-index: 1;
    background-color: rgb(232 232 232) !important;
}
.invoice-sticky-div-height{
    min-height: 134px !important;
    max-height: 450px !important;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #cccccc;
}
.bulk-check-and-boost-comission{
    display: flex;
    align-items: center;
}
.csv-upload-form{
    position: relative;
}
.inventory-check-card-div{
    margin-top: 60px;
    margin-bottom: 250px;
}
#inventory-channel-column{
    width: 150px;
    border: 1px solid var(--wms-primary-color);
}
.manual-shipping-charge-right{
    display: flex;
    align-items: center;
    justify-content: end;
    margin-right: 5px;
}
#defaultValShippingCharge{
    background-color: var(--cyan) !important;
}
.module-section-download-csv-data{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.module-data, .module-section-data{
    display: flex;
    align-items: center;
}
.module-scv-data-upload-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 7px;
    background-color: #5d9cec !important;
    color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
}
.update-fruugo-product-status{
    border: 1px solid #cccccc;
    padding: 18px;
}
.total-variation-count{
    display: flex;
    justify-content: center;
    align-items: center;
}
.fruugo-onoff-btn {
    width: auto !important;
}
.gallery-tab-first-border-top {
    border-top: 1px solid var(--wms-primary-color);
}
.plain-text-btn{
    border: none;
    cursor: pointer;
    background: none;
}
.filter-hover-over{
    /* position: relative; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.fruugo-pro-title-parent{
    border: 1px solid #cccccc;
    padding: 5px;
}
.fruugo-pro-title{
    padding: 6px 3px;
    display: flex;
    align-items: center;
}
.inactive-variation-update{
    background-color: var(--wms-primary-color);
    color: #ffffff;
    padding: 7px 10px;
    border-radius: 5px;
    margin-left: 8px;
    cursor: pointer;
}
.inactive_pending_variation_update{
    display: flex;
    align-items: center;
}
.lts-product-setting-btn-area{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.lts-search-order{
    width: -webkit-fill-available;
    margin-top: 15px;
}
.lts-pending-status-count{
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.lts-pending-status-count .noti-icon{
    font-size: 20px;
}
.lts-pending-status-count .lts-show-total-notification-count{
    position: absolute;
    top: -4px;
    right: -11px;
}
.order-history-item, .lts-order-history-price{
    border: 1px solid #cccccc;
    padding-left: 10px;
}
.lts-order-search-history{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}
.lts-order-search-history div{
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 5px;
    width: 230px;
    text-align: center;
}
.lts-order-number-track{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.lts-order-number-track-search{
    padding: 6px 12px;
    border-radius: 5px;
    cursor: pointer;
}
.lts-order-number-track-input{
    width: 280px;
}
.lts-unmatched-order{
    background-color: red !important; 
    color: #ffffff !important;
}
.lts-unmatched-order b, .lts-unmatched-order .text-danger{
    color: #ffffff !important;
}
.lts-unmatched-order td{
    border-radius: 0px !important;
}
.lts-refund-cancel-btn-area{
    margin-top: 10px;
}
.lts-active-pending-btn{
    padding: 5px 12px;
    cursor: pointer;
    border-radius: 5px;
}



.termsButton{
    border: none;
    background-color: inherit;
}

