/*
Theme Name: Ani Balloons
Theme Author: Govind Maurya
Version: 1.0
*/
@font-face {
  font-family: "Beverly";
  src: url("fonts/Beverly.otf");
  src: url("fonts/Beverly.ttf");
}
@font-face {
  font-family: "Lato", sans-serif;
  src: url("fonts/Lato-Black.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Lato", sans-serif;
  src: url("fonts/Lato-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Lato", sans-serif;
  src: url("fonts/Lato-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Lato", sans-serif;
  src: url("fonts/Lato-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Lato", sans-serif;
  src: url("fonts/Lato-LightItalic.ttf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Lato", sans-serif;
  src: url("fonts/Lato-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Lato", sans-serif;
  src: url("fonts/Lato-Italic.ttf");
  font-style: italic;
}
@font-face {
  font-family: "Lato", sans-serif;
  src: url("fonts/Lato-Thin.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "Lato", sans-serif;
  src: url("fonts/Lato-ThinItalic.ttf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Poppins", sans-serif;
  src: url("fonts/Poppins-Semibold.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Poppins", sans-serif;
  src: url("fonts/Poppins-Bold.ttf");
  font-weight: 600;
}
body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #111 !important;
  line-height: 30px;
  background-color: #ffffff;
}

/*.navbar-nav li:last-child {padding: 5px 25px;background-color: 	#FF8C00;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius:3px;}*/
/*.navbar-nav li:last-child .nav-link {color: #fff}*/
.reg-btn, .reg-btn:hover {
  padding: 10px 25px;
  background-color: #ffffff;
  color: #111111;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-decoration: none;
}

.navbar-light .navbar-nav .nav-item {
  margin: 0 2px;
  padding: 0;
}
.navbar-light .navbar-nav .nav-item:hover {
  background: #bd924b;
}
.navbar-light .navbar-nav .nav-item:hover .nav-link {
  color: #fff;
}
.navbar-light .navbar-nav .nav-item:hover .dropdown-menu {
  display: grid;
  grid-template-columns: 1fr;
}
.navbar-light .navbar-nav .nav-item.dropdown .dropdown-menu {
  padding: 0 20px;
  border-radius: 0;
  margin-top: 0;
  border: none;
  background: #bd924b;
}
@media (min-width: 768px) {
  .navbar-light .navbar-nav .nav-item.dropdown .dropdown-menu {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
}
.navbar-light .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px dashed #bbb;
  padding: 5px 0;
}
.navbar-light .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  color: #333;
  background: #bd924b;
}
.navbar-light .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
.navbar-light .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active {
  background: transparent;
  color: #333;
}
.navbar-light .navbar-nav .nav-item.active .nav-link {
  background: #bd924b;
  color: #fff;
}
.navbar-light .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  padding: 7px 20px;
}

.single-product {
  padding: 50px 0;
}
.single-product h5 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
}

.bg-dark-line {
  background-color: #343a40;
}

.bg-light-line {
  background-color: #fff;
}

.divide-left-line {
  width: 50px;
  height: 2px;
}

.divide-left-line:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 50px;
  height: 2px;
  border-radius: 50%;
}

.divide-center-line {
  position: relative;
  width: 50px;
  margin: 0 auto;
  height: 2px;
}

.divide-center-line:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 50px;
  height: 2px;
  border-radius: 50%;
}

.fsh-small {
  font-size: 20px;
}

.fsh-medium {
  font-size: 24px;
}

.fsh-big {
  font-size: 30px;
}

.btn-orange {
  background-color: #ff8c09;
  border-color: #ff8c09;
}

.know-more a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.know-more a i {
  height: 30px;
  width: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  background: #fff;
  color: #FF8C00;
  border-radius: 50%;
}

.cta-top-section {
  background: #333;
  padding: 20px 0;
}

.cta-top-section h2 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}

.cta-top-section p {
  color: #fff;
}

.home-featured-category .featured-category-box {
  position: relative;
}
.home-featured-category .featured-category-box img {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.home-featured-category .featured-category-box h6 {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  z-index: 99;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  margin: 0;
  padding: 5px;
  text-transform: uppercase;
}

#reg {
  margin-bottom: -150px !important;
}

.breadcrumb-section {
  padding: 50px 0;
  border-radius: 0;
  background-size: cover;
  background: url("../images/breadcrumb-bg.jpg") 50% 50%;
  position: relative;
  z-index: 0;
  text-align: center;
}
.breadcrumb-section::before {
  background: rgba(105, 25, 25, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
}
.breadcrumb-section .title {
  font-size: 30px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}
.breadcrumb-section p {
  color: #fff;
  margin: 0;
}

a {
  text-decoration: none;
}

.main-content {
  padding: 50px 0;
  z-index: 0;
}

.see-more {
  background: #bd924b;
  color: #fff;
  padding: 5px 15px;
  border-radius: 10px;
  text-decoration: none;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 14px;
}
.see-more:hover {
  color: #111;
}

.search-result-box {
  display: block;
  border-bottom: 1px dashed #999;
  padding: 5px 0;
  margin-right: 15px;
}
.search-result-box .search-result-image {
  display: block;
}
.search-result-box .search-result-content h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}
.search-result-box .search-result-content p {
  margin-bottom: 0;
}

.search-box-wrapper {
  width: 100%;
  height: 500px;
  display: block;
  overflow-y: scroll;
}

.contact-section {
  padding: 50px 0;
}
.contact-section .contact-box {
  padding: 20px;
  border: 1px solid #ddd;
  position: relative;
  border-radius: 5px;
}
.contact-section .contact-box .contact-icon {
  position: absolute;
  left: 20px;
  top: 20px;
}
.contact-section .contact-box .contact-icon i {
  color: #f00505;
}
.contact-section .contact-box .contact-value {
  margin-left: 80px;
}
.contact-section .contact-box .contact-value p {
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
}
.contact-section .contact-box .contact-value p span {
  color: #f00505;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
}
.contact-section .contact-form-box {
  padding: 50px;
  margin-top: 50px;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.contact-section .contact-form-box .contact-head {
  text-align: center;
}
.contact-section .contact-form-box .contact-head span {
  color: #f00505;
  text-transform: uppercase;
  line-height: 25px;
}
.contact-section .contact-form-box .contact-head h2 {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 600;
  padding: 10px 0;
}
.contact-section .contact-form-box .contact-form {
  margin-top: 50px;
}
.contact-section .contact-form-box .contact-form input, .contact-section .contact-form-box .contact-form textarea {
  padding: 15px 25px;
  background: #f6f6f6;
  margin-bottom: 30px;
  border: 1px solid rgba(234, 236, 241, 0);
  color: #111;
}
.contact-section .contact-form-box .contact-form textarea {
  height: 150px;
}
.contact-section .contact-form-box .contact-form .send-btn {
  text-align: center;
}
.contact-section .contact-form-box .contact-form .send-btn button {
  background: #f00505;
  color: #fff;
  padding: 12px 50px;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .footer-social-media {
    padding-bottom: 30px;
  }
}
.footer-social-media .facebook-icon i {
  width: 25px;
  height: 25px;
  color: #fff;
}
.footer-social-media .instagram-icon i {
  width: 25px;
  height: 25px;
  color: #fff;
}
.footer-social-media .youtube-icon i {
  width: 25px;
  height: 25px;
  color: #fff;
}
.footer-social-media .pinterest-icon i {
  width: 25px;
  height: 25px;
  color: #fff;
}
.footer-social-media .twitter-icon i {
  width: 25px;
  height: 25px;
  color: #fff;
}
.footer-social-media .google-icon i {
  width: 25px;
  height: 25px;
  color: #fff;
}

/*New code start from here*/
.category-footer-menu-list ul {
  list-style: none none;
  padding: 0;
  margin: 0;
}
.category-footer-menu-list ul li {
  display: inline-block;
  margin-right: 5px;
  padding-right: 10px;
  position: relative;
}
.category-footer-menu-list ul li::after {
  line-height: 1;
  width: 2px;
  height: 14px;
  content: "";
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 50%;
  margin-top: -7px;
  background: #999;
}
.category-footer-menu-list ul li:last-child:after {
  content: none;
}
.category-footer-menu-list ul li a {
  text-decoration: none;
  color: #aaa;
}

.btn-call-fixed {
  position: fixed;
  bottom: 10px;
  left: 10px;
  background: #f00505;
  color: #ffffff;
  border-radius: 25px;
  text-decoration: none;
  width: 40%;
  height: 40px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  z-index: 9999;
}
@media only screen and (min-width: 992px) {
  .btn-call-fixed {
    font-size: 16px;
    display: none;
  }
}
.btn-call-fixed:hover {
  color: #fff;
}

.btn-whatsapp-fixed {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #1fa02e;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  width: 40%;
  height: 40px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  z-index: 9999;
}
@media only screen and (min-width: 992px) {
  .btn-whatsapp-fixed {
    font-size: 16px;
    width: auto;
    padding: 0 35px;
  }
}
.btn-whatsapp-fixed:hover {
  color: #fff;
}

.cd-top {
  display: inline-block;
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 20px;
  right: 10px; /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #FF8C00 url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.8s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.8s 0s, visibility 0s 0.3s;
  transition: opacity 0.8s 0s, visibility 0s 0.3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity 0.8s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.8s 0s, visibility 0s 0s;
  transition: opacity 0.8s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.8;
}

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .navbar img {
    width: 280px;
  }
  .main-bg h1 {
    font-size: 50px;
  }
  .fsh-small {
    font-size: 18px;
  }
  .fsh-medium {
    font-size: 24px;
  }
  .fsh-big {
    font-size: 30px;
  }
  .main-bg {
    padding: 50px 0;
  }
  #reg {
    margin-bottom: 0 !important;
  }
  .heading-title {
    width: 70%;
    font-size: 20px;
  }
  .btn-call-fixed, .btn-whatsapp-fixed {
    display: inline-block;
  }
}
@media only screen and (max-width: 1024px) {
  .navbar-light .navbar-nav .nav-item .nav-link {
    padding: 7px 12px;
    font-size: 14px;
  }
}
.deleted {
  color: #888;
}

.product-grid-box .product-grid-image {
  width: 100%;
  position: relative;
  /*span {
      padding: 2px 7px;
      border-radius: 5px;
      color: #fff;
      position: absolute;
      top: 10px;
      left: 10px;
      background: $primary-color;
      font-size: 13px;
      font-weight: bold;
      box-shadow: 2px 3px 5px 2px #ebdcdc;
  }*/
}
.product-grid-box .product-grid-content {
  padding: 15px;
}
.product-grid-box .product-grid-content h4 {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.product-grid-box .product-grid-content a {
  font-size: 16px;
  padding: 5px 20px;
  color: #fff;
  background: #f00505;
  border-radius: 25px;
  display: inline-block;
  text-decoration: none;
}
.product-grid-box .product-grid-content .discount-percentage-box {
  padding: 2px 7px;
  border-radius: 5px;
  color: #fff;
  background: #f00505;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 2px 3px 5px 2px #ebdcdc;
}

.heading-title {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  display: inline-block;
}

@media only screen and (max-width: 567px) {
  .heading-title, .single-product h5, .breadcrumb-section .title {
    font-size: 20px;
    font-weight: 500;
  }
  .home-featured-category .featured-category-box {
    position: relative;
  }
  .home-featured-category .featured-category-box img {
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .home-featured-category .featured-category-box h6 {
    font-size: 14px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
