@font-face {
  font-family: Flaticon;
  src: url(../fonts/Flaticon.eot);
  src: url(../fonts/Flaticon.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Flaticon.woff) format("woff"),
    url(../fonts/Flaticon.ttf) format("truetype"),
    url(../fonts/Flaticon.svg#Flaticon) format("svg");
  font-weight: 400;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: Flaticon;
    src: url(../fonts/Flaticon.svg#Flaticon) format("svg");
  }
}
[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class^="flaticon-"]:before {
  font-family: Flaticon;
  font-style: normal;
}
.flaticon-reception-bell:before {
  content: "\f100";
}
.flaticon-wedding:before {
  content: "\f101";
}
.flaticon-bachelorette-party:before {
  content: "\f102";
}
.card-item {
  position: relative;
  -ms-flex-direction: column;
  flex-direction: row;
  min-width: 0;
  word-wrap: break-word;
  background-color: #f3f0ff;
  border-radius: 0.25rem;
  margin-bottom: 10px;
  height: 200px;
  border: 1px solid #e9e8ed;
}
.card-item:hover {
  box-shadow: 0 0 14px rgb(0 0 0 / 20%);
  background-color: #fbfbff;
}
.products .col-lg-3 {
  padding: 0 3px;
}
.car-img {
  width: 100%;
  float: left;
  display: -ms-flexbox;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: row;
  background-color: white;
  text-align: center;
}
img.card-img {
  margin: 5px 1% 0;
  height: 60px;
  width: auto;
  object-fit: scale-down;
}
.products .card-body {
  float: right;
  width: 100%;
  padding: 10px 5px;
}
.card-item {
  width: 100%;
}
.card-item .btn-primary {
  width: 100%;
}
.products .card-title {
  width: 90%;
  font-size: 14px !important;
  font-weight: 700;
}
.card-item select {
  margin: 0;
  padding: 0;
  font-size: 14px;
  height: auto;
  width: auto;
}
.card-item .btn-primary {
  width: auto;
  float: right !important;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.card-item .btn {
  padding: 3px 8px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
@media screen and (max-width: 480px) {
  #container {
    padding-top: 134px;
  }
  .form-inline {
    width: 100%;
  }
  .products .card-item {
    height: 100px;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
  }
  .products .col-sm-12 {
    padding: 0 10px;
  }
  .car-img {
    width: 40%;
    display: -ms-flexbox;
    text-align: center;
  }
  img.card-img {
    height: 98px;
    width: auto;
    object-fit: scale-down;
    background-color: white;
    padding: 2px;
    margin: 0px;
    max-width: 125px;
  }
  .products .card-body {
    float: right;
    width: 60%;
    padding: 10px;
  }
  .text-success {
    font-size: 14px;
  }
  .mb-item {
    margin-bottom: 2px;
  }
  .products .card-body .card-subtitle {
    float: none;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px !important;
    font-weight: 600;
    color: #000;
    height: 25px;
  }
  .products .card-body .card-subdesc {
    height: 35px;
  }
  .products .card-title {
    float: none;
    width: 70%;
    font-size: 14px !important;
    font-weight: 700;
    height: 35px;
  }
  .card-item select {
    margin-top: 1px;
    font-size: 14px;
  }
  .buy {
    margin-top: 1px;
  }
  .card-item .btn-primary {
    width: auto;
    float: right !important;
    font-size: 13px;
    font-weight: 700;
  }
  .card-item .btn {
    padding: 3px 8px;
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
}
.has-error div,
.has-error input,
.has-error textarea {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
  padding: 20px 0;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:focus,
.mega-dropdown-menu > li ul > li > a:hover {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}
.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;
}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}
.navbar-inverse {
  background-color: #e21414 !important;
  border-color: #9e2b2b !important;
  margin-top: 10px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff !important;
  font-family: Tahoma, Geneva, sans-serif;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background: #900 !important;
}
.logo img {
  width: 200px;
  height: auto;
  margin-top: 10px;
  float: left;
}
.icon-lef {
  float: right;
}
@media only screen and (max-width: 600px) {
  .form-inline {
    width: 100%;
  }
  .mega-dropdown-menu > li > ul > li > a {
    color: #fff;
    padding-left: 10px;
  }
}
.btn-primary {
  background-color: #04add1;
  border-color: #04d3ff;
}
.bg-info {
  background-color: #74d2ce !important;
}
.navbar-inverse {
  background-color: #3d9cd2 !important;
  border-color: #3d9cd2 !important;
  margin-top: 10px;
}
#navbarMenu {
  background-color: #005382 !important;
  background-image: url(https://www.transparenttextures.com/patterns/subtle-grey.png);
}
#navbarMenu a {
  color: #f8f8ff;
  font-size: 1rem;
}
#navbarMenu .btn-outline-success {
  color: #f0f8ff;
  border-color: #87cefa;
}
#navbarMenu .btn-outline-success:hover,
.btn-outline-success:active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  background-color: #b0dcda7a;
}
#navbarMenu .btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem #7bcac6;
}
.img-fluid {
  max-height: 100px;
}
.disc-badge {
  position: absolute;
  top: -8px;
  right: 5px;
}
.footer {
  height: auto;
  font-size: small;
  background-color: #3d9cd2;
  color: #31373e;
}
.footer a {
  color: #31373e !important;
}
@media only screen and (min-width: 768px) {
  #container {
    padding-top: 124px;
  }
  .products .col-lg-3 {
    padding: 0 15px;
  }
  .products .card-title {
    font-weight: 500;
    font-size: 1.2rem !important;
  }
  img.card-img {
    height: 100px;
  }
  .card-subtitle {
    float: none;
    width: 100%;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px !important;
    font-weight: 600;
    color: #000;
    margin-top: 2px;
  }
  .disc-badge {
    font-size: 0.7rem;
  }
}
.btn-success {
  color: #fff;
  background-color: #005382;
  border-color: #005382;
}
.border-success {
  border-color: #005382 !important;
}
#navbarMenu {
  background-color: #005382 !important;
}
#navbarMenu a {
  color: #f8f8ff;
  font-size: 0.9rem;
}
#navbarMenu .btn-outline-success {
  color: #f0f8ff;
  border-color: #87cefa;
}
#navbarMenu .btn-outline-success:hover,
.btn-outline-success:active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  background-color: #b0dcda7a;
}
#navbarMenu .btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem #7bcac6;
}
.dropdown-menu {
  background-color: #005382;
  left: initial;
}
.feather-menu {
  color: #cc3a2c;
}

.navbar-nav {
  display: block;
}
.navbar-nav .nav-item {
  float: left;
}
.mainNavBar {
  background-color: #fff;
}
