@import url('https://fonts.googleapis.com/css?family=Numans');
html {
    height: 100%;
    width: 100%;
    font-family: 'Numans', sans-serif;
}

body {
    /* background: url(img/6.jpg); */
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    font-family: 'Numans', sans-serif;
}

.container {
    height: 100%;
    align-content: center;
}

.login-card {
    background-color: rgba(255, 255, 255, 0.815) !important;
    /* display: flex; */
    /* border: black solid 1px; */
}

.card-header {
    background-color: rgb(255, 255, 255);
    font-size: 62px;
    font-weight: bolder;
}

.header-image {
    height: 200px;
    widows: 200px;
    margin-top: 10%;
    position: absolute;
}

/* 03.03. */

.input-group-prepend span {
    width: 8vh;
    height: 8vh;
    background-color: rgb(141, 21, 0);
    color: rgb(255, 255, 255);
    font-size: 4vh;
    border: peru solid 1px;
}

.input-text {
    font-size: 4vh;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.form-control {
    height: 8vh;
    font-size: 3vh;
}

.remember {
    color: rgb(0, 0, 0);
    font-size: 3vh;
    margin-top: 5%;
}

.remember input {
    width: 4vh;
    height: 4vh;
    margin-left: 15px;
    margin-right: 5px;
}

/* .btn-block {
    margin-top: 30px;
}

.btn-block:hover {
    color: black;
    background-color: white;
} */

.btn-light {
    height: 8vh;
    line-height: 8vh;
    font-size: 3vh;
}

.light-gray {
    background-color: #8bb3ae;
    height: 8vh;
    line-height: 8vh;
    font-size: 3vh;
}

.btn-rounded {
    color: white;
    background-color: #ffffff;
    height: 8vh;
    line-height: 8vh;
    font-size: 3vh;
    background-color: rgb(141, 21, 0);
    border-color: rgb(151, 78, 5);
    border-radius: 10px;
}

.no-decoration {
    text-decoration-line: none;
    font-size: 4vh;
}

.no-decoration:hover {
    text-decoration-line: none;
}

.links {
    color: white;
}

.links a {
    margin-left: 4px;
}

/* Preduzeca */

section {
    padding: 60px 0;
}

#group .card {
    border: none;
    /* background: rgba(255, 255, 255, 0.9) !important; */
    height: 600px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 6px;
    /* box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.9); */
}

.img-size {
    height: 400px;
    width: 400px;
    margin-top: 3%;
}

.card-title {
    height: 40px;
    line-height: 40px;
    font-size: 2rem;
    font-weight: bolder;
    color: rgb(36, 36, 36);
}

.card-title-small {
    height: 40px;
    line-height: 40px;
    font-size: 1.5rem;
    font-weight: bolder;
    color: wheat;
}

/* dugme TOP */

#top {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border-radius: 6px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.9);
    background-color: rgb(222, 184, 135, 0.6);
    cursor: pointer;
}

#top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 3em;
    line-height: 50px;
    color: #fff;
}

#top.show {
    opacity: 1;
    visibility: visible;
}

/* PB grupe */

.pb_card {
    border: none;
    height: 400px;
    width: 100%;
}

.class_button {
    font-size: 4vh;
    height: 10vh;
    line-height: 10vh;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border-radius: 4px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.group_logo {
    width: auto;
    height: 25vh;
    /* margin: 50px; */
}

/* Boce */

.product_card {
    border: none;
    /* background: rgba(92, 47, 30, 0.3) !important; */
    height: 40rem;
    width: 90%;
    margin-top: 15px;
    margin-left: 5%;
    border-radius: 6px;
    /* box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.9); */
    text-align: center;
}

.glyphicon {
    font-size: 32px;
}

.center {
    width: 150px;
    height: 50px;
    text-align: center;
    margin-right: 50%;
}

.h2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
}

.btn_cart {
    width: 18rem;
    height: 6rem;
    margin-left: 1rem;
    margin-bottom: 5%;
    margin-right: 5px;
    font-size: 2.2rem;
    line-height: 6rem;
    position: relative;
    color: white;
}

/* preduzeca */

.box_up {
    width: 48%;
    height: 32%;
    margin: 1%;
    display: block;
    float: left;
    border-color: transparent;
    border-radius: 5px;
    box-shadow: 0 8px 5px 0 rgba(204, 200, 200, 0.9);
    background-color: rgba(255, 247, 247, 0.3);
}

.box_mid {
    width: 48%;
    height: 32%;
    margin: 1%;
    display: block;
    float: left;
    border-color: transparent;
    border-radius: 5px;
    box-shadow: 0 8px 5px 0 rgba(204, 200, 200, 0.9);
    background-color: rgba(255, 247, 247, 0.3);
}

.box_down {
    width: 48%;
    height: 32%;
    margin: 1%;
    display: block;
    float: left;
    border-color: transparent;
    border-radius: 5px;
    box-shadow: 0 8px 5px 0 rgba(204, 200, 200, 0.9);
    background-color: rgba(255, 247, 247, 0.3);
}

.box_image {
    display: block;
    height: 15vh;
    width: auto;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
}

.box_title {
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 3vh;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 5%;
}

/* des hobi */

.small_h2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 36px;
    margin-top: -5px;
    color: white;
}

/* nav */

#navbar {
    background-color: rgb(51, 51, 51);
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    transition: top;
    z-index: 1;
}

#navbar a {
    display: block;
    color: white;
    text-align: center;
    padding: 3%;
    line-height: 80px;
    text-decoration: none;
    font-size: 1.8rem;
}

.btn_my_cart {
    width: 22rem;
    height: 6rem;
    font-size: 2.5rem;
    line-height: 6rem;
}

/* cisterne 2 */

.show-cart li {
    display: flex;
}

.card {
    margin-bottom: 20px;
    align-self: center;
}

.card-img-top {
    width: 100%;
    height: auto;
    align-self: center;
}

.product-img-size {
    height: 300px;
}

/* cart */

.show-cart li {
    display: flex;
}

.card {
    margin-bottom: 20px;
}