.error-field{
	color:red !important;
	margin-top:5px;	
}
.summereditor .error-field{
	margin-top: 160px !important;
    position: absolute !important;
}
.btn i, .btn.btn-lg ion-icon {
    font-size: 14px !important;
}
.big-checkbox {width: 20px; height: 20px;}
.nav-primary.nav-tabs .nav-link.active {
    color: #923eb9;
    border-color: #923eb9 #923eb9 #fff;
}
i.header-cart-icon{
	font-size:30px !important;
}
i.cart-icon{
	font-size:24px !important;
}
.card {
    border: 1px solid #adadad !important;
    margin-bottom: 1.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
}
.form-select, .form-check-input, .form-control {
	border: 1px solid #adadad !important;
}
.table tr,td,th{
	border: 1px solid #e1dede !important;
}
.bg-gray{
	background:#f1f1f1 !important;
}
img.card-img-top{
	width:100% !important;
	height:200px !important;
}
.product-title{
	height:34px;
	overflow:hidden;
}
.product-title{
	height:38px;
	overflow:hidden;
}
.product-bstime{
	height:34px;
	overflow:hidden;
}
.accredations{
	height:34px;
	overflow:hidden;
}

.shopping-cart {
	margin: 5px 0;
	background: white;
	width: 500px;
	position: relative;
	border-radius: 3px;
	padding: 10px;
	position: absolute;
	right: 10px;
	z-index: 999;  
}
.shopping-cart:after {
	bottom: 100%;
	left: 89%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: white;
	border-width: 8px;
	margin-left: -8px;
}
.shopping-cart th, td{
	padding:10px;
}
#overlay{	
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}
.social-icons a{
	font-size: 16px;
    border: 1px solid #ccc;
	border-radius:6px;
    padding: 5px;
}