
/*# sourceMappingURL=custom.min.css.map */
.reclamNot{
    position: relative;
    z-index: 99;
    width: 12px;
    height: 12px;
    bottom: 12px;
    left: 35px;
}
.reclamNotCustom{
    position: absolute;
    z-index: 99;
    width: 10px;
    height: 10px;
    top: 8px;
    right: 15px;
}
.color-button.active{
    border:3px solid white !important
}
.showColorName{
    font-size: 10px;
    background: #e0fce0;
    padding: 1px 3px;
    border-radius: 5px;
    color: #555;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

@media only screen and (max-width: 480px) {
    .product-img-cover{
        object-fit: contain;
        height: 150px !important;
    }
}

.video-wrapper {
    position: relative;
}
.video::-webkit-media-controls {
    display:none !important;
}
.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-image: url("../images/play-button.png");
    background-size: contain;
    cursor: pointer;
}
.order{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    border-radius: 7px;
}
.order .order-setting{
    float: right;
    text-align: right;
    margin-bottom: 0;
}
.order .order-setting li{
    display: inline;
}
.order .order-setting li i{
    font-size: 18px;
    font-weight: bold;
    padding-left: 2px;
    padding-right: 2px;
}
.order .order-setting .dropdown-toggle::after{
    content: none !important;
}
.landing-page-tag{
    background: #e4e4e4;
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 7px;
    font-weight: bold;
    position: relative;
    top: -2px;
}

.auth-one-bg .bg-overlay{
    background: linear-gradient(to right, #eea8995c, #6467713b) !important;
}
[data-layout=vertical][data-sidebar=dark] .navbar-nav .nav-link{
    color:black !important;
}
[data-layout=vertical][data-sidebar=dark] .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true]{
    color:darkred !important;
}
[data-layout=vertical][data-sidebar=dark] .navbar-nav .nav-sm .nav-link{
    color:black !important;
}