/**
 * Since 2015 Ewonta
 *
 * NOTICE OF LICENSE
 *
 * This file is not open source! Each license that you purchased is only available for 1 wesite only.
 * If you want to use this file on more websites (or projects), you need to purchase additional licenses. 
 * You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
 *
 *  @author Ewonta <support@ewonta.ru>
 *  @copyright  Since 2015 Ewonta
 *  @license    Valid for 1 website (or project) for each purchase of license
 */
 
.product-extra-fields {
    margin-bottom: 20px;
}
.product-extra-fields .extra-field-type-modal .extra-title {
    text-transform: none;
    text-decoration: none;
    padding: 0;
    font-weight: 700;
    border-radius: 0;
    font-size: 90%;
    width: 100%;
    text-align: initial;
}
.product-extra-fields .extra-field-type-modal .extra-title img {
    width: auto;
}
#extraModal button.close{
    margin-right: 0.5rem;
    position: relative;
    z-index: 9;
}
.product-extra-fields .extra-field-type-modal .extra-title span {
    padding-left: 5px;
}
.product-extra-fields .product-right-extra-field + .product-right-extra-field {
    margin-top: 20px;
}
.product-extra-fields.hook-AfterProductThumbs {
    margin-top: 30px;
}
