/**
 * style.css
 * File generated with Prestashop generator by SzpaQ
 * @author SzpaQ
 * @module strongflex (Strongflex FIxes, styles etc)
 * @version 0.0.1
 * @license All Rights Reserved
  * */

.page-footer{
    margin:20px 0;
}
@keyframes fadein {
    0% {opacity:0;}
    100%{
        opacity:1;
    }
}
.header-nav.scroll{
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9;
    animation:fadein 1s;
}

body#product .row.product-container .text-center h1.h1{
    text-transform: uppercase;
    font-size: 200%;
}
.product-miniature-right .regular-price{
    text-decoration:line-through;
    opacity:.7;
}
.product-miniature-right .regular-price,
.product-miniature-right .discount-product{
    font-size:14px;
}
.product-miniature-right .discount-product{
    color:#e9252e;
}
.product-miniature-right .price{
    display:block;
}
.row.store {
     min-height:140px;
}

.shipping-cost{
    transition:.5s all;
}


@media only screen and (max-width: 600px) {

    #products .category-header.row{
        margin-top: 50px;
    }
    #products .category-header.row span{
        margin-top: -130px;
        font-size:16px;
    }
}
