/* Sidebar */

.col-right {
    border-left: 1px solid #444;
}

.sidebar-bloc {
    position: relative;
    border: 1px solid #333;
}

.sidebar-bloc .inner {
    position: relative;
    z-index: 1;
}

.sidebar-bloc .picto {
    width: 40px;
    height: 40px;
    margin: auto;
    margin-bottom: 10px;
}

.sidebar-bloc h3 {
    font-weight: 600;
    margin-bottom: 5px;
}

.sidebar-bloc strong {
    display: block;
    line-height: 1.2;
}

.sidebar-bloc.bloc-2:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    z-index: 0;
}

#sticky-div {
    z-index: 1;
    position: relative;
}

#sticky-div.sticky {
    position: sticky;
    top: 30px;
}

/* Blog */
.img-blog {
    width: 100%;
    height: 280px;
}

/* Calendar */

.calendar-list {
    color: rgb(224, 213, 181);
}

.calendar-list .head {
    background-color: #18825D;
    font-size: 22px;
    padding: 10px 20px;
}

.calendar-list .head .tool a {
    margin-left: 20px;
}

.calendar-list .body {
    border: 1px solid #18825D;
    border-top: 0;
}

.calendar-list.current-sale .head {
    background-color: #18825D;
}

.calendar-list.current-sale .body {
    border: 1px solid #18825D;
}

.calendar-list.scheduled-sale .head {
    background-color: #6C7499;
}

.calendar-list.scheduled-sale .body {
    border: 1px solid #6C7499;
}


/* Search product */

.select-list {
    height: 238px;
    overflow: scroll;
    overflow-x: hidden;
    color: #202020;
    padding: 10px;
    font-weight: 400;
    background: #ffffff;
    border: 2px solid #ececec;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    margin-bottom: 20px;
}

.select-list ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 10px;
    font-weight: 300;
    margin-left: 0;
}

.select-list ul li {
    margin-bottom: 0;
}

.select-list ul li span {
    padding: 5px;
    display: block;
    line-height: 1;
    cursor: pointer;
}

.select-list ul li span.active {
    background-color: rgb(224, 213, 181);
    font-weight: bold;
}

.select-list ul li span.progress-sales {
    color: #18825D;
}

.select-list ul li span:hover {
    background-color: #eee;
}

label {
    margin-bottom: 2px;
    font-weight: 600;
}

/* width */
.select-list::-webkit-scrollbar {
    width: 5px;
}

/* button */
.select-list::-webkit-scrollbar-button {
    background: #ddd;
}

/* Handle */
.select-list::-webkit-scrollbar-thumb {
    background: #aaa;
}

/* Handle on hover */
.select-list::-webkit-scrollbar-thumb:hover {
    background: #888;
}

/* Track */
.select-list::-webkit-scrollbar-track {
    background: #eee;
}

/* The track NOT covered by the handle.
::-webkit-scrollbar-track-piece {
    background: #000;
}

/* Corner */
.select-list::-webkit-scrollbar-corner {
    background: #999;
}

/* Resizer */
.select-list::-webkit-resizer {
    background: #111;
}

.select-list {
    display: block;
}

.select-list {
    opacity: 1;
    transition: 1.2s;
}

.fotorama {
    min-width: 1px;
    overflow: hidden;
    background: rgba(34,34,34,.85);
    padding: 10px;
    min-height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fotorama__nav--thumbs {
    margin-top: 5px;
}

.fotorama--fullscreen {
    position: fixed !important;
}

.fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
    background: transparent;
}


/* Breadcrumb */

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
    margin-top: 40px;
    padding-top: 2px;
    border-top: 1px solid #444 !important;
    color: #aaa;
}

.breadcrumb ul {
    padding-left: 0;
  margin-left: 0;
}

.breadcrumb ul li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 4px;
}

.breadcrumb ul li:first-child {
  display: none;
}

.breadcrumb ul li a {
    display: block;
    color: #eee;
    line-height: 1;
}

.breadcrumb ul li a i {
    color: #eee;
    margin-right: 3px;
}

.breadcrumb a.home-link {
    color: #eee;
    margin-right: 5px;
}

.breadcrumb a:hover {
  color: rgb(224, 213, 181);
  text-decoration: none;
}

.breadcrumb .current {
  color: rgb(224, 213, 181);
}


/* Divers */

p.anim-bid {
    font-size: 26px;
    letter-spacing: 1px;
    margin-left: 2px;
}

.content-page .product-description {
    border-left: 1px solid #444;
}

.bt-dashboard {
    background: rgb(224, 213, 181);
    color: #202020;
    display: flex;
    align-items: center;
    padding: 10px;
    max-width: 240px;
    line-height: 1;
    width: 100%;
    letter-spacing: 1px;
    font-weight: 600;
}

.bt-dashboard:hover {
    color: #202020 !important;
    background: #c4b88b!important;
    text-decoration: none !important;
}

.bt-dashboard img {
    width: 45px;
    padding-right: 10px;
    border-right: 1px solid #444;
    margin-right: 10px;
}

.disabled.bt-dashboard {
    background: rgb(224, 213, 181) !important;
    opacity: .5 !important;
    cursor: not-allowed;
}
