body{
    background-image: url('images/Artboard_58.jpg');
    background-size: contain;
}
button:active, button:focus, a:focus{
    border: 0;
}
.authors-box {
    font-size: 13px;
}
.container {
    background-color: transparent;
    max-width: 1170px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin: auto;
}
/* .banner_general img{
    width: 35%;
} */
header{
    background-color: #231f20;
    display: flex !important;
    align-items: center;
    padding: 30px 0;
}
.logo_site {
    width: 100%;
    text-align: center;
}
.inapoi_site {
    text-align: center;
    width: 20%;
}
button{
    background-color: #ba0000;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 600;
    padding: 8px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    border: 0;
}
button a {
    color: #fff;
    text-decoration: none;
}    
button a:hover {
    color: #fff;
    text-decoration: none;
}    
button:hover {
    background: #ee0909;
    color: #ffffff;
}
span.old_price {
    color: #626466;
    font-size: 16px;
    text-decoration: line-through;
    line-height: 36px;
    font-weight: 100;
}
.price-box {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
span.sale_price {
    color: #ba0000;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    margin-left: 10px;
}
.items {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 10px;
}
.image-box {
    position: relative;
    text-align: center;
}
.products_box{
    padding-top: 50px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 50px;
    background-color: #fff;
}
img.product-image-photo{
    width: 100%;
display: inline-block;
}
.col-md-3{
    box-shadow: none;
    outline: 1px solid #efefef;
    padding-top: 30px;
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 25px;
    text-align: center;
}
.sticker-wrapper.top-left {
    top: -50px;
    right: -5px;
    left: inherit;
    position: absolute;
    z-index: 1;
}
span.sticker.sale.save.junior {
    background-image: url('images/bulina_Bf.png');
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    width: 96px;
    height: 96px;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_name-box{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin: 15px 0 10px;
    font-size: 1.4rem;
}
.product_name-box a {
    font-weight: bold;
    color: #41618a;
    text-align: center;
}
.button_box {
    text-align: center;
    padding: 30px 0 60px;

}
button.category {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 400;
}
.footer_box {
    text-align: center;
    padding: 80px 0;
}
.footer_box button{ 
    font-size: 50px;
}
button.product_button {
    font-size: 15px;
    margin-top: 20px;
}
p#counter{
    display: flex;
    justify-content: center;
    align-items: center;
}
p#counter .separator_box {
    background: #393939; /* Fix for where gradients arent supported */
    -webkit-background: linear-gradient(#393939, #181818);
    -moz-background: linear-gradient(#393939, #181818);
    background: linear-gradient(#393939, #181818);
    color: #fff;
    padding: 10px !important;
    border-radius: 8px;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
    margin: 0 15px;
}

p#counter {
    padding: 20px 0;
}
@media (min-width: 987px){
.dictionare .authors-box {
    min-height: 71px;
}

p#counter {
    font-size: 60px;
    color: #ffff;
}
}
@media (max-width:987px){
    p#counter {
        letter-spacing: 0px;
        font-size: 24px;
        color: #ffff;
    }
    .footer_box{
        background-color: #231f20;
    }
    img.banner  {
        width: 100%;
    }
    .inapoi_site {
        width: 100%;
    }
header {
    flex-direction: column;
    padding: 20px 0 20px;
}
.logo_site {
        width: 100%;
    order: -1;
}
.inapoi_site button {
font-size: 13px;
margin-top: 15px;
}
/* .inner-container .container{
padding-top: 20px
} */
.products_box {
padding-top: 20px;
padding-left: 25px;
padding-right: 25px;
background-color: #fff;
}
.col-md-3 {
width: 50%;
}
img.product-image-photo {
height: auto;
}
.authors-box {
font-size: 11px;
width: 14em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: auto;
}
.product_name-box {
font-size: 1rem;
}
button.category {
font-size: 17px;
}
.footer_box button {
font-size: 24px;
}
}

a:hover img.banner{
    -webkit-filter: brigtness(120%); 
    filter: brightness(120%);
}