body{
	background: #fafafa !important;
}

.promotion-banner{
	background: rgba(241, 89, 7, 0.1);
	border-radius: 5px;
	height: 149px;
}

.promot-desc{
	font-family: Poppins;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
}

.page-title{
	font-size: 22px;
	line-height: 10px;
	font-weight: 600 !important;
}

.page-title-div{
	border-bottom: 1px solid #dddddd !important;
}


.text-black{
	color: #000000 !important;
}

.page-title:after{
	content: '';
    position: absolute;
    left: 0; 
    bottom : -8px;
    height: 2px;
    width: 100%;
    background-color: #1493BB;
}

.btn-view{
	background: #F15907;
	color: #fff !important;
	border-radius: 21px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.product-left-label{
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1;
}

.product-left-label .discount{
	position: absolute;
	left: 15px; 
	right: 0; 
	top: 8px;
}

.product-left-label .premium-discount{
	position: absolute;
	left: 6px; 
	right: 0; 
	top: 7px;
}

.btn-buy, .btn-add-to-cart{
	background: #1493BB;
	border-radius: 3px;
	color: #fff !important;
}

.showPro1Logo{
	position: absolute;
    top: 3px;
    left: 3px;
    z-index: 2;
}

.showPro1Logo img{
	width: 55px;
}

.btn-active-promotype{
	background: #1493BB;
	border-radius: 21px;
	height:34px;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.btn-active-promotype:hover{
	color: #fff;
}

.btn-inactive-promotype{
	background: #fff;
	border: 1px solid #1493BB;
	border-radius: 21px;
	height:34px;
	color: #1493BB;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.btn-inactive-promotype:hover{
	color: #1493BB;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #000;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.showPro1Logo{
	position: absolute;
    top: 3px;
    left: 3px;
    z-index: 2;
}

.showPro1Logo img{
	width: 55px;
}

.product-des{
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.timer{
	color: #FE0002 !important;
	font-weight: 400 !important;
	line-height: 0.625rem !important;
	font-size: 0.875rem !important;
}

.timer-rounded{
	background: #FE0002;
	width: 28px;
	color: #fff !important;
	border-radius: 50%;
	display: inline-block;
	height: 28px;
}

.btn + .btn {
	margin-left: 0px !important; 
}

.nav-tabs {
   border-bottom: 1px solid #707070;
}

.promotion-nav-tab .nav-link{
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 10px;
	padding-bottom: 20px !important;
	background-color: none !important;
}

.promotion-nav-tab .nav-link.active{
	color: #1493BB !important;
	border: none !important;
	background-color: #fafafa !important;
	border-bottom: 3px solid #1493BB !important;
}

	
	

@media(max-width:768px){
	.unDrawDiscountImage{
		max-height: 50px !important;
	}
}