


.checked-pic {
    height: 15px;
    width: 15px;
}

.image-asin {
    max-width:180px;
    max-height:75px;
    width: auto;
    height: auto;
}
.image-uploaded{
    max-width:230px;
    max-height:180px;
    width: auto;
    height: auto;
    margin-top: 15px;
}

.see-product{
    max-width:400px;
    max-height:400px;
    width: auto;
    height: auto;
}

.image-pick-list{
    width: 90px; height: 65px;
}

/*@media print {*/
/*    .image-pick-list,*/
/*    img {*/
/*        max-height: none !important;*/
/*        height: 50% !important;*/
/*    }*/
/*}*/

.dropdown-submenu{
    position: relative;
}
.dropdown-submenu a::after{
    transform: rotate(-90deg);
    position: absolute;
    right: 3px;
    top: 40%;
}
.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu{
    display: flex;
    flex-direction: column;
    position: absolute !important;
    margin-top: -30px;
    left: 100%;
}
@media (max-width: 992px) {
    .dropdown-menu{
        width: 50%;
    }
    .dropdown-menu .dropdown-submenu{
        width: auto;
    }
}


tr > td.td-fara-padding {
    padding-left: 0;
    padding-right: 0;
}
tr > th.td-fara-padding{
    padding-left: 0;
    padding-right: 0;
}

.sell-from-here-div{
    background-image: url("https://image.flaticon.com/icons/png/512/438/438526.png");
    background-position: center;
    background-repeat: no-repeat;
    min-height: 200px;

}

.image-pdf {
    max-width:60px;
    max-height:30px;
    width: auto;
    height: auto;
}

.tr-table-singles{
    padding: 0;
}

.th-td-singles{
    padding: 0 0 0 0 ;
}
