@font-face {
    font-family: fnormal;
    src: url(/fonts/Exo_2/static/Exo2-Regular.ttf);
}
@font-face {
    font-family: fbold;
    src: url(/fonts/Exo_2/static/Exo2-Bold.ttf);
}
@font-face {
    font-family: fbbold;
    src: url(/fonts/Geometria-Bold.ttf);
}
@font-face {
    font-family: fitalic;
    src: url(/fonts/Exo_2/static/Exo2-Italic.ttf);
}  
@font-face {
    font-family: flight;
    src: url(/fonts/Geometria-Light.ttf);
} 
@font-face {
    font-family: fhand;
    src: url(/fonts/19442.ttf);
} 
.slideanim{
    transform: translateY(100px);
    opacity: 0;
    transition: transform 2s, opacity 1s;
}
.slideanim.slide{
    opacity: 1;
    transform: translateY(0);
}
.block-title {
    font-family: fnormal;
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
    position: relative;
    padding: 20px 0;
    letter-spacing: 3px;
    font-size: 30px;

}
.sticky-top{
    z-index: 100;
}
/*
.block-title:after {
    position: absolute;
    content: "";
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
 //   border-radius: 4px;
    background-color: #ffa400;
   // box-shadow: 0 0 2px #000;
}
*/
.btn-danger, {
    background-color: #e33;
}
.btn-outline-dark{
    background-color: #fff;
    color: #333;
}
.btn-warning{
    color: #1d1d1d;
    background-color: #ffa400;
    border-color: #ffa400;
    font-family: fnormal;
    transition: 0.3s;
}
.btn-dark:hover{
    background-color: #fff;
    color: #000;
}
.btn-warning:hover{
    background-color: #ffb552;
    color: #333;
}
.btn, .form-control{
    border-radius: 0;
    font-family: fnormal;
}
.btn-outline-primary{
    border-color: #0f6cb2;
    color: #0f6cb2;
}
.btn-outline-primary:hover{
    background-color: #0f6cb2;

}

/* PRODUCTS */
.pr-block{
    padding: 5px;
}
.pr-card{
//    border: 1px solid #343434;;
  //  box-shadow: 0 0 1px rgba(0,0,0,.4);
 //   padding: 0 15px;
    background-color: #fff;
    transition: 0.3s;
    position: relative;
}
.pr-card:hover{
  //box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.pr-preview{
    height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
}
.pr-preview>img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.slick-slide img {
    display: initial!important;
}
.pr-title{
    font-size: 12pt;
    font-family: fnormal;
    height: 3em;
    padding: 3px;
    line-height: 17px;
    text-align: center;
    overflow-y: hidden;
    background: #fff;
    color: #57585c;
}
.pr-price{
    font-size: 12pt;
    font-family: fbold;
    display: inline-block;
    width: 100%;
    color: #1e1e1e;
}
.pr-to-cart{
    display: inline-block;
    text-align: right;
    width: 48%;
}
.pr-price span{
    font-size: 10pt;
}
.discount-flag, .topsales-flag, .freedelivery-flag, .akciay-flagg, .sale-flag, .news-flag{
    background: #d9534f;
    color: #fff;
    font-family: Arial;
    font-size: 11px;
    padding: 4px 7px;
    position: absolute;
    z-index: 9;
}
.news-flag{
    background: #f88da9; 
    left: 0;
}
.sale-flag{
    background:#d33;
    left: 0;
}
.discount-flag{
    background: #d9534f;
    right: 0;
}
.topsales-flag{
    background: #5cb85c;
    left: 0;
}
.freedelivery-flag{
    background: #337ab7;
    left: 0;
    bottom: 0;
}
.akciay-flagg{
    background-color: #f0ad4e;
    right: 0;
    bottom: 25px;
}
.pr-old-price{
    text-decoration: line-through;
    font-family: fbold;
    margin-right: 7px;
    color: #999;
}
.pr-new-price{
    color: #d33;
    font-family: fhand;
}
/* PAGINATION */
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .0rem;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .0rem;
    border-bottom-left-radius: .0rem;
}
.page-item:last-child .page-link {
    margin-right:  0;
    border-top-right-radius: .0rem;
    border-bottom-right-radius: .0rem;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0f6cb2;;
    border-color: #0f6cb2;;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0f6cb2;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-content{
    text-align: justify;
}
.page-content p,
.page-content span{
    font-family: fnormal!important;
    font-size: 18px;
    color: #000;
}
.page-content li{
    font-family: fitalic!important;
}
.page-content h2,
.page-content h3,
.page-content h4{
    font-family: fbold!important;
}
.form-control:focus{
        box-shadow: 0 0 2px #ffa400;
        border: 1px solid #ffa400;;
    }

@media screen and (max-width: 580px){
    .pr-card{
        padding: 3px;
    }
    .pr-price{
        font-size: 12px!important;
        
    }
    .btn.add-to-cart-button{
        padding: 3px!important;
        
    }
    .btn.add-to-cart-button>i{
        font-size: 20px!important;

    }
    .pr-old-price,
    .pr-new-price{
        font-size: 12px!important;

    }
    .block-title {
        font-size: 30px;
    }

}