/* .title__infos{
  font-size: 1.4rem;
}
.count {
  font-size: 1.4rem;
  line-height: 2.1;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.content__sidebar ul li {
  padding: 0 1rem 1.2rem;
} */

.logo__sm img {
    height: 7.5rem;
    object-fit: contain;
    margin-left: 30px;
}

.stock_btn1 {
    background: #006dc7;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    padding: 10px 10px;
    border: none !important;
    margin-right: 30px;
}

.bg-green {
    background: #168943;
}

.side__menu ul li.active {
    color: #fff;
    background: #006dc7;
}

.side__menu ul li a,
.side__menu ul li a span {
    color: #fff;
}

.side__menu ul li.active a i,
.side__menu ul li.active a .side-menu-title {
    color: #fff;
}

.bg-theme {
    background: #168943;
}

.bg-theme1 {
    background: #006dc7;
}

.newcard .card-body {
    background: #168943e6;
}

.circle {
    border-radius: 20px;
}

.dm1 {
    top: -10px !important;
    left: 0px;
    will-change: transform;
    width: 86%;
    background: #0082d5;
    color: #fff;
}

.dropdown-menu a {
    font-size: 14px;
    color: #fff;
}

.pay-img {
    width:100%;
    height: 50px;
    object-fit:contain;
}

@media only screen and (max-width: 762px) {
    .navbar__brand__box {
        display: flex !important;
        padding:10px 0px;
    }
    .logo__sm img {
        height: 28px;
        object-fit: contain;
        margin-left: 30px;
    }
    .side-menu-title {
        width: unset;
        overflow-y: unset;
        text-overflow: unset;
        white-space: unset;
    }
}


.mob-title {
    display: none;
}

@media only screen and (max-width:767px) {
    .mob-title {
        display: inline-block;
        color: #fff;
    }
    .mob-title:hover {
        color: #fff;
    }
    .header__center span {
        display: none;
    }
}