*{
    padding:0;
    margin:0;
}
a.btn.btn-upper {
    width: 40%;
    margin: auto;
    background: #c62f2f;
}
.errorMessage {
    color: red;
}
.hm-w-200{
    width :200px !important;
}
.zvn-panel{
    max-height: 200px;
    overflow: hidden;
}
a{
    text-decoration: none !important;
}

.flash.notice {background-color: #c4ecc6;color: #3ec042;font-size: 18px;}
.flash.notice_error {background-color: #c00;color: #fff;font-size: 18px;}
.flash.alert {background-color: #efc7c8;color: #cc5152;}
.flash {border-radius: 4px;margin: 3px 0 20px;overflow: hidden;padding: 15px 20px;text-align: left;}
.flash.notice a {color: #3ec042;}
.flash a.close {display: inline;float: right;margin-left: 10px;width: 15px;}
.flash a {font-weight: 900;}


/*Jan03,2020 for action loading*/

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #FF0000;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

/*loading*/
.contain-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 76%, 0.32);
    top:0;
    z-index: 1000;
}

.contain-loader .loader {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: scale(1.5, 1.5);
}

.signup-email{
    color: white;
}

.custom-v-more-4 {
    color: #FD9C2C !important;
    font-weight: normal;
    font-size: 1rem;
    background: unset !important;
}

span.icon-best-sell {
  background: url("../images/star.png") no-repeat bottom center;
  width: 4.375rem;
  height: 2.25rem;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}
.itemStart .info h3 a{
    white-space: unset !important;
}
.sBoxProduct .item .info h3 a{
/*    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
      overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; /* number of lines to show */
   line-height: 1.5em;        /* fallback */
  /*max-height: 3em;        fallback */
  height: 3em;       /* fixed */


}

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, font, label, legend {
  font-family: 'Roboto', sans-serif !important;
}

.sBoxCart a:hover .icon-text{
    background-color: #BD192B ;
}
.icon-text{
    width: 25px;
    height: 25px;
    display: inline-flex;
    border-radius: 50%;
    background: #ffcb05;
    font-size: 12px;
    justify-content: center;
    align-items: center;
}