@import url("../../fonts/fonts.css");
body {
  font-family: Muli-Regular; }

.row {
  margin: 0; }

img {
  width: 100%; }

#landing-page {
  background-image: url("../../images/front-page-bg_02.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  #landing-page .left-panel {
    background-color: #0000006b;
    padding-bottom: 15px;
    box-shadow: 2px -1px 5px #2f2f2f; }
    #landing-page .left-panel .logo {
      padding: 10px 0;
      border-top: 5px solid #ffffff54;
      border-bottom: 5px solid #ffffff54;
      margin-bottom: 20px; }
    #landing-page .left-panel img {
      display: block;
      margin: auto;
      width: 50%; }
    #landing-page .left-panel .content {
      color: white;
      text-align: center; }
      #landing-page .left-panel .content h2 {
        font-family: Muli-Bold;
        font-size: 14px;
        margin-bottom: 5px !important; }
      #landing-page .left-panel .content h2, #landing-page .left-panel .content a, #landing-page .left-panel .content p {
        margin: 0;
        color: white; }
      #landing-page .left-panel .content a, #landing-page .left-panel .content p {
        line-height: 10px;
        font-family: Muli-Regular; }
    #landing-page .left-panel .fab {
      background-color: white;
      color: #de3e3e;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      padding-top: 10px; }
    @media only screen and (min-width: 769px) {
      #landing-page .left-panel {
        padding-top: 55%;
        min-height: 100%; } }
  #landing-page .right-panel .content {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px 15px;
    margin-bottom: 30px; }
    #landing-page .right-panel .content h2, #landing-page .right-panel .content h6 {
      margin: 0; }
    #landing-page .right-panel .content h6 {
      color: #de3e3e;
      margin-top: 25%; }
    #landing-page .right-panel .content h2 {
      font-family: Muli-Bold;
      text-transform: uppercase;
      font-size: 1.5rem; }
    #landing-page .right-panel .content p {
      font-size: 14px;
      text-align: justify; }
    #landing-page .right-panel .content a {
      background-color: #de3e3e;
      color: white;
      padding: 8px 10px;
      text-transform: uppercase;
      font-size: 10px;
      letter-spacing: 2px;
      border-radius: 3px;
      border: 2px solid #c3c3c3; }
      #landing-page .right-panel .content a:hover {
        text-decoration: none; }
    @media only screen and (max-width: 767px) {
      #landing-page .right-panel .content {
        margin-top: 50px; } }
  @media only screen and (min-width: 769px) {
    #landing-page .right-panel {
      background-size: 100% 100%;
      background-position: center;
      min-height: 100%;
      padding: 70px 50px; } }
  @media only screen and (min-width: 1024px) {
    #landing-page .left-panel, #landing-page .right-panel {
      min-height: 100%; } }

.color-red {
  color: #de3e3e; }

.top-band {
  background-color: #319005;
  font-family: Muli-Bold;
  padding: 4px !important; }
  .top-band a {
    color: #fff; }
  .top-band p {
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .top-band p {
        font-size: 8px !important; } }
    @media only screen and (max-width: 768px) {
      .top-band p {
        font-size: 10px; } }
  .top-band .font-size-12 {
    font-size: 12px; }
    @media only screen and (max-width: 767px) {
      .top-band .font-size-12 {
        font-size: 10px !important; } }
    @media only screen and (max-width: 768px) {
      .top-band .font-size-12 {
        font-size: 10px; } }
  .top-band .left-p {
    font-family: Muli-Regular;
    font-size: 14px; }
    @media only screen and (max-width: 768px) {
      .top-band .left-p {
        font-size: 10px; } }

.main-navigation {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: #f3f3eb;
  padding: 0;
  box-shadow: -1px 1px 4px 0px #afafaf; }
  .main-navigation .navbar-brand {
    width: 20%; }
    @media only screen and (max-width: 767px) {
      .main-navigation .navbar-brand {
        width: 40%; } }
    .main-navigation .navbar-brand img {
      width: 75%; }
      @media only screen and (max-width: 767px) {
        .main-navigation .navbar-brand img {
          width: 100%; } }
  .main-navigation .nav-link {
    font-family: Muli-Bold;
    color: black;
    font-size: 12px;
    letter-spacing: 1px; }
    @media only screen and (max-width: 768px) {
      .main-navigation .nav-link {
        font-size: 11px; } }
    .main-navigation .nav-link.active {
      color: #de3e3e; }
    .main-navigation .nav-link:hover {
      color: #de3e3e; }
    @media only screen and (max-width: 767px) {
      .main-navigation .nav-link {
        padding-left: 20px; } }

#flower-home-slider {
  border-bottom: 5px solid #de3e3e; }
  #flower-home-slider .left-panel {
    background-image: url("../../images/flowers-slider-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding-top: 20%;
    padding-bottom: 20%;
    height: 585px; }
    #flower-home-slider .left-panel a {
      display: block;
      margin: auto;
      background-color: white;
      color: black;
      padding: 10px 15px;
      box-shadow: 0px 0px 2px 0px #b7b7b7;
      margin-bottom: 25px;
      width: 210px;
      font-size: 13px;
      border-radius: 3px; }
      #flower-home-slider .left-panel a:hover {
        text-decoration: none;
        color: #de3e3e; }
  #flower-home-slider #flowers-slider img {
    width: 100%;
    height: 585px;
    object-fit: cover; }

#sorting {
  background-color: #dfdbdb;
  text-align: right;
  padding: 10px 0 !important; }
  @media only screen and (max-width: 767px) {
    #sorting {
      font-size: 10px; } }
  #sorting .category {
    background-color: #ffffffa8;
    border: 0;
    width: 50%;
    font-size: 10px;
    float: right; }
    #sorting .category:focus {
      box-shadow: none; }
  @media only screen and (min-width: 1024px) {
    #sorting .category {
      width: 25%;
      float: right;
      font-size: 12px; } }
  #sorting ul {
    padding: 0;
    margin-bottom: 0; }
    #sorting ul .sort-head {
      color: #de3e3e; }
    #sorting ul li {
      list-style: none;
      display: inline-block; }
      #sorting ul li a {
        color: black;
        padding-right: 10px; }
        #sorting ul li a:hover {
          color: #de3e3e;
          text-decoration: none; }

#listing {
  background-color: #cbcbcb;
  padding-top: 50px !important;
  padding-bottom: 50px !important; }
  #listing .listing-container {
    background-color: white;
    box-shadow: 0px 0px 4px #7b7b7b;
    margin-bottom: 15px; }
    #listing .listing-container div {
      padding: 10px; }
      #listing .listing-container div h5 {
        font-weight: bold;
        font-size: 15px;
        margin-bottom: 2px; }
      #listing .listing-container div h6 {
        font-size: 12px;
        font-weight: bold; }
      #listing .listing-container div a {
        background-color: #63c000;
        color: white;
        display: block;
        text-align: center;
        padding: 5px 0;
        margin-top: 20px; }
        #listing .listing-container div a:hover {
          text-decoration: none;
          background-color: #de3e3e; }
    #listing .listing-container img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      object-position: center;
      padding: 5px; }

#footer {
  background-color: #404040;
  padding-top: 50px !important;
  padding-bottom: 50px !important; }
  @media only screen and (max-width: 767px) {
    #footer {
      text-align: center; } }
  #footer .footer-col-1 {
    text-align: center; }
    #footer .footer-col-1 img {
      width: 85%; }
      @media only screen and (max-width: 768px) {
        #footer .footer-col-1 img {
          display: block;
          width: 58%;
          margin-left: -10px; } }
    #footer .footer-col-1 ul {
      padding: 0;
      margin-bottom: 0; }
      @media only screen and (max-width: 768px) {
        #footer .footer-col-1 ul {
          text-align: left; } }
      @media only screen and (max-width: 767px) {
        #footer .footer-col-1 ul {
          margin-bottom: 50px; } }
      #footer .footer-col-1 ul li {
        display: inline-block; }
  #footer .fab {
    background-color: white;
    color: #404040;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding-top: 6px;
    text-align: center;
    font-size: 13px; }
  #footer h5 {
    font-family: Muli-SemiBold;
    color: #cbcbcb;
    letter-spacing: 1px; }
  #footer ul {
    padding: 0;
    margin-bottom: 0; }
    #footer ul li {
      list-style: none; }
      #footer ul li a {
        color: #cbcbcb;
        font-size: 13px; }
        #footer ul li a:hover {
          text-decoration: none;
          color: white; }
  #footer p {
    margin: 0;
    color: #cbcbcb;
    font-size: 14px; }
  #footer a {
    color: #cbcbcb;
    font-size: 12px; }
  @media only screen and (max-width: 768px) {
    #footer .col-12 {
      margin-top: 20px;
      padding-left: 0 !important; } }

#copy {
  background-color: #717171;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  text-align: center; }
  #copy p {
    margin-bottom: 0;
    color: white;
    font-size: 14px; }
  #copy a {
    color: #cbcbcb; }

#about-page {
  padding-top: 30px;
  padding-bottom: 30px; }
  #about-page p {
    text-align: justify; }

#service {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }
  #service a:hover {
    text-decoration: none; }
  #service .service-container {
    padding: 5px;
    background-color: white;
    box-shadow: 0px 0px 2px 0px #ffb200;
    backface-visibility: hidden;
    min-height: 265px;
    -webkit-font-smoothing: subpixel-antialiased;
    margin-bottom: 20px; }
    #service .service-container img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      box-shadow: 0px 0px 1px 0px #444444;
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%);
      transition: transform 0.5s; }
    #service .service-container:hover img {
      transform: scale(0.95);
      backface-visibility: hidden;
      -webkit-font-smoothing: subpixel-antialiased;
      -webkit-filter: grayscale(0);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(0); }
    #service .service-container h6 {
      margin-top: 10px;
      color: black; }
  #service .service-detail-page img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center; }

#cards-slider img {
  width: 100%;
  height: 573px;
  object-fit: cover; }

#cards-slider .slider-text {
  position: absolute;
  top: 40%;
  left: 10%; }
  #cards-slider .slider-text h5 {
    font-family: Muli-Bold; }

#sort-dynamic {
  text-align: center; }
  #sort-dynamic .btn-1 {
    background-color: #de3e3e;
    display: block;
    padding: 10px;
    color: white;
    font-family: Muli-SemiBold;
    margin-bottom: 20px;
    margin-top: 10px; }
    #sort-dynamic .btn-1:hover {
      text-decoration: none;
      background-color: #ffb200; }
  #sort-dynamic .btn-2 {
    background-color: white;
    display: block;
    padding: 10px;
    color: black;
    font-family: Muli-SemiBold;
    margin-bottom: 20px;
    margin-top: 10px; }
    #sort-dynamic .btn-2:hover {
      text-decoration: none;
      background-color: #ffb200; }

#contact-page {
  border-top: 40px solid #cbcbcb; }
  #contact-page .container-fluid {
    margin-top: 30px; }
    #contact-page .container-fluid p {
      margin: 0; }
    #contact-page .container-fluid a {
      color: black; }
    #contact-page .container-fluid iframe {
      width: 100%;
      height: 550px; }
  #contact-page .footer-col-1 {
    text-align: center; }
    #contact-page .footer-col-1 img {
      width: 50%; }
    #contact-page .footer-col-1 ul {
      padding: 0;
      margin-bottom: 0; }
      #contact-page .footer-col-1 ul li {
        display: inline-block; }
    #contact-page .footer-col-1 .fab {
      background-color: white;
      color: #404040;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      padding-top: 6px;
      text-align: center;
      font-size: 13px; }
  #contact-page textarea {
    resize: none; }
  #contact-page button {
    background-color: #de3e3e;
    color: white;
    display: block;
    width: 100%;
    padding: 10px; }

#order-page {
  margin-top: 50px; }
  #order-page .carousel-item {
    min-height: 450px; }
  #order-page .carousel-inner img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center; }
  #order-page .carousel-thumbnails .carousel-indicators img {
    max-width: 100px;
    height: 50px;
    overflow: hidden;
    display: block; }
  #order-page .carousel-thumbnails .carousel-indicators li {
    height: auto;
    max-width: 100px;
    width: 100px;
    border: none;
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.75); }
    #order-page .carousel-thumbnails .carousel-indicators li.active {
      border-bottom: 4px solid #fff; }
  #order-page button {
    background-color: #de3e3e;
    color: white;
    display: block;
    width: 100%;
    padding: 10px; }
  #order-page .order-confirm {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center; }
    #order-page .order-confirm div {
      display: block;
      margin: auto; }
      #order-page .order-confirm div .far {
        font-size: 100px;
        color: #146500; }

.page-head {
  color: #404040;
  font-family: Muli-Bold; }
  .page-head:after {
    content: '';
    display: block;
    margin: auto;
    width: 50px;
    height: 2px;
    background-color: #ffb200; }
