body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 24px;
}

h1, h2, h3, h4, h5, h6 {
  color: #343652;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.section-title {
  text-align: center;
  margin: 0 auto 30px auto;
}
.section-title p {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .section-title {
    margin: 0 auto 20px auto;
  }
  .section-title p {
    margin-bottom: 0;
  }
}

.grey-cont,
.white-cont {
  background-color: #f5f5f5;
  padding: 50px 0;
}

.white-cont {
  background-color: #fff;
}

header {
  padding: 10px 0;
}
header .logo {
  width: 70px;
}

.product-details .white-color {
  background-color: #fff;
}
.product-details .product-info {
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.product-details .product-info h1 {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.product-details .product-info .product-description {
  margin: 10px 0 auto 0;
  color: #007690;
}
.product-details .product-info .product-description i {
  font-size: 40px;
  color: #343652;
}
@media (max-width: 768px) {
  .product-details .product-info .product-description i {
    font-size: 30px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .product-details .product-info h1 {
    font-size: 21px;
  }
}
.product-details .product-carousel {
  padding: 15px 0;
}
.product-details .pop-cup-feature {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.product-details .pop-cup-feature li {
  background: url("../img/pop-icon.png") no-repeat;
  margin: 10px;
  width: 120px;
  height: 130px;
  list-style: none;
  position: relative;
}
.product-details .pop-cup-feature li label {
  position: absolute;
  bottom: -25px;
  text-align: center;
  display: block;
  font-size: 14px;
  width: 100%;
  line-height: 20px;
}
@media (max-width: 768px) {
  .product-details .pop-cup-feature li label {
    bottom: -15px;
  }
}
.product-details .pop-cup-feature .feature-2 {
  background-position: -123px 0;
}
.product-details .pop-cup-feature .feature-3 {
  background-position: -254px 0;
}
.product-details .pop-cup-feature .feature-4 {
  background-position: -382px 0;
}
.product-details .pop-cup-feature .feature-5 {
  background-position: -511px 0;
}
.product-details .pop-cup-feature .feature-6 {
  background-position: -640px 0;
}
.product-details .pop-cup-feature .feature-304 {
  background-position: -770px 0;
}

.portfolio-item {
  display: flex;
  flex-wrap: wrap;
}
.portfolio-item .item {
  padding: 5px 10px 10px 10px;
}
.portfolio-item img {
  border-radius: 5px;
  border: 1px solid #d9d9d9;
}
.portfolio-item img:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* Horizontal line */
.collapsible-link::before {
  content: "";
  width: 14px;
  height: 2px;
  background: #333;
  position: absolute;
  top: calc(50% - 1px);
  right: -1.5rem;
  display: block;
  transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
  content: "";
  width: 2px;
  height: 14px;
  background: #333;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(-1.5rem + 6px);
  display: block;
  transition: all 0.3s;
}

.collapsible-link[aria-expanded=true]::after {
  transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded=true]::before {
  transform: rotate(180deg);
}

.portfolio-menu {
  text-align: center;
}
.portfolio-menu ul {
  display: flex;
  gap: 5px;
  justify-content: center;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}
.portfolio-menu ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 5px 15px;
  cursor: pointer;
  -webkit-transition: all 5s ease;
  -moz-transition: all 5s ease;
  -ms-transition: all 5s ease;
  -o-transition: all 5s ease;
  transition: all 0.5s ease;
}

.stores-page .city-btn {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.stores-page .city-btn li {
  list-style: none;
}
.stores-page .city-btn li a {
  width: 180px;
  text-align: center;
  margin: 0 10px;
  padding: 0;
}
.stores-page .city-btn li a label {
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding: 5px 20px;
}
@media (max-width: 768px) {
  .stores-page .city-btn li a {
    width: 150px;
  }
  .stores-page .city-btn li a label {
    padding: 5px 0 0 0;
    margin: 0;
    font-size: 14px;
  }
}

.testimonial {
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .testimonial .container {
    padding-top: 5px;
  }
}
.testimonial::before {
  width: calc(50% - 160px);
  content: "";
  background: url("../img/google-reviews.webp") no-repeat;
  min-height: 100%;
  position: absolute;
  right: -200px;
  top: 0px;
  background-size: contain;
  transform: rotate(30deg);
  opacity: 0.5;
  z-index: 0;
}
.testimonial .card {
  background: #fff;
  border: none;
  box-shadow: 0px 1px 5px #c5c5c5;
}
.testimonial .card strong {
  margin: 5px 0 10px 0;
  display: block;
  color: #005258;
}
.testimonial .card p {
  margin-bottom: 0;
}
.testimonial .card .star-rating {
  margin: 8px auto;
}
.testimonial .card .star-rating i {
  font-size: 14px;
  color: #fcc032;
}
.testimonial .card .testimonial-cont {
  max-height: 98px;
  overflow-y: scroll;
}
.testimonial .card .profile {
  padding: 20px;
  background: #007680;
  background: #229389;
  background: linear-gradient(212deg, #229389 15%, #57c3ad 35%, #168986 65%, #007680 100%);
  color: #fff;
  border-radius: 0.25rem;
}
.testimonial .card .name {
  font-weight: 700;
}
.testimonial .owl-carousel .owl-stage-outer {
  padding: 0 0 0 10px;
}
.testimonial .owl-carousel .owl-stage-outer .owl-item {
  margin-bottom: 1px;
}
.testimonial .owl-carousel .owl-nav {
  margin-top: 20px;
}
.testimonial .owl-carousel .owl-item img {
  width: 45px !important;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 0;
}
.testimonial .owl-carousel .owl-theme .owl-nav [class*=owl-] {
  border-radius: 50% !important;
  background: inherit !important;
  border: 3px solid #bbb;
  color: #bbb !important;
}
.testimonial .owl-carousel .owl-theme .owl-nav [class*=owl-]:hover {
  border: 3px solid #007680;
  color: #007680 !important;
}

.owl-nav {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 35px;
  color: #999;
  font-size: 24px;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
  color: #007680;
}

.portfolio-menu .btn-outline-dark.active {
  background-color: #00948c !important;
  border-color: #007680 !important;
}

.product-carousel .carousel-inner img {
  object-fit: cover;
  height: 500px;
}
@media (max-width: 768px) {
  .product-carousel .carousel-inner img {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .grey-cont,
.white-cont {
    padding: 30px 15px;
  }

  .h3, h3 {
    font-size: 1.25rem;
  }

  .owl-carousel .owl-stage-outer {
    padding: 0;
  }

  .stores-page .city-btn li a {
    width: 80px;
  }

  .portfolio-menu ul {
    justify-content: flex-start;
  }

  .stores-page .city-btn ul {
    justify-content: space-evenly;
  }

  .product-details .pop-cup-feature {
    margin: 15px 0;
  }

  .accordion {
    margin-top: 40px;
  }

  h2 {
    font-size: 24px;
  }

  h5 {
    font-size: 18px;
  }

  header .logo {
    width: 50px;
  }
}
.accordion .card {
  padding: 0;
}
.accordion .card a {
  color: #666;
  text-decoration: none;
  width: 90%;
}
@media (max-width: 768px) {
  .accordion .card .card-header {
    padding: 0.75rem;
  }
}
.accordion .card .card-body {
  padding: 0.75rem;
}

.talk-town {
  padding: 50px 0;
  background: none;
}
.talk-town .tab-content > .active {
  background: #e5e5e5;
  border-radius: 5px;
}
.talk-town .nav {
  width: 100%;
  justify-content: center;
  margin: 25px 0;
}
.talk-town .nav .nav-pills .nav-link.active,
.talk-town .nav .nav-pills .show > .nav-link {
  background-color: none;
  border-bottom: 2px solid #999;
  border-radius: 0;
}
.talk-town .nav .nav-link {
  padding: 0.5rem;
}
.talk-town .talk-content {
  display: flex;
  flex-direction: column;
  flex-wrap: inherit;
  align-items: left;
  justify-content: center;
}
.talk-town .talk-content .h4,
.talk-town .talk-content h4 {
  margin: 0 0 20px 0;
  font-size: 1.35rem;
  color: #373737;
}
.talk-town .talk-content a {
  color: #007680;
  margin-top: 10px;
}
.talk-town .talk-logos .talk-hindu,
.talk-town .talk-logos .talk-cnbc,
.talk-town .talk-logos .talk-times,
.talk-town .talk-logos .talk-ak,
.talk-town .talk-logos .talk-forbes,
.talk-town .talk-logos .talk-bstandard,
.talk-town .talk-logos .talk-business,
.talk-town .talk-logos .talk-indian {
  display: inline-block;
  width: 100px;
  height: 55px;
  background: url("../img/talk-of-town.png") top center no-repeat;
  margin: 0 10px;
}
.talk-town .talk-logos .talk-hindu {
  background-position: 0 -285px;
}
.talk-town .talk-logos .talk-cnbc {
  background-position: 0 -167px;
}
.talk-town .talk-logos .talk-times {
  background-position: 0 -380px;
}
.talk-town .talk-logos .talk-ak {
  background-position: 0 -9px;
}
.talk-town .talk-logos .talk-forbes {
  background-position: 0 -224px;
}
.talk-town .talk-logos .talk-bstandard {
  background-position: 0 -110px;
}
.talk-town .talk-logos .talk-business {
  background-position: 0 -63px;
}
.talk-town .talk-logos .talk-indian {
  background-position: 0 -330px;
}
@media (max-width: 768px) {
  .talk-town {
    padding: 40px 15px 20px 15px;
  }
  .talk-town body {
    font-size: 14px;
  }
  .talk-town img {
    width: 100%;
    border-radius: 5px, 5px, 0, 0;
  }
  .talk-town .h4,
.talk-town h4 {
    font-size: 24px;
  }
  .talk-town .nav {
    flex-direction: nowrap;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    overflow-x: scroll;
  }
  .talk-town .talk-content p {
    padding: 15px 20px 5px 20px;
  }
  .talk-town .talk-content .h4,
.talk-town .talk-content h4 {
    margin: 20px 0 0 0;
    font-size: 1.15rem;
    padding: 0 20px;
  }
  .talk-town .talk-content a {
    font-size: 14px;
    padding: 0 20px 20px 20px;
    margin-top: 0;
  }
}

.badge-img {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  -webkit-box-shadow: 0px -6px 10px 0px rgba(135, 135, 135, 0.4);
  -moz-box-shadow: 0px -6px 10px 0px rgba(135, 135, 135, 0.4);
  box-shadow: 0px -6px 10px 0px rgba(135, 135, 135, 0.4);
}

.storeEnqueryForm {
  width: 75%;
  text-align: left;
  margin: 10px 0 !important;
}
@media (max-width: 768px) {
  .storeEnqueryForm {
    width: 100%;
  }
}

.social-network {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.social-network a:hover {
  color: #d3edf4;
}

footer {
  background: #373737;
  color: #fff;
  font-size: 16px;
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 70px;
}
footer a {
  color: #fff;
}

.prod-feature {
  margin: 60px auto 0 auto;
}
@media (max-width: 768px) {
  .prod-feature .feature-icon {
    margin-top: 25px;
  }
}
.prod-feature .feature {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.prod-feature .feature ul {
  margin: 0;
  padding: 0;
}
.prod-feature .feature ul li {
  list-style: decimal inside;
  padding: 20px 15px;
  font-size: 18px;
  margin: 25px 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #fff;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .prod-feature .feature ul li {
    margin: 10px auto;
    padding: 15px;
    font-size: inherit;
  }
}
.prod-feature .feature ul li i {
  color: #007680;
  margin-right: 5px;
}
.prod-feature .feature ul li strong {
  color: #454545;
}
.prod-feature .prod-feature-img {
  text-align: right;
}
@media (max-width: 768px) {
  .prod-feature .prod-feature-img {
    text-align: center;
    margin: 50px auto 30px auto;
  }
}
.prod-feature .main-img {
  max-width: 80%;
}
@media (max-width: 768px) {
  .prod-feature {
    margin: 0 auto;
  }
}

.success-msg {
  text-align: center;
  color: #080808;
  font-size: 21px;
  line-height: 40px;
}

.error-msg {
  text-align: center;
  color: #080808;
  font-size: 21px;
  line-height: 40px;
}

.coupon-success {
  background-color: #bfe2ab;
}

.coupon-failure {
  background-color: #e2abab;
}

.store-loc {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.store-loc .store-name {
  text-transform: capitalize;
  font-size: 24px;
  margin: 0;
  padding: 0;
  color: #007680;
}
@media (max-width: 768px) {
  .store-loc .store-name {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
  }
}

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