body {
  min-height: 75rem;
  padding-top: 3.5rem;
}
.navbar-top{
    /*background: #dedfe0 !important;*/
    height:50px;
}
.navbar-logo-company{
    /*background: #dedfe0 !important;*/
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #BDBDBD !important;
    opacity: 1; /* Firefox */
}
#company-info {
    background: #F8F9FA;
    padding: 10px 0px;
}
a.navbar-brand img {
    width: 120px;
    height: auto;
}
.form-search-top{      
}
.form-search-top::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d6d9db;
  opacity: 1; /* Firefox */
}
.form-search-top:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #d6d9db;
}
.form-search-top::-ms-input-placeholder { /* Microsoft Edge */
  color: #d6d9db;
}
.card .prices .old-price, .card .prices .price {
    color: #fff;
    background: #8a05be;
    display: inline-block;
    padding: 6px 12px;
    font-weight: 400;
    border-radius: 20px;
    font-size: 16px;
    margin: -16px 0;
}
.card-title h3{
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .08rem;
    line-height: 1.2rem;    
}
.badge-purple{
    color: #fff;
    background: #8a05be;
}
a{
    color: #222222;
}
a:hover{
    color: #a004dd;
}
.text-purple{
    color:#8a05be;
}
/*pagination*/
.page-item.active .page-link {    
    background-color: #222222 !important;
    border-color: #222222 !important;
}
.page-link {
    color: #222222;
}
.page-link:hover, .page-link:focus {
    color: #67106F;
}
/*.card-img-top{
    height: 253px;
}*/
.form-rounded {
    border-radius: 1.5rem !important;
}

/*.input-group{
  border: 1px gray solid;
  padding: 10px;
}
.input-group input{
  border:none;
  background-color: transparent;
}


.fa-user-circle-o{
  color: gray;
}*/

.input-group .form-control.form-search-top {
    padding-left: 2.375rem;
}
.input-group input:focus,
.input-group select:focus,
.input-group textarea:focus,
.input-group button:focus {
    outline: none;    
}

.input-group.input-group-lg .form-control-icon {
    line-height: 2.875rem;
}
.input-group .form-control-icon {
    position: absolute;
    z-index: 10;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.card {
    /*border: none;*/
    -webkit-box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
    box-shadow: 0px 0px 13px 0px rgba(82,63,105,0.2) !important;
    border:0px;
    border-radius: 10px;
}
.overlay-no-stock {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    text-align: center;    
    border-radius: 10px;
}
.overlay-no-stock-text {
    position: absolute;
    top: 40%;
    background: #8a05be;
    font-weight: bold;
    padding: 10px;    
    width: 100%;
    color: white;
}
.no-shadow{
    box-shadow: none !important;
}
/* Absolute Center Spinner */
.page-loading {    
    position: fixed;
    z-index: 9999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.page-loading .loading-center{
    position: absolute;
    z-index: 1000;
    color:white;    
    font-weight:bold;
}

/* Transparent Overlay */
.page-loading:before {
    content: '';
    color: #FFF;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}
.col-md-4 .embed-responsive .card-img-top {
    width: 100%;
    height: 30vh;
    object-fit: cover;
}
.col-md-3 .embed-responsive .card-img-top {
    width: 100%;
    height: 19vh;
    object-fit: cover;
}
.timeline {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px
}

.timeline .li {
    transition: all 200ms ease-in
}

.timeline .timestamp {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 100;
    height: 30px
}

.timeline .status {
    padding: 0 40px;
    display: flex;
    justify-content: center;    
    position: relative;
    border-top: 2px solid #d6dce0;
    transition: all 200ms ease-in
}

.timeline .status h4 {
    font-weight: 600;    
    color:#333333;
}

.timeline .status:before {
    content: "";
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 25px;
    border: 1px solid #ddd;
    position: absolute;
    top: -15px;
    left: 42%;
    transition: all 200ms ease-in
}

.timeline .li.complete .status {
}

.timeline .li.complete .status:before { 
    /*font-family: "Font Awesome 5 Free";
    content:"\f00c";
    color: #FFF;*/
    font-size: 22px;    
    background: #248f24;
    border: none;
    transition: all 200ms ease-in
}
.timeline .li.complete .status h4 {    
    font-size: 14px;
}
.timeline .status h4 {
    padding-top: 10px;
    font-size: 14px;
}
.fixed-top .navbar-collapse {
  max-height: 340px;
  overflow-y: auto;
}
@media only screen and (max-width:460px){
    /*.card .card-img-top{
        height: 163px;
    }*/
    .col-6{
        padding-right: 5px;
        padding-left: 5px;
    }
    
    .col-md-4 .embed-responsive .card-img-top {
        width: 100%;
        height: 162px;
        object-fit: cover;
    }
    .col-md-3 .embed-responsive .card-img-top {
        width: 100%;
        height: 162px;
        object-fit: cover;
    }
}

.text-elipse-left-panel{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 285px;
}
.float-whatsapp .my-float{
margin-top:13px;
}
.float-whatsapp {
position: fixed;
width: 50px;
height: 50px;
bottom: 30px;
right: 15px;
background-color: #25d366;
color: #FFF;
border-radius: 50px;
text-align: center;
font-size: 25px;
box-shadow: 2px 2px 3px #999;
z-index: 100;
}
.float-whatsapp:hover, .float-whatsapp:focus{
color:#FFF;
opacity: 0.8;
}
.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;    
}
.modal-header-warning {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #f0ad4e;
}
.modal-header-danger {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
}
.modal-header-info {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
}
.modal-header-primary {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
}