body{
    background-color: #f4f4f4;
    margin: 0;
    color: #3c475e;
}

a.navbar-brand img{
    height: 40px;
}

button.navbar-toggle{
    background-color: #94164b;
}
span.icon-bar{
    background-color: #e1dad8;
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}

a{
    color: #3c475e;
}

a:hover{
    text-decoration: none;
}

.author{
    font-size: 40%;
    margin-right: 40px;
}

.reviews{
    /*width: 50%;*/
    background-color: #d5ad2e;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
}

.review-body{
    background-color: #3ea098;
    color: #e1dad8;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
}

p.review-sign{
    font-size: 90%;
    border-top: solid 1px #d5ad2e;
}

div.catalog.row{
    margin-right: 0;
}

h1, h2, h3{
    font-size: 20px;
    padding-right: 20px;
    display: inline-block;
    color: #0f0f0f;
}

.btn{
margin-bottom: 10px;
}

.btn-lg.btn-block{
    margin-top: 2px;
}

.btns{
    margin-left: 15px;
}

.btn.btn-pink{
    border: solid 2px #94164b;
    background-color: #94164b;
    color: #e1dad8;
}

.btn.btn-pink:hover{
    background-color: transparent;
    color: #3c475e;
}

.btn.btn-green{
    border: solid 2px #3ea098;
    background-color: #3ea098;
    color: #e1dad8;
}

.btn.btn-green:hover{
    background-color: transparent;
    color: #3c475e;
}

.btn.btn-navy{
    border: solid 2px #3c475e;
    background-color: #3c475e;
    color: #e1dad8;
}

.btn.btn-navy:hover{
    background-color: transparent;
    color: #3c475e;
}

.btn.f-pink{
    background-color: transparent;
    border: solid 2px #94164b;
    color: #3c475e;
}

.btn.f-pink:hover{
    color: #e1dad8;
    background-color: #94164b;
}

.btn.f-green{
    background-color: transparent;
    border: solid 2px #3ea098;
    color: #3c475e;
}

.btn.f-green:hover{
    color: #e1dad8;
    background-color: #3ea098;
}

.btn.f-yellow{
    background-color: transparent;
    border: solid 2px #d5ad2e;
    color: #3c475e;
}

.btn.f-yellow:hover{
    color: #e1dad8;
    background-color: #d5ad2e;
}

a.btn.show-form{
    margin: 10px 0 10px 10%;
    width: 80%;
}

div#iddp-kvdate.input-group.date{
    width: 30%;
}


div.productinfo{
    background-color: #ffffff;
    padding: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
    height: 310px;
}

div.productinfo:hover{
    box-shadow: 0 0 4px #0f0f0f;
}

div.img-placeholder{
    margin-left: 5%;
    width: 90%;
    height: 200px;
}
div.aktiv-img{
    margin-left: 10%;
    width: 80%;
}

div.aktiv-img img{
    width:100%;
    object-fit: scale-down;
}


div.img-placeholder img{
    width:100%;
    /*height: auto;*/
    object-fit: scale-down;
}

#review-form{
    display: none;
    padding: 56px 10px 0 10px;
}

p.fixedsize{
    height: 40px;
    overflow: hidden;
}

.features_items img{
    object-fit: cover;
    height: 200px;
    width: 200px;
}

.main-content img{
    width: 80%;
}

.categories{
    border-radius: 10px;
    height: 140px;
    width: 140px;
    margin: 5px 5px 5px 15px;
    padding: 10px;
    color: #ffffff;
    text-shadow: 1px 1px 2px #0f0f0f;
    font-size: 120%;
}

.categories:hover{
    box-shadow: 0 0 3px #0f0f0f;
    text-shadow: 0 0 4px #0f0f0f;
    font-size: 60%;
}

.categories img{
    display: inline;
    position: center;
    width: 90%;
    opacity: 0;
}

.categories img:hover{
    transition: 500ms;
    opacity: 100%;
    border-radius: 3px;
}

input.form-control:focus{
    border-color: #94164b;
    box-shadow: 0 0 4px rgba(159, 59, 151, 0.75);
}

.showregister-view img{
    width: 150px;
}

select.form-control:focus{
    border-color: #94164b;
    box-shadow: 0 0 4px rgba(159, 59, 151, 0.75);
}
.scroller{
    overflow: auto;
    height: 494px;
    padding: 2px;
    overflow-x: hidden;
}
.small-scroller{
    overflow: auto;
    height: 256px;
    padding: 2px;
    overflow-x: hidden;
}

#scroller{
    overflow: auto;
    height: 605px;
    padding: 2px;
    overflow-x: hidden;
}

#bigscroller{
    overflow: auto;
    height: 945px;
    padding: 2px;
    overflow-x: hidden;
}

.table.detail-view img{
    width: 250px;
}

hr{
    border: solid 1px #94164b;
    opacity: 0.9;
}

.pass{
    color: #94164b;
}

footer.footer{
    background-color: #3ea098;
    color: #e1dad8;
    border-top-color: #94164b;
}

footer.footer a{
    color: #e1dad8;
  text-decoration: none;
}

/*кастомні скролл-бари*/

/* width */
::-webkit-scrollbar {
    width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*Forming banner 5by1*/
.item-responsive {
    position: relative; /* относительное позиционирование */
    }

.item-responsive:before {
    display: block; /* отображать элемент как блок */
    content: ""; /* содержимое псевдоэлемента */
    width: 100%; /* ширина элемента */
    }
.item-5by1 {
/*padding-top: 20%; !* (9:16)*100% *!*/
    height: 150px;
}
.item-responsive>.content {
    position: absolute; /* абсолютное положение элемент */
    /* положение элемента */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    }



@media (max-width: 1199.98px) {
.btns{
    margin-left: 0;
    margin-right: 0;
}
    .categories{
        margin-left: 0;
    }
    div#w0-kvdate.input-group.date{
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    footer.footer{
    padding-top: 3px;
    }


    .categories{
        margin-left: 30px;
    }

}