body{
  font-family: Emoji;
}


#canvas_container {
  margin: 0;
  /*background-image: url("../../images/hero.jpg");*/
 
  background-size: cover;
  backdrop-filter: brightness(50%);
  background-position: center;
  background: #fffcea;
}
.fa-star {
  color: coral;
}
.bg-owl {
  background-color: #fffb !important;
}
.navbar {
  padding: 0 !important;
}
.nav-item a {
  color: #000 !important;
  font-size: 16px;
}
.dropdown-menu {
  background: #fff !important;
  color: #000 !important;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  margin-top: var(--bs-dropdown-spacer);
}
.hero_section {
  padding: 150px 20px;
}
.hero_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero_text h3 {
  font-size: 2.2vw;
  color: white;
   background-color: white;
   padding: 5px;
}
.hero_text h4 {
  font-size: 1.5vw;
  color: white;
  line-height: 2;
}
.hero_section .hero_text .input-group {
  width: 50%;
}
.hero_section .hero_text .input-group input {
  height: 60px !important;
  box-shadow: 0 7px 14px #a2a6d166;
  border-radius: none;
}
.hero_section .hero_text .input-group .btn {
  color: black;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 7px 14px #a2a6d166;
}
.hero_section .hero_text .input-group .btn i {
  font-size: 22px;
  opacity: 0.6;
}
.hero_section .hero_text .input-group .btn:hover {
  color: black;
  background-color: #fff;
  border-color: white;
}
@media only screen and (max-width: 640px) {
  .hero_section .hero_text .input-group {
    width: 100%;
  }
  .hero_section .hero_text .input-group input {
    height: 40px !important;
  }
}
.hero_service_box {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 20px 0;
  margin-top: 50px;
}
.hero_service_box a {
  text-decoration: none;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero_service_box a img {
  width: 50px;
  border-radius: 5px;
  border: 1px solid white;
}
.hero_service_box a:hover {
  color: #fff;
}
.hero_service_box a:hover img {
  box-shadow: 0 7px 14px #a2a6d166;
  border: 2px solid #fff;
}
.hero_service_box a p {
  margin-top: 10px;
  font-size: 18px;
  white-space: nowrap;
}

.card {
  border-radius: 3px !important;
}
.card-img-top {
  border-radius: 3px 3px 0 0 !important;
}
.product_title {
  display: flex;
}
.product_title img {
  width: 25px;
  margin-right: 5px;
}
.card-text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.card-text .review i {
  color: goldenrod;
}

.card-text .price {
  font-size: 20px;
}

.card-footer {
  border-top: none !important;
  background: transparent !important;
  display: flex;
  justify-content: space-between;
}
.card-footer button {
  width: 48%;
}

.pd_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pd_right .pd_update_btn {
  background-color: #198754;
  color: #fff;
  font-size: 14px;
  padding: 5px 20px;
  border: none;
  border-radius: 20px;
}
.pd_right .total_sales {
  margin-top: 10px;
}
.pd_right .total_reviews {
  margin-top: -10px;
}

.license {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.feature_update p {
  margin: 0;
}

.service {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.services_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.services_list .item_name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.services_list .item_name .checkbox {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.services_list .item_name label {
  text-decoration: none;
  color: black;
  font-size: 18px;
}
.services_list .item_name label:hover {
  color: #198754;
  cursor: pointer;
}

.item_price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item_price .prev_price {
  color: tomato;
  font-size: 18px;
  margin-right: 20px;
}
.item_price .curr_price {
  color: #198754;
  font-size: 18px;
  margin-right: 10px;
  text-decoration: none;
}

.review_box {
  display: flex;
  flex-direction: column;
}
.review_box .review {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.like_dislike {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.like_dislike .like,
.like_dislike .dislike {
  margin-right: 20px;
}
.like_dislike .like a,
.like_dislike .dislike a {
  font-size: 25px;
  margin-right: 5px;
  cursor: pointer;
  color: #2d394b;
  transition: 0.3s;
}
.like_dislike .like a:hover,
.like_dislike .dislike a:hover {
  color: #198754;
}

.comments .comment_input input {
  padding: 5px 10px;
  height: 50px;
  width: 80%;
  outline: 0;
  appearance: none;
  border: none;
  border: 1px solid #198754;
  color: #198754;
}
.comments .comment_input button {
  height: 50px;
  width: 18%;
  border: 1px solid #198754;
  margin-top: -5px;
}
.nav-link {
  color: black !important;
  font-size: 20px !important;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #000 !important;
  background: none !important;
  border-bottom: 1px solid blue !important;
  border-radius: 0 0 0 0;
}
.accordion-button:focus {
  appearance: none !important;
  outline: 0;
  border: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.table tbody tr {
  cursor: pointer !important;
}

.subscribe {
  height: 60px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-color: rgba(126, 239, 104, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(243, 245, 243, 0.6);
  outline: 0 none;
}
header {
  position: sticky;
  width: 100%;
  z-index: 2;
}

.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.075);
  transition: 1s;
  animation: scroll 01s;
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transition: 1s;
  }
}
