/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 06.03.2019, 17:16:18
    Author     : axel
*/
/**
 *  Improved Variants
 *
 */
.ivpa-content {
    text-align: center;
    margin-top: 0;
}
.ivpa-terms {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.ivpa_term {
    flex: 0 0 auto;
}
.ivpa-required-short {
    display: none !important;
}
.variations_form .variations {
    display: inherit !important;
}
.ivpa-content .ivpa_attribute {
    text-align: center;
    display: inline-block;
}
.woocommerce ul.products li.product .ivpa-terms .ivpa_term img {
    margin: 0;
}
.tablet .ivpa-content {
    top: 190px;
}
.smartphone .ivpa-content {
    top: 190px;
}
.smartphone.landscape .ivpa-content {
    top: 50px;
}