/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_ProductAttachment
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

.cursorPointer{
    cursor:pointer;
}
.flex{
    display: flex;
}
.border1M10{
    border:1px solid #dedada;
    margin:10px;
}
.m10{
    margin: 10px;
}
.mt15{
    margin-top: 15px;
}
.p8W40H40{
    padding:8px 8px 0 0;
    width:40px;
    height:40px;
}
.p8800{
    padding:8px 8px 0 0;
}