.cart_qty_cls {
  position: absolute;
  background: #910101;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  top: 35%;
  right: -8px;
  padding: 3px; }


[data-notify="progressbar"] {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px; }

.progress-bar {
  background-color: #19a340; }

.progress-bar-info {
  background-color: #00829a; }

.alert-success {
  color: #ffffff !important;
  background-color: #55bd56 !important;
  border-color: #55bd56 !important; 
}

.alert-error {
  color: #ffffff !important;
  background-color: #c10f0f !important;
  border-color: #c10f0f !important; 
}

.p-t-30{
    padding-top: 30px;
    padding-left: 15px;
}


@media (max-width: 575px) {
    .p-t-30{
        padding-top: 20px;
    }
}



















.imagenhov:hover {
    filter: opacity(.7);
    transition: .5s ease-in-out;
    }
    .imgverifmodal{
         max-height: 600px;
    }

    .pad-t-banner{
        padding-top: 60px;
    }
    .gf-w{
        width: 60%;
        display:block;
        margin:auto;
    }
@media (max-width: 575px){
    .imgverifmodal{
         max-height: 350px;
    }
}
    .brand{
        padding-top: 2%;
        padding-bottom: 2%;
    }
@media (max-width: 575px){
    .brand{
        padding-top: 4%;
        padding-bottom: 4%;
    }
}
    .algi{
        bottom: 4%;
        right: 4%;
    }
@media (max-width: 575px){
    .algi{
        /*bottom: 10%;
        right: 10%;*/
        bottom: 5%;
        right: 9%;
    }
    .pad-t-banner{
        padding-top: 0px;
    }
}
  .col2-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    }

    .col2-md-3:after {
        content: '';
        display: block;
        padding-bottom: 100%;
    }
@media (max-width: 575px){
  .col2-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
    }

    .col2-md-3:after {
        content: '';
        display: block;
        padding-bottom: 100%;
    }
}
  .hem {
    min-height: 630px;
    }
@media (max-width: 575px){
  .hem {
    height: auto;
    }
}
    .hide1{
        display: none;
    }
    .hide11{
        display: none;
    }
    .hide11m{
        display: none;
    }
    .imgcat{
        /*min-width: 200px;
        max-width: 200px;
        min-height: 200px;
        max-height: 200px;*/
        width: 100%;
    }
    .borderdiv{
        border: 1px solid #000000 !important;
        padding: 0.01em 16px;
        border-radius: 3px;
    }
    .fonttitle{
        font-size: 16px;
        font-weight: 600; 
        margin: 7px;
    }
    .fontdescription{
        font-size: 16px;
        font-weight: 500; 
        margin-left: 5px;
    }
    .pcel{
        padding-top: 2px;
        padding-left: 5px;
        padding-right: 5px;
        align-items: center;
        margin-left: 3px;
        margin-top: 3px;
    }
    .hide12{
        margin-right: 10px;
    }
@media (max-width: 480px){
  .smedia {
    padding-top: 10% !important;
    }
    .hide1{
        display: contents;
    }
    .hide11{
        display: block;
    }
    .hide11m{
        display: inline !important;
    }
    .hide12{
        display: block;
        margin-right: 5px;
    }
    .hide2{
        display: none !important;
    }
    .imgblo{
        min-width: 80px;
        max-width: 80px;
        min-height: 80px;
        max-height: 80px;
    }
    .imgcat{
        /*min-width: 140px;*/
        /*max-width: 180px;
        min-height: 163px;
        max-height: 163px;*/
        width: 100%;
    }
    .borderdiv{
        border: 1px solid #000000 !important;
        padding: 0.01em 0px;
        border-radius: 3px;
    }
    .img-lf{
        justify-content: left !important;
    }
    .detail-csm{
        margin-bottom: 0;
        font-size: 14px;
        line-height: 1.5;
    }
    .pcel{
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        align-items: center;
    }
    .textmodalhe{
        font-size: 20px;
    }
}
    .fixed{position:fixed; top:0}
#suggestions {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    height: auto;
    position: absolute;
    /*top: 75px;*/
    z-index: 9999;
    /*width: 100%;*/
    width: 90%;
    /*margin-left: 30%;*/
}
 
#suggestions .suggest-element {
    /*background-color: #EEEEEE;*/
    background-color: #FFFFFF;
    /*border-top: 1px solid #d6d4d4;*/
    cursor: pointer;
    padding: 8px;
    width: 90%;
    float: left;
    color: black;
    /*border-radius: 5px;*/
}
    
#suggestions .suggest-element:hover {
  background-color: #b86d6d;
  color: white;
}

.footer-logo-image{
    max-width: 110px;
}
    
.new-display{
    display: block !important;
}

.w-s-p{
    white-space: pre-line;
}