/* Start Main Rules */

body {
    background-color: #ffffff;
    font-size: 16px;
}
/* .h-main {
    font-weight: bold;
    font-size: calc(1.375rem + 1.5vw);
    margin: 15px 0;
    background-color: #efe7e7;
    padding: 20px;
    border-radius: 10px;
    color: #785555;
} */
h1 {
    font-size: 55px;
    margin: 40px 0;
    font-weight: bold;
    color: #666;
}

/* End Main Rules */

/* Start Bootstrab Edits */
a {
    font-weight: bold;
}
.navbar-light .navbar-brand {
    color: #ffffe6;
}
.navbar-light .navbar-brand:hover {
    border: 2px;
    border-color: #ffffe6;
    color: #ffffe6;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    border-color: #ffffe6;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #ffffe6;
    font-weight: normal;
}
.navbar-light .navbar-nav .nav-link {
    color: #ffffe6;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    border-color: #ffffe6;
    border: 5px;
    color: #ffffe6;
    font-style: italic;
}
.navbar-light .navbar-nav .no-active{
    color: #bb5454 !important;
}
.navbar-light .navbar-nav .nav-item .nav-link.delveriy-nav {
    padding: 0;
    padding-top: 5px;
    font-weight: normal;
    line-height: 18px;
}
/* End Bootstrab Edits */
/* Start Header */
.upper-bar {
    color: #666;
    padding: 10px;
    background-color: #FFF;
}
.upper-bar .login-name {
    font-weight: bold;
}
.btn-login-signup .left {
    position: relative;
    left: 1200px;
}
a.btn.btn-primary.btn-login-signup {
    background-color: #febd69;
    border-color: #febd69;
    padding: 1px 2px;
    font-weight: bold;
}
a.btn.btn-primary.btn-login-signup:hover {
    background-color: #f39418;
    color: #666;
}
.navbar-light .navbar-nav .drop-a {
    font-size: 11px;
    font-weight: normal;
}
/* End Header */
/* Start Login/Signup Page */
.login-page form,
.the-errors {
    max-width: 380px;
    margin: auto;
}
.login-page form input {
    margin-bottom: 10px;
}
.login-page [data-class="login"].selected {
    color: #337AB7;
}
.login-page [data-class="signup"].selected {
    color: #5cb85c;
}
.login-page h1 {
    color: #c0c0c0;
}
.login-page h1 span {
    cursor: pointer;
}
.login-page .signup {
    display: none;
}
.login-page form .btn {
    width: 100%;
}
.the-errors .msg {
    padding: 10px;
    text-align: left;
    border-left: 5px solid #cd6858;
    background-color: #FFF;
    margin-bottom: 8px;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    color: #919191;
}
.the-errors .error {
    border-left: 5px solid #cd6858;
}
.the-errors .success {
    border-left: 5px solid #f1ba04;
}
/* End Login/Signup Page */
/* Start Categories Page */
.item-box {
    position: relative;
}
.item-box .price-tag {
    background-color: #B4B4B4;
    padding: 2px 10px;
    position: absolute;
    left: 0;
    top: 10px;
    font-weight: bold;
    color: #FFF;
    box-shadow: #b3b0b0 6px 11px 20px 0px;
}
.item-box .caption p{
    height: 44px;
    max-height: 44px;
    color: #a58181;
}
.item-box .caption a {
    font-weight: bold;
    text-decoration: none;
    color: #666666;
}
/* End Categories Page */
/* Start Profile Page */
.block {
    margin: 20px 0 0;
}
.infotmation {
    margin-top: 20px;
}
.infotmation ul {
    padding: 0;
    margin: 0;
}
.infotmation ul li {
    padding: 10px;
}
.infotmation ul li:nth-child(odd) {
    background-color: #EEE;
}
.infotmation ul li span {
    display: inline-block;
    width: 120px;
}
.infotmation .btn {
    margin-top: 10px;
    padding: 1px 10px;
    background-color: #b4b4b4;
    color: #ffffff;
    font-weight: 500;
    border-color: #666;
}
.img-thumbnail .date {
    text-align: right;
    font-size: 13px;
    color: #AAA;
    font-weight: bold;
}
.item-box .approve-status {
    position: absolute;
    top: 40px;
    left: 0;
    background-color: #b85a5a;
    color: #FFF;
    padding: 3px 5px;
    box-shadow: #b85a5ab5 6px 7px 20px 3px;
}
/* End Profile Page */
/* Start Show Item Page */
.item-info h2 {
    padding: 10px;
}
.item-info p {
    padding: 10px;
}
.item-info ul li {
    padding: 10px;
}
.item-info ul li:nth-child(odd) {
    background-color: #e8e8e8;
}
.item-info ul li span {
    display: inline-block;
    width: 120px;
}
.tags-items a {
    display: inline-block;
    background-color: #e2e2e2;
    padding: 2px 10px;
    border-radius: 5px;
    color: #666;
    margin-right: 5px;
    text-decoration: none;
}
.add-comment h3{
    margin: 0 0 10px;
}
.add-comment textarea{
    display: block;
    margin-bottom: 10px;
    width: 400px;
    height: 80px;
}
.comment-box {
    margin-bottom: 20px;
}
.comment-box img {
    max-width: 100px;
    margin-bottom: 10px;
}
.comment-box .lead {
    background-color: #e0e0e0;
    position: relative;
    padding: 10px;
    margin-top: 25px;
}
.comment-box .lead:before {
    content: "";
    width: 0;
    height: 0;
    border-width: 15px;
    border-style: solid;
    border-color: transparent #e0e0e0 transparent transparent;
    position: absolute;
    left: -28px;
    top: 10px;
}
/* End Show Item Page */