/**
 * Ecomteck
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Ecomteck.com license that is
 * available through the world-wide-web at this URL:
 * https://ecomteck.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Ecomteck
 * @package     Ecomteck_AjaxCompare
 * @copyright   Copyright (c) 2018 Ecomteck (https://ecomteck.com/)
 * @license     https://ecomteck.com/LICENSE.txt
 */

#ec-ajaxcompare-wrapper {
    width: 500px;
}

#ec-ajaxcompare-wrapper .ajaxcompare-success-box {
    text-align: center;
}

#ec-ajaxcompare-wrapper .ajaxcompare-success-box .product-name {
    font-weight: bold;
}

#ec-ajaxcompare-wrapper .ajaxcompare-success-box img.image {
    max-width: 100%;
    width: 30%;
}

#ec-ajaxcompare-wrapper .ajaxcompare-buttons{
    margin: 10px 0;
}
