@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 {
  box-shadow: 0 2px 2px 0 rgb(241 190 183);
  transition: 0.3s;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin-bottom: 10px;
  height: 330px;
  width: 100%;
}
.products .col-lg-3 {
  padding: 0 15px;
}
.car-img {
  width: auto;
  float: none;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
}
img.card-img {
  margin: 10px;
  height: 221px;
  width: auto;
  object-fit: scale-down;
}
.products .card-body {
  float: right;
  width: 100%;
  padding: 20px 10px 10px;
}
.products .card-body .card-subtitle {
  width: auto;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px !important;
  font-weight: 600;
  color: #000;
}
.products .card-title {
  font-weight: 500;
  font-size: 1.2rem !important;
}
.card-item select {
  margin: 0;
  padding: 0;
  font-size: 14px;
  height: auto;
  width: auto;
}
.card-item .btn-primary {
  width: auto;
  right: 0;
  float: right !important;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.card-item .btn {
  width: 100%;
  position: relative;
  bottom: 5px;
  right: 5px;
}
@media screen and (max-width: 480px) {
  #container {
    margin-bottom: 500px;
  }
  .form-inline {
    width: 100%;
  }
}
.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: #42beb8;
  border-color: #00948d;
}
.bg-info {
  background-color: #74d2ce !important;
}
.navbar-inverse {
  background-color: #42beb8 !important;
  border-color: #42beb8 !important;
  margin-top: 10px;
}
#navbarMenu {
  background-color: #8f564d !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;
}
.img-fluid {
  max-height: 100px;
}
.disc-badge {
  position: absolute;
  top: -8px;
  right: 5px;
  font-size: 0.7rem;
}
.footer {
  height: auto;
  font-size: small;
  background-color: #8f564d;
  color: #f8f8ff;
}
.footer a {
  color: #f8f8ff !important;
}
@media only screen and (min-width: 768px) {
  #container {
    margin-bottom: 250px;
  }
}
.vertical-center {
  height: auto;
  padding-top: 40px;
}
#dropdownMenuButton,
.menu-btn,
.rad-btn {
  color: #cc3a2c;
}
.menu-btn:hover,
.rad-btn:hover {
  color: #36d026;
}
.mainNavBar {
  background-color: #f5f5dc;
}
.feather-menu {
  color: #fff;
}
.btn-orange {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: #fca129;
  background-image: linear-gradient(180deg, #ffae45, #f78c00);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.25);
  background-origin: border-box;
  text-transform: capitalize;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.25),
    0 2px 2px rgba(0, 0, 0, 0.17);
  -webkit-font-smoothing: antialiased;
}
.btn-green {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: #6eb84d;
  background-image: linear-gradient(180deg, #9bd580, #2c8c00);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.25);
  background-origin: border-box;
  text-transform: capitalize;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.25),
    0 2px 2px rgba(0, 0, 0, 0.17);
  -webkit-font-smoothing: antialiased;
}
.btn-red {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: #d43800;
  background-image: linear-gradient(180deg, #e83e00, #b53000);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.25);
  background-origin: border-box;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.25),
    0 2px 2px rgba(0, 0, 0, 0.17);
  -webkit-font-smoothing: antialiased;
}
.fa-lock {
  background: rgba(0, 0, 0, 0.2);
  padding: 4px 4px 4px 3px;
  font-size: 18px;
  line-height: 22px;
  height: 20px;
  width: 20px;
  left: 12px;
  text-align: center;
  top: 11px;
  box-sizing: content-box;
  border-radius: 25px;
  box-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.1),
    inset 0 2px 1px rgba(0, 0, 0, 0.15);
}
.btn-orange.active,
.btn-orange.disabled,
.btn-orange:active,
.btn-orange:hover,
.btn-orange[disabled] {
  color: #fff;
  background-color: #f78c00;
  background-image: none;
}
.dropdown-menu {
  background-color: #6b2c23;
  left: initial;
}
.feather-menu {
  color: #cc3a2c;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #8f564d;
}
.navbar-nav {
  display: block;
}
.navbar-nav .nav-item {
  float: left;
}
