@font-face {
        font-family: DMSans-Bold;
    src: url(fonts/DMSans-Bold.ttf);
}

@font-face {
    font-family: DMSans-Medium;
    src: url(fonts/DMSans-Medium.ttf);
}

@font-face {
    font-family: DMSans-Regular;
    src: url(fonts/DMSans-Regular.ttf);
}

html, body {
    height: 100%;
    font-family: DMSans-Regular, serif;
}

body {
    background: #EBEEF1;
    color: #7C7C7C;
    font-size: 12px;
}

a {
    color: #7C7C7C;
}

a:hover {
    color: #494949;
}

.login-wrapper {
    /*width: 900px;*/
    background: #ffffff;
    min-height: 100px;
}

.login-wrapper h1 {
    font-size: 18px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .login-wrapper {
        width: 100%;
    }

    .login-wrapper .bg-login {
        display: none;
    }
}

.login-wrapper .bg-login {

    background: #fff url(images/im_login.png) no-repeat center center;
    background-size: cover;
    width: 50%;
    height: 600px;
    margin-right: 30px;
}

.login-wrapper .bg-login .text {
    font-size: 28px;
    color: white;
    padding: 30px;
    font-family: DMSans-Bold;
}

.login-wrapper .form-control {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: unset;
    font-size: 12px;
    border-color: #dedede;
}

::placeholder {
    color: #e1e1e1;
}

.login-wrapper .form-group {
    margin-bottom: 20px;
}

.btn-dark {
    background: #4D4F50;
    color: white;
    border-radius: unset;
    font-size: 14px;
    padding-left: 40px;
    padding-right: 40px;
}

.btn-light {
    border-radius: unset;
    font-size: 14px;
    padding-left: 40px;
    padding-right: 40px;
}

a {
    color: #7C7C7C !important;
}

a:hover {
    color: #494949;
}

.container-custom {
    padding: 0 80px;
    background: #ffffff;
}

.navbar-wrapper {
    padding: 0 74px;
    background-color: white;
}

.navbar-toggler-icon, .navbar-toggler {
    color: #7C7C7C !important;
}

.navbar-absolute {
    position: absolute;
    left: 0;
    width: 100%;
}

#navbar {
    background: #ffffff;
}

#navbar li a {
    color: #7C7C7C;
}

#navbar li a:hover {
    border-bottom: 2px solid #7c7c7c;
}

.btn-logout, .btn-logout:hover {
    text-decoration: none;
}


.navbar-sub {
    background-color: white;
    padding-left: 160px;
    padding-bottom: 30px;
}

@media (max-width: 768px) {
    .navbar-sub {
        padding-left: 30px;
    }
}

.navbar-sub a {
    text-decoration: none;
}

.navbar-sub a:hover {
    text-decoration: underline;
}

.main-banner {
    background-size: cover;
    width: 100%;
    height: 592px;
}

.main-banner .text {
    color: white;
    padding: 159px 100px;
}

.main-banner .text h1 {
    font-family: DMSans-Bold;
}

.main-content {
    padding: 120px 0;
    background: white;
}

.main-content h3 {
}

.main-content .line {
    height: 2px;
    width: 80px;
    background-color: #7c7c7c;
}

.main-content .img-preview {
    width: 100%;
}

.main-content .content {
    font-size: 14px;
    padding: 80px;
    line-height: 1.8;
}

.main-content .row {
    margin-bottom: 100px;
}

footer {
    background: #3D4246;
}

.footer-inner {
    padding: 50px 120px 30px;
    color: white;
}

.footer-category {
    margin-bottom: 0 !important;
}

.footer-category-table {
    background: #F8F9F9;
    transition: 0.3s;
}

.footer-category-table:hover {
    cursor: pointer;
    color: white;
    background: #EBEEF1 url(images/im_hover_table.png) no-repeat center center;
}

.footer-category-table .text,.footer-category-bed .text {
    text-align: center;
    padding: 130px 0;
    font-size: 20px !important;
    color: #3D4246;
    font-family: DMSans-Regular, serif;
}

.footer-category-table a.btn {
    background-color: white;
}


.footer-category-bed {
    background: #EBEEF1;
    transition: 0.3s;
}

.footer-category-bed:hover {
    cursor: pointer;
    color: white;
    background: #EBEEF1 url(images/im_hover_bed.png) no-repeat center center;
}

.footer-category-bed .text {
    text-align: center;
    padding: 130px 0;
    font-size: 16px;
}

.footer-category-bed a {
    color: white !important;
}


.product-detail {
    background-color: white;
    font-size: 14px;
}

.product-detail .bg-secondary {
    color: white !important;
    text-decoration: none;
}

.product-detail .nav-link:focus, .product-detail .nav-link:hover {
    color: #7c7c7c !important;
}

.nav-link {
    color: #7c7c7c !important;
}
