/*!
Theme Name: ania-shop
Theme URI: http://puzzlestudio.eu/
Author: PuzzleStudio
Author URI: http://puzzlestudio.eu/
Description: Custom WordPress theme for Ania Kuczynska
Version: 3.29.96
License: GNU General Public License v2 or later
Text Domain: ania-shop
*/


.p-about .s-info_right {
    padding: 40px 120px!important;
    min-height: 100vh;
    height: auto!important;
}


.p-about .s-info_left{
    height: auto!important;
    min-height: 100vh;
}

.lmp_products_loading {
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}


