

.bogo-popup-panel
{
    padding: 20px;
    background-color: white;
    color: black;
    font-size: 12px;
    border: 2px #4167b1 solid;
    border-radius: 10px;
}
.bogo-popup-panel table {width: 100%; padding-bottom: 20px;}
.bogo-popup-panel table td {padding-bottom: 5px; border-bottom: 1px silver dotted;}
.bogo-popup-panel .bogo-popup-footer table, .bogo-popup-panel .bogo-popup-footer table td {padding-bottom: 0; border-bottom: none;}
.bogo-popup-panel table td.bogo-popup-td-1 {width: 60px; text-align: left; padding: 5px;}
.bogo-popup-panel table td.bogo-popup-td-2 {padding: 5px;}
.bogo-popup-panel table td.bogo-popup-td-3 {width: 80px; color: #4268b3; font-weight: bold; padding: 5px;}
.bogo-popup-panel .bogo-popup-total td {font-weight: bold; padding: 5px;}
.bogo-popup-panel .bogo-popup-item-qty {font-style: oblique;}
.bogo-popup-header td {padding-bottom: 10px; font-size: 14px; font-weight: bold;}
.bogo-popup-header table .bogo-popup-close-icon {width: 30px; text-align: right;}

#AddBogoToCartMsgBox
{
    left: 250px;
    top: 50px;
    width: 400px;
    display: block;
    visibility: visible;
    position: relative;
    z-index: 5000;
}

.catalog-product-view #AddBogoToCartMsgBox {left: 50px;}
.catalog-category-view #AddBogoToCartMsgBox {left: 100px; top: 100px;}
