/**
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 *
 *  @author    Afternet <info@afternet.gr>
 *  @copyright 2021 Afternet
 *  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

#product .div-size {
    border-bottom: none!important;
    padding-bottom: 0!important;
}
.uniform{
    padding-top: 40px;
    padding-bottom: 40px;
}
.uniform__wrap{
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.uniform__product{
    width: 100%;
    max-width: 180px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.uniform__wrap img{
    display: block;
    width: 100%;
    height: auto;
}
.uniform__wrap .form-control-label{
    margin-bottom: 4px;
}
.uniform select{
    margin-top: 4px;
}
div.uniform__wrap .product-title{
    background-color: #f1f1f1;
    padding: 5px 8px;
    margin-bottom: 5px;
}
.uniform__addto-cart .add-to-cart{
    background-color: #f8ef24;
    padding: 11px 24px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.uniform__addto-cart .add-to-cart:hover{
    background-color: #000 !important;
    color: #f8ef24 !important;
}

div.product-customization {
    display:none;
}