/* ------------------------------------------------
  Project:   Ekocart - Multi-purpose E-commerce Html5 Template
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Css

  1. Bootstrap
  2. Animate
  3. Line Awesome
  4. Owl Carousel
  5. Lightslider  
  6. Spacing
 ------------------------ */

@import 'bootstrap.min.css';
@import 'animate.css'; 
@import 'line-awesome.min.css';
@import 'spacing.css';

::selection {
  background-color: #32c8c8;
  color: #fff;
}

input:focus,
.form-control:focus,
textarea:focus {
  border-color: #32c8c8 !important;
  outline: 0 !important;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px #32c8c8b9 !important;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px #32c8c8b9 !important;
}
.btn-primary[type=submit]{
  border-color: #32c8c8;
}
.btn-primary[type=submit]:focus {
  border-color: #32c8c8;
}