 .invalid-border {
     border: 1px solid #dc3545!important;
 }
 
 .pd-rating-start {
    font-size: 25px;
    display: inline-block;
    color: #FAC451;
    margin-right: -3px;
}

 .pd-rating-start-2 {
    font-size: 15px;
    color: #FAC451;
}

 .favorite-stars {
	float: right;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
 }
 
 .stars1, .stars2, .stars3, .stars4, .stars5 {
	float: left;
	width: 1em;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	margin: 0px;
 }
 
 
.no-pointer-link { 
  cursor: default; 
  pointer-events: none;
}


.tab-item ul li a::before {
    background: #0d3b77;
}

/*[ rs NoUI ]
///////////////////////////////////////////////////////////
*/

.leftbar #filter-bar-2 {
    margin-right: 6px;
    margin-left: 6px;
    height: 4px;
    border: none;
    background-color: #e1e1e1;
}

.leftbar #filter-bar-2 .noUi-connect {
    background-color: #c5c5c5;
    border: none;
    box-shadow: none;
}

.leftbar #filter-bar-2 .noUi-handle {
    width: 13px;
    height: 13px;
    left: -6px;
    top: -5px;
    border: none;
    border-radius: 50%;
    background: #999999;
    cursor: pointer;
    box-shadow: none;
    outline: none;
}

.leftbar #filter-bar-2 .noUi-handle:before {
    display: none;
}

.leftbar #filter-bar-2 .noUi-handle:after {
    display: none;
}

/*[ Filter Color ]
///////////////////////////////////////////////////////////
*/
.ab-t-l-2 {
	position: absolute;
    top: -35%;
}

.not-absolute,.not-absolute::before,.not-absolute::after {
	position: relative!important;
	top: 0px!important;
	left: 0px!important;
	bottom: 0px!important;
	z-index: 9;
}

.detail-btn-wish {
	top: -10px!important;
    right: 25px!important;
    font-size: 20px!important;
    webkit-transform: none!important;
    -moz-transform: none!important;
    -ms-transform: none!important;
    -o-transform: none!important;
    transform: none!important;
    color: #222;
}

.detail-btn-wish:hover {
    color: #222;
}


/*********LOADING*********/

.acenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.pay_loading {
  width: 80px;
  height: 80px;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  border: 3px solid rgba(102, 168, 166, 0.2);
  border-radius: 100%;
}

.flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.pay_loading .dot {
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border-radius: 100%;
  -moz-animation: dotShine 1050ms infinite;
  -webkit-animation: dotShine 1050ms infinite;
  animation: dotShine 1050ms infinite;
}

@-webkit-keyframes dotShine {
  0% {
    background-color: #66a8a6;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.1);
  }
}

.pay_loading .dot:nth-of-type(3) {
  -moz-animation-delay: 700ms;
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
  position: relative;
  right: 2px;
}

.pay_loading .dot:nth-of-type(1) {
  left: 2px;
  position: relative;
}
.pay_loading .dot:nth-of-type(2) {
    -moz-animation-delay: 350ms;
    -webkit-animation-delay: 350ms;
    animation-delay: 350ms;
}

.modal-entity {
	margin-top: -250px;
}