@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;

}
.page-title{
    text-align: center;
    margin: 50px 0;
    font-family: fnormal;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.block-subtitle{
    text-align: center;
    font-family: fbold;
    color: #666;
    font-size: 18px;
}
.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: #f609c8;
  font-family: fnormal;
  border-color: #aaa;
}
.btn-outline-dark:hover{
    color: #f609c8;
 //   text-shadow: 0 0 3px #f609c8;
    background-color: #fff;
    border-color: #000;
}
.btn-warning{
    color: #1d1d1d;
    background-color: #ffa400;
    border-color: #ffa400;
    font-family: fnormal;
    transition: 0.3s;
}
.btn-warning:hover{
    background-color: #ffb552;
    color: #333;
}
.btn, .form-control{
    border-radius: 0em;
    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);
}

.slick-slide img {
    display: initial!important;
}


.pr-to-cart{
    display: inline-block;
    text-align: right;
    width: 48%;
}

.discount-flag, 
.topsales-flag, 
.freedelivery-flag, 
.akciay-flagg, 
.sale-flag, 
.news-flag{
    background: #d9534f;
    color: #fff;
    font-family: fnormal;
    font-size: 11px;
    padding: 5px 9px;
 //   border-radius: 3em;
    position: absolute;
    z-index: 9;
}
.news-flag{
    background: #f88da9; 
    right: 0;
    bottom: 0;
}
.sale-flag{
    background:#d33;
    left: 0px;
}
.discount-flag{
    background: #d9534f;
    right: 0;
}
.topsales-flag{
    background: #5cb85c;
    left: 0;
    bottom: 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: linear-gradient(to bottom,#3e3e3e 0,#343434 50%,#222 51%,#222 100%);
    border-color: #000;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    font-family: fhand;
    color: #f609c8;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover{
    color: #000;
}
.page-content{
    //text-align: justify;
}
.page-content
.page-content p,
.page-content span{
    font-family: fnormal!important;
    font-size: 18px;
    color: #000;
    text-align: justify;
}
.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 #f8f5e9;
        border: 1px solid #f8f5e9;;
    }

.btn-primary, .btn-primary:active, .btn-primary:focus {
  position: relative;
  color: white;
  //font-weight: bold;
  font-family: fnormal;
  text-decoration: none;
  text-shadow: -1px -1px #000;
  user-select: none;
  padding: .4em 1em;
  outline: none;
  background-color: #672c15;
  background-image: linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%), radial-gradient(190% 100% at 50% 0%, rgba(255,255,255,.7) 0%, rgba(255,255,255,.5) 50%, rgba(0,0,0,0) 50%);
  background-repeat: no-repeat;
  background-size: 200% 100%, auto;
  background-position: 200% 0, 0 0;
//  box-shadow: rgba(0,0,0,.3) 0 2px 5px;
  border-radius: 10px;
  border:  1px solid #672c15;
} 
.btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 35px #672c1534;;
}
.form-control{
    border-radius: 10px;
}
.btn-primary:active {
  top: 1px;
  box-shadow: none;
}
.btn-primary:hover {
  transition: .5s linear;
  background-position: -200% 0, 0 0;
  background-color: #672c15;
  border:  1px solid #672c15;
}

@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: 20px;
    }

}