
.input-form.error::-webkit-input-placeholder, .input-form.error:-moz-placeholder, .input-form.error::-moz-placeholder, .input-form.error:-ms-input-placeholder {
  color: #2A9D8F;
}

@-moz-document url-prefix() {
    .full-stars {
        color: #2A9D8F;
    }
}

.empty-stars:before, .full-stars:before {
  -webkit-text-stroke: 1px #2A9D8F;
}

.theme-style-color, h1, h2, h3, h4, h5, h6, a, a:hover, .nav-tabs li a.active {
  color: #2A9D8F;
}

.theme-style-hover-color:hover, .breadcrumb-wrapper .breadcrumb-links li a:hover, .checkout-main-container .card.active .card-header .checkout-tab-heading span {
  color: #2A9D8F !important;
}

.slider-wrapper .owl-controls .owl-dots .owl-dot.active {
  background: #2A9D8F !important;
}

.single-product .product-info .bottom-info-area {
  
}

.theme-style-light-bg {
  background: rgba(42, 157, 143, 0.3) !important;
}

.theme-style-background, .ui-slider-handle, .order-trackings-inner li.active:after, .order-trackings-inner li.active .step, .custom-pagination ul.pagination li.active {
  background: #2A9D8F !important;
  color: #fff;
}

.dashboard-sidebar .active {
  background: rgba(42, 157, 143, 0.3) !important;
}

.page-item.active .page-link {
  background: rgba(42, 157, 143, 0.3) !important;
  border: 1px solid rgba(42, 157, 143, 0.3) !important;
}

.theme-style-button, .theme-style-button-invert:hover, .checkout-main-container .card.active .card-header {
  background: #2A9D8F !important;
  color: #fff !important;
  border: 1px solid #2A9D8F !important;
}

.theme-style-button:hover, .theme-style-button-invert {
  background: #fff !important;
  color: #2A9D8F !important;
}

input:checked+.slider, input[type=checkbox]:checked+label:before {
  background-color: #2A9D8F;
  border-color: #2A9D8F;
}

input[type='radio']:checked + label:before {
  background: #2A9D8F;
  border-color: #2A9D8F;
}

.theme-style-border, .nav-tabs li a.active, .input-form:focus, select:focus, .input-form.error, .input-form.error:focus, .custom-pagination ul.pagination li {
  border-color: #2A9D8F !important;
}

div::-webkit-scrollbar-thumb {
  background-color: #2A9D8F;
}

div::-moz-scrollbar-thumb {
  background-color: #2A9D8F;
}