@font-face {
    font-family: 'Roboto-Regular';
    src: url('/static/fonts/Roboto-Regular.ttf');
    src: local('Roboto-Regular'),
    local('Roboto-Regular'),
    url('/static/fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('/static/fonts/Roboto-Light.ttf');
    src: local('Roboto-Light'),
    local('Roboto-Light'),
    url('/static/fonts/Roboto-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('/static/fonts/Roboto-Bold.ttf');
    src: local('Roboto-Bold'),
    local('Roboto-Bold'),
    url('/static/fonts/Roboto-Bold.ttf') format('truetype');
}

html, body {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    line-height: 2rem;
    color: #333;
    scroll-behavior: smooth;
    height: 100%;

}
.header {
    box-shadow: 0 0 15px 0 rgba(2,59,109,.2);
    z-index:1000;
    position: relative;
}
.navbar-brand {
    width: 30%;
}
.nav-link {
    color: #2c2f88;
    padding: 0.5rem 2rem !important;
}
.nav-link:hover, .nav-link:focus {
    color: #e48572;
}
.form-control {
    margin: 10px;
    border: 1px solid #eeeeee;

}
#logincontainer form {
    background: #FFFFFF;
    padding: 30px;
    border: 1px solid #eeeeee;
    border-radius: 0.25rem;
}
.btn {
    display: block;
    margin: 0 auto;
    padding: 0.375rem 1.75rem;
}
.btn-primary {
    background-color: #2c2f88;
    border: 0;
}
.btn-primary:hover {
    background-color: #2c2f88;
}
h3 {
    color: #2c2f88;
}
a {
    color:#2c2f88;
    text-decoration: none;
}
.no-account {
    margin: 0 auto;
}

.logo {
    width: 50%;
    margin-top: 0;
}
#login {
    height: 100%;
    width: 100%;
    z-index:1;
    background-color: #fcfcfc;
}
.header-logo {
    width: 200px;
    margin:50px;
}
.toolbar {
    width: 100%;
    background-color: #89c7be;
}
.dropdown-icon {
    float: right;
    margin: 50px;
}
.quantity-notification {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #085549;
    color: white;
    font-size: 12px;
    position: relative;
    top: -50px;
    right: -30px;
}
.dropdown-icon a {
    color: rgb(51, 51, 51);
}
#gototopbutton {
    display: inline-block;
    background-color: #607A7E;
    width: 50px;
    height: 50px;
    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;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#gototopbutton:hover {
    cursor: pointer;
    background-color: #333;
}
#gototopbutton:active {
    background-color: #555;
}
#gototopbutton.show {
    opacity: 1;
    visibility: visible;
}
@media (min-width: 500px) {
    #gototopbutton {
        margin: 30px;
    }
}
.filters {
    padding: 50px 15px;
    background-color: #EEEEEE;
}
.filters .btn {
    position: relative;
    float: right;
    top: -47px;
    display: block;
    width: 37px;
    height: 37px;
    background: #89c7be;
    color: #FFFFFF;
    padding: 0px;
    font-size: 1rem;
    font-weight: 900;
}
#searchStr {
    padding-right: 0;
    margin-left:0;
}
.content-img {
    width:100%;
}
.footer {
    background-color: #2c2f88;
    color: #FFFFFF;
}
.footer h3 {
    color: #FFFFFF;
}
.footer-menu a {
    color:#ffffff;
}
.footer-menu .nav-link {
    padding: 0 !important;
}
.footer ul {
    list-style-type: none;
}
.quantitybox input, .input-quantity{
    width: 50px;
    height: 30px;
    line-height: 1;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    border: 1px solid #ddd;
    margin-left:10px;
    font-size:0.8rem;
}
.quantitybox input.quantity {
    float:left;
    margin-top: 10px;
}
.addbtn {
    padding: 0.2rem;
    float:left;
    margin: 0 0 10px 10px;
    background: #EEE;
}
.addbtn:hover {
    background: #ccc;
}
.addbtn img {
    width: 40px;
    height: 40px;
}
.close-modal {
    cursor: pointer;
}
#news-page {
    background:#eeeeee;
}
.news-main {
    background: #ffffff;
    padding: 50px;
    margin: 50px 0 0 0;
    overflow: auto;
}
#news-page .news-block {
    background: #ffffff;
    padding: 50px;
    margin: 25px 0 0 0 ;
}
.news-main .tching-news {
    display:block;
    width:40%;
    float: left;
}
.news-main .main-news {
    display:block;
    width:54%;
    float: left;
    text-align: justify;
    margin: 0 3%;
}
.news-main h4, .news-block h4 {
    font-weight: bold;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-size: 1.2rem;
}
.news-block .tching-news {
    width: 100%;
    margin-bottom: 25px;
}
#news-page .readmore {
    left: 0;
    cursor: pointer;
}
.small-text {
    font: 12px;
    color: #999;
    line-height: 16px;
}
#logincontainer {
    background-color: #2c2f88;
    color: #ffffff;
}
#logincontainer a {
    color: #FFFFFF;
    text-decoration: underline;
}
#logincontainer h3 {
    color: #ffffff;
}
.cart-catheader-row {
    background-color: #2c2f88;
    color: #ffffff;
}