
tbody tr td, th {
    border-color: rgba(65,70,76,0.15) !important;
}

#loading, .loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    position: absolute;
    justify-content: center;
    align-items: center;
    background-color: rgba(30,30,45,0.05);
}

#loading .spinner-grow, #loading .spinner-border {
    width: 5rem;
    height: 5rem;
    opacity: 0.5;
}

.table_product_image img{
    max-width: 100px;
}

.table_product_title {
    max-width: 580px;
}

.sd_btn_44{
    width: 44%;
    float: left;
}

.break-word th {
    white-space: pre-line;
    vertical-align: middle !important;
}

.image-thumb img{
    max-width: 80px;
    width: 100%;
    float: left;
    padding: 10px;
    border: 1px solid #ddd;
    margin:  7px 7px 7px 0;
    cursor: pointer;
    height: 80px;
}

.product_edit_img img{
    max-width: 80px;
    width: 100%;
}

.full_width img{
    max-width: initial !important;
    width: 100%;
}

.menu_icon_green{
    color: #1ac958;
}
.menu_icon_pink{
    color: #fa7070;
}
.menu_icon_insta{
    color: #d62976;
}
.menu_icon_fb{
    color: #3c7bff;
}
.menu_icon_gmb{
    color: #ff9800;
}
.menu_icon_team{
    color: #05ebda;
}
.menu_icon_add{
    color: #2196f3;
}
.menu_icon_monitor{
    color: #4caf50;
}
.menu_icon_wallet {
    color: #c272d0;
}

.menu_icon_amazon {
    color: #fff;
}

.color_monitor {
    color: #ffeb3bc2;
}

.navbar-semi-dark .navbar-header,
.main-menu.menu-dark .navigation,
.main-menu.menu-dark{
    background: #1e1e2d;
}


.main-menu.menu-dark .navigation > li.active > a{
    color:  #fff;
}

.main-menu.menu-dark .navigation > li.hover > a, .main-menu.menu-dark .navigation > li:hover > a, .main-menu.menu-dark .navigation > li.active > a{
    background-color: #28283f;
}

.btn-primary {
    border-color: #980CB5;
}

.parterns_log img{
    margin-bottom: 20px;
    margin-right: 15px;
}

.sd_ico_btn i {
    font-size: 18px;
}

.sd_ico_btn{
    margin-right: 15px;
    margin-bottom: 10px;
    display: inline-block;
}

.sd_ico_btn:last-child{
    margin-right: 0px;
}

.ebay_id_img{
    max-width: 40px;
    margin-bottom: 15px;
}

img.supplier_thumb {
    display: block;
    max-width: 60px;
    margin: 0 0 7px 0;
}

.supplier_thumb_center{
    margin: 0 auto !important;
}

.table_small th, .table_small td {
    padding: 1rem 0.2rem;
}

/*======================
	Preloader start
========================*/
.preloaderwrapper {
    margin: 20px 30px 0 30px;
}

.preloader {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #ff057e;
    position: relative;
    animation: rotating 2.5s infinite ease;
    -webkit-animation: rotating 2.5s infinite linear;
}
.preloader:after, .preloader:before {
    content: "";
    position: absolute;
    border-radius: inherit;
    border: inherit;
}
.preloader:after {
    top: 5px;
    left: 5px;
    width: 60px;
    height: 60px;
    border-top-color: #ec8697;
    animation: rotating 2s infinite ease;
    -webkit-animation: rotating 2s infinite linear;
}
.preloader:before {
    top: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
    border-top-color: #c3a5fd;
    animation: rotating 1.5s infinite ease;
    -webkit-animation: rotating 1.5s infinite linear;
}

@keyframes rotating {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotating {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
}
/*======================
	Preloader End
========================*/

.product-edit .card-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-edit .note-toolbar.card-header {
    justify-content: flex-start;
}

.product-edit .card-header input[type="text"] {
    width: 90%;
}

.product-images img {
    max-height: 465px;
    object-fit: contain;
    width: 100%;
   border: 1px solid #ddd;
}

.controllers {
    position: relative;
}

.controllers > form {
    margin-right: 10px;
}

#add-seller-list, #update-sell-price {
    display: none;
    width: 175px;
    height: 100%;
    min-height: 120px;
    padding: 10px;
    z-index: 100;
    right: 0;
    top: 0;
    position: absolute;
    flex-direction: column;
    background-color: rgb(245,245,245);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
}

#update-sell-price {
    flex-direction: row;
    width: fit-content;
    align-items: center;
}

#add-seller-list .list-product:hover {
    cursor: pointer;
    font-weight: bold;
}

.indicator {
    border-radius: 50%;
    width: 11px;
    height: 11px;
    border: 1px solid #fff;
    background-color: #d3d4d3;
}

.indicator.active {
    background-color: #16d39a;
    box-shadow: 0px 0px 10px 0px rgba(22, 211, 154, 0.84);
}

.indicator.most-critical {
    background-color: #f10a40;
    box-shadow: 0px 0px 10px 0px rgba(239,2,57,0.84);
}

.indicator.critical {
    background-color: #e3c709;
    box-shadow: 0px 0px 10px 0px rgba(227, 199, 7, 0.84);
}

.table_product_image {
    max-height: 136px;
}

.table_product_image img {
    object-fit: contain;
    height: 150px;
}

#product-edit {
    display: none;
}

.product_edit_img {
    padding: 20px;
    margin-right: 20px;
}

.main-menu.menu-dark .navigation > li ul li > a {
    padding: 8px 18px 8px 30px;
}

.main-menu.menu-dark .navigation > li.open ul li > a {
    padding: 8px 18px 8px 30px;
}

.main-menu.menu-dark .navigation > li.open ul li.active > a {
    padding: 8px 18px 8px 30px;
}

.main-menu.menu-dark .navigation > li.open > a {
    background: #1e1e2d;
}

.main-menu.menu-dark .navigation > li > ul {
    background: #161627;
}

.main-menu.menu-dark .navigation > li ul .active > a {
    color: #ffffff;
}
.header-navbar .navbar-header .navbar-brand .brand-logo {
    max-width: 32px;
}

/*=======================
    Product details
    ==================*/

.admin_product_details ul {
    margin: 0;
    padding: 0;
}

.admin_product_details ul li {
    list-style: none;
}

.filter_submit{
    transform: translateY(13px);
    width: 100%;
    max-width: 106px;
}


.out-of-stock, .custom-danger {
    background-color: #fddede;
}

.inactive-product {
    background-color: #faf5d4;
}

.parterns_log {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.parterns_log a {
    flex-shrink: 1;
    padding: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.parterns_log a img {
    width: 100%;
    max-width: 200px;
}

.parterns_log a .profit-info {
    position: absolute;
    right: 20px;
}

.icon-menu-png {
    width: 16px;
    margin-right: 12px;
}

.table_small_padding {
    padding: 0.75rem 0.7rem !important;
}

@media only screen and (max-width: 767px) {
    .sd-mb-w-100{
        width: 100% !important;
    }
}

.make_avtr {
    width: 32px;
    height: 32px;
    background: #e21b56;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.current_profile_img{
    width: 100px;
    height: 100px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.current_profile_img img{
    max-width: 100px;
    border-radius: 50%;
}

.new_avatar {
    overflow: hidden;
}

.light-red {
    background-color: #ffeeee;
}

.text-light-red {
    color: #d629297d;
}

.info_wapper{
    margin-top: 5%;
}
.info_wapper img{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
}

.info_content {
    max-width: 600px;
    margin: 0 auto;
}

.info_content h3 {
    font-weight: normal;
    line-height: 41px;
    color: #454552;
}

.table th, .table td {
    padding: 0.75rem 0.5rem;
}

.seller-ind {
    position: absolute;
    width: 100%;
    top: 0px;
    right: 0px;
    height: 70px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.seller-ind img {
    width: 35px;
    height: 55px;
}

.ebay-listed, .package-expired {
    background-color: rgba(255,235,59,0.06);
}

.amz-listed {
    background-color: rgba(80,218,51,0.06);
}

.amz-ebay-listed {
    background-color: rgba(152,12,181,0.06);
}

.use-suggested-price-switch {
    display: flex;
    flex-direction: row;
    width: fit-content;
}

.use-suggested-price-switch > label {
    width: 60px;
}

.use-suggested-price-switch > label:first-of-type {
    border-radius: 5px 0px 0px 5px;
    margin-right: 1px;
}

.use-suggested-price-switch > label:last-of-type {
    border-radius: 0px 5px 5px 0px;
}

.use-suggested-price-switch > p {
    margin: 0 10px;
}

.use-suggested-price-switch > input[type="radio"]:checked + label {
    background-color: #9ba4f7;
}

/*===================
    Checkout page
=====================*/
.orderSummary,
.paymentgateway {
    box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
    padding: 15px;
    background: #fff;
    border-radius: 7px;
}
.orderSummarymin{
    min-height: 230px;
}
.paymentgateway{
    margin-top: 25px;
    min-height: 275px;
}

.os_image img {
    max-width: 80px;
}

.productBox {
    display: flex;
    border-top: 1px dashed #ddd;
    padding-top: 15px;
    margin-top: 15px;
}

.os_image {margin-right: 30px;}

span.source img {
    max-width: 64px;
}

p.os_price {
    color: #e91e63;
    font-weight: bold;
}

.billing_form,
.paymentselect{
    border-top: 1px dashed #ddd;
    padding-top: 15px;
    margin-top: 15px;
}

.image-with-border {
    object-fit: cover;
    padding: 4px;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.seller-add-editor .card{
    margin-bottom: 0;
}
#dynamic-images {
    border: 1px dashed #ddd;
    padding: 15px 15px 0 15px;
    margin-top: 15px;
    margin-bottom: 25px;
}
.add-more-image{
    border: 0;
    background: #980cb5;
    color: #fff;
    padding: 3px 9px;
    border-radius: 4px;
}

.add-more-image:focus{
    border: 0;
    outline: none;
}
.border-this-area{
    background-color: #f8f8f8;
    padding: 15px 15px 15px 15px;
}

.variation-items{
    border-top: 1px dotted #dddd;
    padding: 20px 15px;
    border-bottom: 1px dotted #dddd;
}

.images_box {
    display: inline-block;
}
button#add-image {
    clear: both;
    display: block;
    margin-bottom: 15px;
}
.seller-add-product-wrap label {
    color: #2e405c;
    cursor: pointer;
}

.main-image-prev{
    max-width: 100px;
}
.browse-file {
    background: #980cb5;
    text-align: center;
    color: #fff;
    padding: 6px;
    border-radius: 4px;
}
.theme-color{
    color: #980cb5;
}

.nav.nav-tabs.nav-underline .nav-item a.nav-link{
    color: #535353;
}
.nav.nav-tabs.nav-underline .nav-item a.nav-link:before{
    background: #980cb5;
}

.slick-carousel{
    position: relative;
    padding-left: 10px;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.slick-next {
    right: 3px;
}

.slick-prev {
    left: 0px;
    z-index: 1;
}

.variation-width{
    width: 50%;
}

#add-product-overlay {
    position: absolute;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: rgba(237,196,255,0.1);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 4;
    box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.4);
}

#add-product-overlay .spinner-border {
    width: 7rem;
    height: 7rem;
}

@media only screen and (max-width: 767px) {
    .sd_add_button {
        float: left;
        margin-right: 8px;
    }
    .variation-width{
        width: 100%;
    }
}
.platformimg{
    border: 1px solid #ab18f8;
    border-radius: 5px;
    padding: 4px;
    max-width: 30px;
}
.old-image{
    border:1px solid #ddd;
    padding:5px;
    margin-bottom: 15px;
}
.images_box_variation img {
    transform: translate(-7px,14px);
}

.small-font-size {
    font-size: 0.8rem;
}
