﻿/* overrides bootstrap*/
.nav-justified > li {
  display: table-cell;
  width: 1%;
}
.nav-justified > li > a {
  margin-bottom: 0;
}
.pagebar {
  background-color: grey;
}
.pagebar > li > a {
  color: white;
}
.pagebar > li > a:hover {
  color: red;
}
.pagebar-fixed {
  position: fixed;
  top: 40px !important;
  z-index: 1000;
}
@media (min-width: 768px) {
  .pagebar-fixed {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .pagebar-fixed {
    width: 960px;
  }
}
@media (min-width: 1280px) {
  .pagebar-fixed {
    width: 1270px;
  }
}
#homeindex {
  /* push down space for pagebar-fixed*/
  padding-top: 60px;
}
@media (min-width: 768px) {
  #homeindex {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  #homeindex {
    padding-top: 20px;
  }
}
@media (min-width: 1280px) {
  #homeindex {
    padding-top: 20px;
  }
}
/* image container*/
.imgcontainer::after {
  content: "";
  clear: both;
  display: table;
}
.imgcontainer img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}
.imgcontainer span {
  font-size: 20px;
  margin-right: 15px;
}
@media (max-width: 500px) {
  .imgcontainer {
    text-align: center;
  }
  .imgcontainer img {
    margin: auto;
    float: none;
    display: block;
  }
}
/* general styles*/
.sm-icon {
  display: inline-block;
  text-align: center;
  border: none #BBBBBB;
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.sm-icon-title {
  font-family: 'Mitr', sans-serif;
  font-size: large;
  margin-top: 10px;
}
.companies_wrapper {
  padding-top: 5px;
  position: relative;
}
.offset6 {
  margin-left: 630px;
}
a:hover,
a:focus {
  cursor: pointer;
}
.btn-section-nav {
  white-space: pre-wrap;
}
.ins-price {
  text-decoration: none;
  position: relative;
}
.del-price {
  color: grey;
  font-size: 0.8em;
}
/*#promotion-section img {
    border: solid 1px lightgrey;
}*/
.page-menu-icon {
  color: red;
}
.img-detail {
  padding-top: 5px;
}
.img-title {
  padding-top: 5px;
}
.vat-message {
  color: #5a5a5a;
  font-size: 14px;
  background-color: rgba(105, 105, 105, 0.05);
  padding-top: 10px;
  padding-bottom: 10px;
}
.smbanner.actived {
  bottom: 0;
}
.smbanner {
  text-align: right;
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.3s ease;
  bottom: -95px;
}
.poppro {
  background: red;
  color: white;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0 1px 0 #aac1cb;
  position: absolute;
  width: 40px;
  line-height: 1.6;
  border-radius: 5px;
  top: 2px;
  left: -45px;
}
.label-product-name {
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 14px;
}
.img-pro {
  margin-bottom: 0px;
  cursor: pointer;
  border-radius: 5px;
  width: 190px;
  height: 230px;
}
.condition-text {
  height: 17px;
  color: red;
  font-size: 12px;
}