@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/* Hover Transistion */
/* Custom scroll Bar */
/* Custom scroll Bar Inner */
/* Custom scroll Bar Inner */
:root {
  --vh: 1vh;
}

.footer_wrapper {
  padding-top: 47px;
  margin-top: 60px;
  background: #f3f3f3;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer_wrapper {
    transition: 0.5s;
    margin-top: 40px;
    padding-top: 30px;
  }
}
@media all and (max-width: 767px) {
  .footer_wrapper {
    transition: 0.5s;
    margin-top: 30px;
    padding-top: 20px;
  }
}
.footer_wrapper .footer_grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  align-items: start;
  gap: 30px 30px;
  padding-bottom: 27px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer_wrapper .footer_grid {
    transition: 0.5s;
    grid-template-columns: 1.5fr 1fr 1fr;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer_wrapper .footer_grid {
    transition: 0.5s;
    grid-template-columns: 1.6fr 1fr 1fr;
  }
}
@media all and (max-width: 767px) {
  .footer_wrapper .footer_grid {
    transition: 0.5s;
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 767px) {
  .footer_wrapper .logo_area {
    transition: 0.5s;
    grid-column: span 2;
  }
}
.footer_wrapper .logo img {
  max-width: 113px;
  max-height: 60px;
}
@media all and (max-width: 767px) {
  .footer_wrapper .logo img {
    transition: 0.5s;
    max-height: 40px;
  }
}
.footer_wrapper .number_grid {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  gap: 20px 14px;
  margin-top: 40px;
}
@media all and (max-width: 991px) {
  .footer_wrapper .number_grid {
    transition: 0.5s;
    margin-top: 30px;
  }
}
.footer_wrapper .number_grid .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background: #f27126;
}
.footer_wrapper .number_grid h4 {
  color: #777;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer_wrapper .social_list {
  margin-top: 28px;
}
@media all and (max-width: 767px) {
  .footer_wrapper .social_list {
    transition: 0.5s;
    margin-top: 20px;
  }
}
.footer_wrapper .menu_item h3 {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 47px;
}
.footer_wrapper .menu_item a,
.footer_wrapper .menu_item button {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.footer_wrapper .menu_item a:hover,
.footer_wrapper .menu_item button:hover {
  color: #f27126;
}
.footer_wrapper .menu_item a.active,
.footer_wrapper .menu_item button.active {
  color: #f27126;
}
.footer_wrapper .copy_right_area {
  padding: 21px 0;
  background: #f27126;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer_wrapper .copy_right_area {
    transition: 0.5s;
    padding: 16px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer_wrapper .copy_right_area {
    transition: 0.5s;
    padding: 12px 0;
  }
}
@media all and (max-width: 767px) {
  .footer_wrapper .copy_right_area {
    transition: 0.5s;
    padding: 8px 0;
  }
}
.footer_wrapper .copy_right_area h4 {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Topbar Header Section */
.topbar_header_area {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: white;
}
.topbar_header_area .header_cart_area li {
  position: relative;
}
.topbar_header_area .header_cart_area a,
.topbar_header_area .header_cart_area button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.topbar_header_area .header_cart_area a:hover,
.topbar_header_area .header_cart_area button:hover {
  background-color: #d7d7d7;
}
.topbar_header_area .header_cart_area .badge_number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  right: -6px;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  min-width: 20px;
  min-height: 20px;
  padding: 2px;
  border-radius: 50%;
  background-color: #f27126;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* Topbar Section */
.topbar_wrapper {
  padding: 13px 0;
  background: #f27126;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media all and (max-width: 767px) {
  .topbar_wrapper {
    transition: 0.5s;
    padding: 8px 0;
  }
}
.topbar_wrapper .number_area {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.topbar_wrapper .number_area a {
  font-weight: 700;
}
.topbar_wrapper .number_area a:hover {
  opacity: 0.8;
}
@media all and (max-width: 767px) {
  .topbar_wrapper .topbar_social_area {
    transition: 0.5s;
    display: none !important;
  }
}
@media all and (min-width: 992px) {
  .topbar_wrapper .navbar-fixed .topbar_bar_area {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    display: none;
  }
}
.topbar_wrapper .header_cart_area .badge_number {
  color: #101010;
  background-color: white;
}
.topbar_wrapper .order_track span {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.topbar_wrapper .login_text a span {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.topbar_wrapper .login_text .order_text {
  padding-right: 5px;
  border-right: 1px solid white;
}
@media all and (min-width: 992px) {
  .topbar_wrapper .login_text .order_text {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    padding-right: 20px;
    margin-right: 15px;
  }
}

/* Header Section */
.header_wrapper {
  padding: 10px 0;
  border-bottom: 1px solid #d7d7d7;
  background-color: white;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.header_wrapper .logo img {
  max-width: 113px;
  max-height: 60px;
}
@media all and (max-width: 767px) {
  .header_wrapper .logo img {
    transition: 0.5s;
    max-height: 40px;
  }
}
@media all and (max-width: 991px) {
  .header_wrapper .nav_area {
    transition: 0.5s;
    display: none;
  }
}
.header_wrapper .logo_menu_area {
  gap: 10px 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header_wrapper .logo_menu_area {
    transition: 0.5s;
    gap: 10px 30px;
  }
}
.header_wrapper .main_menu_list {
  gap: 8px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header_wrapper .main_menu_list {
    transition: 0.5s;
    gap: 10px 20px;
  }
}
.header_wrapper .main_menu_list li {
  position: relative;
}
.header_wrapper .main_menu_list li a,
.header_wrapper .main_menu_list li h6 {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header_wrapper .main_menu_list li a,
  .header_wrapper .main_menu_list li h6 {
    transition: 0.5s;
    font-size: 14px;
  }
}
.header_wrapper .main_menu_list li a:hover,
.header_wrapper .main_menu_list li h6:hover {
  color: #f27126;
}
.header_wrapper .search_form {
  width: 325.456px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header_wrapper .search_form {
    transition: 0.5s;
    width: 220px;
  }
}
@media all and (max-width: 767px) {
  .header_wrapper .search_form {
    transition: 0.5s;
    display: none;
  }
}
.header_wrapper .header_btn_area {
  gap: 10px 66px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header_wrapper .header_btn_area {
    transition: 0.5s;
    gap: 10px 20px;
  }
}
.header_wrapper .menu_toggle_btn {
  display: none !important;
}
.header_wrapper .menu_toggle_btn i {
  font-size: 22px;
  color: white;
}
@media all and (max-width: 991px) {
  .header_wrapper .menu_toggle_btn {
    transition: 0.5s;
    display: flex !important;
  }
}

.active_menu {
  color: #f27126 !important;
}

.navbar_fixed {
  top: 0;
}
.navbar_fixed .topbar_wrapper {
  display: none;
}
.navbar_fixed .header_wrapper {
  padding: 8px 0;
}

.mobile_menu_area {
  position: fixed;
  top: 0;
  left: -100vw;
  width: 50vw;
  height: 100vh;
  background: white;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  overflow-y: scroll;
  z-index: 100000000;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  display: none;
}
.mobile_menu_area::-webkit-scrollbar {
  width: 5px;
}
.mobile_menu_area::-webkit-scrollbar-track {
  background: rgba(153, 153, 153, 0.2);
  border-radius: 5px;
}
.mobile_menu_area::-webkit-scrollbar-thumb {
  background: #f84f4f;
  border-radius: 5px;
}
.mobile_menu_area::-webkit-scrollbar-thumb:hover {
  background: #f84f4f;
  cursor: grab;
}
@media all and (max-width: 991px) {
  .mobile_menu_area {
    transition: 0.5s;
    display: inline;
  }
}
.mobile_menu_area .mobile_menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100vh;
  background-color: rgba(199, 199, 199, 0.2392156863);
  z-index: -1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.mobile_menu_area .menu_close_icon {
  margin-bottom: 25px;
  padding-right: 15px;
}
.mobile_menu_area .menu_close_icon i {
  font-size: 20px;
}
.mobile_menu_area .accordion-item {
  border: none;
  margin: 12px 0;
  background-color: transparent !important;
}
.mobile_menu_area .accordion-item h2,
.mobile_menu_area .accordion-item h2 a,
.mobile_menu_area .accordion-item button,
.mobile_menu_area .accordion-item li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  background-color: transparent !important;
}
.mobile_menu_area .accordion-item h2 button,
.mobile_menu_area .accordion-item h2 a button,
.mobile_menu_area .accordion-item button button,
.mobile_menu_area .accordion-item li a button {
  padding: 0;
}
.mobile_menu_area .accordion-item h2 button:not(.collapsed),
.mobile_menu_area .accordion-item h2 a button:not(.collapsed),
.mobile_menu_area .accordion-item button button:not(.collapsed),
.mobile_menu_area .accordion-item li a button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.mobile_menu_area .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}
.mobile_menu_area .dropdown_menu_area li {
  margin-bottom: 10px;
}

.mobile_active_menu {
  color: #f27126 !important;
}

.navbar_active {
  left: 0;
  width: 50vw;
}
@media all and (max-width: 575px) {
  .navbar_active {
    transition: 0.5s;
    width: 80vw;
  }
}
.navbar_active .mobile_menu_overlay {
  width: 100vw;
}

/* Start Hero Section */
@media all and (max-width: 767px) {
  .hero_wrapper {
    transition: 0.5s;
  }
  .hero_wrapper .container {
    max-width: 100vw;
    width: 100vw;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.hero_wrapper .hero_banner {
  border-radius: 25px;
  height: 430px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero_wrapper .hero_banner {
    transition: 0.5s;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    height: 300px;
  }
}
@media all and (max-width: 767px) {
  .hero_wrapper .hero_banner {
    transition: 0.5s;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    height: 200px;
  }
}

/* End Hero Section */
/* Start Features Category Section */
.features_category_wrapper {
  margin-top: 20px;
}
.features_category_wrapper .category_item {
  display: block;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.features_category_wrapper .category_item:hover .category_iamge {
  border: 0.5px solid #f27126;
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
}
.features_category_wrapper .category_item:hover h4 {
  color: #f27126;
}
.features_category_wrapper .category_item .category_iamge {
  position: relative;
  width: 100%;
  height: 197px;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #d7d7d7;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) and (max-width: 991px) {
  .features_category_wrapper .category_item .category_iamge {
    transition: 0.5s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 160px;
  }
}
@media all and (max-width: 767px) {
  .features_category_wrapper .category_item .category_iamge {
    transition: 0.5s;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    height: 130px;
  }
}
.features_category_wrapper .category_item .category_iamge img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 99%;
  height: 99%;
}
.features_category_wrapper .category_item h4 {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin-top: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .features_category_wrapper .category_item h4 {
    transition: 0.5s;
    font-size: 16px;
    margin-top: 10px;
  }
}
@media all and (max-width: 767px) {
  .features_category_wrapper .category_item h4 {
    transition: 0.5s;
    font-size: 14px;
    margin-top: 6px;
  }
}
.features_category_wrapper .swiper {
  padding-bottom: 30px;
}

/* End Features Category Section */
/* Start New Arrival Section */
.new_arrival_wrapper {
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
}
.new_arrival_wrapper::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #eef5da;
}
@media all and (max-width: 767px) {
  .new_arrival_wrapper::before {
    transition: 0.5s;
    top: 30px;
  }
}
.new_arrival_wrapper .banner_section_area {
  margin-bottom: 10px;
}
.new_arrival_wrapper .swiper {
  padding: 15px;
  padding-bottom: 40px;
}

/* End New Arrival Section */
/* Start New Arrival Banner Section */
.arrival_banner_wrapper .banner_grid {
  display: grid;
  grid-template-columns: 0.51fr 1fr 0.51fr;
  align-items: start;
  gap: 20px;
}
@media all and (max-width: 767px) {
  .arrival_banner_wrapper .banner_grid {
    transition: 0.5s;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}
.arrival_banner_wrapper .banner_image {
  height: 457px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .arrival_banner_wrapper .banner_image {
    transition: 0.5s;
    height: 350px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .arrival_banner_wrapper .banner_image {
    transition: 0.5s;
    height: 300px;
  }
}
@media all and (max-width: 767px) {
  .arrival_banner_wrapper .banner_image {
    transition: 0.5s;
    height: 240px;
  }
  .arrival_banner_wrapper .banner_image:nth-child(2) {
    grid-column: span 2;
  }
  .arrival_banner_wrapper .banner_image:nth-child(3) {
    grid-row: 1;
    grid-column: 2;
  }
}
.arrival_banner_wrapper .banner_image img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .arrival_banner_wrapper .banner_image img {
    transition: 0.5s;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }
}
@media all and (max-width: 767px) {
  .arrival_banner_wrapper .banner_image img {
    transition: 0.5s;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  }
}

/* End New Arrival Banner Section */
/* Start Trending Section */
.trending_wrapper::before {
  background-color: #eff5fb;
}
.trending_wrapper .banner_section_area {
  background-image: url(/assets/images/banner/trending_banner.png);
}

/* End  Trending Section */
/* Start Trending Banner Section */
.trending_banner_wrapper a {
  display: block;
}
.trending_banner_wrapper img {
  width: 100%;
  max-height: 440px;
}

/* End Trending Banner Section */
/* Start Featured Section */
.featured_wrapper::before {
  background-color: #ededed;
}
.featured_wrapper .banner_section_area {
  background-image: url(/assets/images/banner/top_feature_banner.png);
}

/* End Featured Section */
/* Start Featured Banner Section */
.feature_banner_wrapper .banner_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 20px;
}
@media all and (max-width: 767px) {
  .feature_banner_wrapper .banner_grid {
    transition: 0.5s;
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.feature_banner_wrapper .banner_image {
  height: 290px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature_banner_wrapper .banner_image {
    transition: 0.5s;
    height: 240px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature_banner_wrapper .banner_image {
    transition: 0.5s;
    height: 200px;
  }
}
@media all and (max-width: 767px) {
  .feature_banner_wrapper .banner_image {
    transition: 0.5s;
    height: 160px;
  }
}
.feature_banner_wrapper .banner_image img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature_banner_wrapper .banner_image img {
    transition: 0.5s;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }
}
@media all and (max-width: 767px) {
  .feature_banner_wrapper .banner_image img {
    transition: 0.5s;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  }
}

/* End Featured Banner Section */
/* Start Best Sellar  Section */
.best_sellar_wrapper::before {
  background-color: #feead7;
}
.best_sellar_wrapper .banner_section_area {
  background-image: url(/assets/images/banner/best_seller_banner.png);
}

/* End Best Sellar  Section */
/* Start Service Section */
.service_wrapper {
  margin-top: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .service_wrapper {
    transition: 0.5s;
    margin-top: 40px;
  }
}
@media all and (max-width: 767px) {
  .service_wrapper {
    transition: 0.5s;
    margin-top: 30px;
  }
}
.service_wrapper .service_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  gap: 40px 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .service_wrapper .service_grid {
    transition: 0.5s;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media all and (max-width: 767px) {
  .service_wrapper .service_grid {
    transition: 0.5s;
    grid-template-columns: 1fr 1fr;
  }
}
.service_wrapper .service_item {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 20px 10px;
}
.service_wrapper .service_item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: -8px;
  width: 1px;
  height: 40px;
  background: #cacaca;
}
@media all and (max-width: 767px) {
  .service_wrapper .service_item::after {
    transition: 0.5s;
    right: -4px;
  }
}
@media all and (min-width: 992px) {
  .service_wrapper .service_item:not(:last-child) {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
  .service_wrapper .service_item:not(:last-child)::after {
    display: none;
  }
}
.service_wrapper .service_item h4 {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media all and (max-width: 767px) {
  .service_wrapper .service_item h4 {
    transition: 0.5s;
    font-size: 14px;
  }
}

/* End Service Section */
/* Start Product Section */
.product_wrapper {
  margin-top: 40px;
}
@media all and (max-width: 991px) {
  .product_wrapper {
    transition: 0.5s;
    margin-top: 30px;
  }
}
.product_wrapper .product_grid {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  align-items: start;
  gap: 20px 40px;
}
@media all and (max-width: 991px) {
  .product_wrapper .product_grid {
    transition: 0.5s;
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 991px) {
  .product_wrapper .product_filter_area {
    transition: 0.5s;
    position: fixed;
    top: 0;
    left: -20%;
    z-index: 1002;
    width: 300px;
    height: 100vh;
    padding: 16px 12px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: white;
    overflow-y: auto;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .product_wrapper .product_filter_area::-webkit-scrollbar {
    width: 5px;
  }
  .product_wrapper .product_filter_area::-webkit-scrollbar-track {
    background: rgba(153, 153, 153, 0.2);
    border-radius: 5px;
  }
  .product_wrapper .product_filter_area::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 5px;
  }
  .product_wrapper .product_filter_area::-webkit-scrollbar-thumb:hover {
    background: #f84f4f;
    cursor: grab;
  }
  .product_wrapper .product_filter_area.active {
    left: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
.product_wrapper .fitler_item {
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.product_wrapper .fitler_item:not(:last-child) {
  border-bottom: 1px solid #e4e7e9;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product_wrapper .fitler_item {
    transition: 0.5s;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
@media all and (max-width: 767px) {
  .product_wrapper .fitler_item {
    transition: 0.5s;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}
.product_wrapper .fitler_item h3 {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.product_wrapper .category_list {
  max-height: 300px;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.product_wrapper .category_list::-webkit-scrollbar {
  width: 5px;
}
.product_wrapper .category_list::-webkit-scrollbar-track {
  background: rgba(153, 153, 153, 0.2);
  border-radius: 5px;
}
.product_wrapper .category_list::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 5px;
}
.product_wrapper .category_list::-webkit-scrollbar-thumb:hover {
  background: #f84f4f;
  cursor: grab;
}
.product_wrapper .category_list .form-check {
  margin-bottom: 6px;
}
.product_wrapper .category_list input:focus, .product_wrapper .category_list input:checked {
  border-color: #f27126;
  background-color: #f27126;
}
.product_wrapper .category_list label {
  color: #475156;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
}
.product_wrapper .price_filter_item .category_list input:focus {
  border-color: #f27126;
}
.product_wrapper .price_filter_item .category_list input:checked {
  border-width: 2px;
  border-color: #f27126;
  background-color: transparent;
}
.product_wrapper .addui-slider {
  margin: 0;
  width: 100%;
}
.product_wrapper .addui-slider .addui-slider-track {
  background: #e4e7e9;
}
.product_wrapper .addui-slider-value {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.product_wrapper .addui-slider .addui-slider-track .addui-slider-handle:after,
.product_wrapper .addui-slider-range {
  background-color: #f27126 !important;
}
.product_wrapper .price_input_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 20px 17px;
  margin-bottom: 16px;
}
.product_wrapper .price_input_grid input {
  font-size: 14px;
  padding: 8.028px 12px 7.972px 12px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #e4e7e9;
  background: #fff;
}
.product_wrapper .brand_filter_item .category_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 0px 20px;
}
.product_wrapper .tag_filter_item .category_list {
  gap: 8px;
}
.product_wrapper .tag_filter_item .category_list button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  gap: 10px;
  color: #333;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  border-radius: 2px;
  border: 1px solid #e4e7e9;
}
.product_wrapper .tag_filter_item .category_list button:hover {
  background-color: #e4e7e9;
}
.product_wrapper .tag_filter_item .category_list .active {
  color: #f27126;
  border: 1px solid #f27126;
  background: #fff3eb;
}
.product_wrapper .search_filter_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px 30px;
}
@media all and (max-width: 767px) {
  .product_wrapper .search_filter_grid {
    transition: 0.5s;
    grid-template-columns: 1fr;
  }
  .product_wrapper .search_filter_grid .search_form {
    grid-row: 2;
  }
}
.product_wrapper .search_filter_grid h4 {
  color: #191c1f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.product_wrapper .search_filter_grid .niceSelect {
  min-width: 180px;
}
.product_wrapper .search_filter_grid .niceSelect .current {
  color: #475156;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.product_wrapper .filter_grid {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 0.4fr;
  gap: 10px;
  padding: 12px 35px 12px 24px;
  border-radius: 4px;
  background: #f2f4f5;
  margin-top: 16px;
}
@media all and (max-width: 991px) {
  .product_wrapper .filter_grid {
    transition: 0.5s;
    padding: 12px 16px;
  }
}
@media all and (max-width: 767px) {
  .product_wrapper .filter_grid {
    transition: 0.5s;
    grid-template-columns: 1fr;
  }
}
.product_wrapper .filter_grid h4 {
  color: #5f6c72;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.product_wrapper .filter_grid h6 {
  color: #5f6c72;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.product_wrapper .filter_grid h6 span {
  color: #191c1f;
  font-weight: 600;
}
.product_wrapper .filter_list_item h5 {
  color: #191c1f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.product_wrapper .filter_list_item button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.product_wrapper .filter_list_item button:hover {
  background-color: rgba(242, 113, 38, 0.377);
}
.product_wrapper .product_list_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  gap: 25px 20px;
  margin-top: 30px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .product_wrapper .product_list_grid {
    transition: 0.5s;
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 479px) {
  .product_wrapper .product_list_grid {
    transition: 0.5s;
    grid-template-columns: 1fr;
  }
}

/* End  Product Section */
/* Start Product Details Section */
.product_details_wrapper {
  margin-top: 40px;
}
@media all and (max-width: 991px) {
  .product_details_wrapper {
    transition: 0.5s;
    margin-top: 30px;
  }
}
.product_details_wrapper.product_details_view_wrapper .main_image {
  height: 464px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product_details_wrapper.product_details_view_wrapper .main_image {
    transition: 0.5s;
    height: 350px;
  }
}
@media all and (max-width: 767px) {
  .product_details_wrapper.product_details_view_wrapper .main_image {
    transition: 0.5s;
    height: 300px;
  }
}
.product_details_wrapper.product_details_view_wrapper .gallery-top .swiper {
  height: 100%;
}
.product_details_wrapper .product_content_area {
  margin-top: 48px;
  border-radius: 4px;
  border: 1px solid #e4e7e9;
  overflow: hidden;
  background: #fff;
}
@media all and (max-width: 991px) {
  .product_details_wrapper .product_content_area {
    transition: 0.5s;
    margin-top: 40px;
  }
}
.product_details_wrapper .product_content_area .nav-pills {
  border-bottom: 1px solid #e4e7e9;
}
.product_details_wrapper .product_content_area .nav-pills .nav-link {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  padding: 18px 20px;
  background: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product_details_wrapper .product_content_area .nav-pills .nav-link {
    transition: 0.5s;
    padding: 16px 18px;
  }
}
@media all and (max-width: 767px) {
  .product_details_wrapper .product_content_area .nav-pills .nav-link {
    transition: 0.5s;
    padding: 12px 16px;
  }
}
.product_details_wrapper .product_content_area .nav-pills .nav-link.active {
  border-bottom: 2px solid #f27126;
}
.product_details_wrapper .tab-content {
  margin-top: 20px;
  padding: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product_details_wrapper .tab-content {
    transition: 0.5s;
    padding: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product_details_wrapper .tab-content {
    transition: 0.5s;
    padding: 16px;
  }
}
@media all and (max-width: 767px) {
  .product_details_wrapper .tab-content {
    transition: 0.5s;
    padding: 10px 16px;
  }
}
.product_details_wrapper .tab_title {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.product_details_wrapper .description_area p {
  color: #5f6c72;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 12px;
}
.product_details_wrapper .specification_area .tab_title {
  margin-bottom: 15px;
}
.product_details_wrapper .specification_area .specification_item {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  align-items: start;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product_details_wrapper .specification_area .specification_item {
    transition: 0.5s;
    grid-template-columns: 0.5fr 1fr;
  }
}
@media all and (max-width: 767px) {
  .product_details_wrapper .specification_area .specification_item {
    transition: 0.5s;
    grid-template-columns: 1fr;
  }
}
.product_details_wrapper .specification_area .specification_item:not(:last-child) {
  border-bottom: 1px solid #e4e7e9;
}
.product_details_wrapper .specification_area h5,
.product_details_wrapper .specification_area h6 {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 8px 19px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product_details_wrapper .specification_area h5,
  .product_details_wrapper .specification_area h6 {
    transition: 0.5s;
    padding: 8px 16px;
  }
}
@media all and (max-width: 767px) {
  .product_details_wrapper .specification_area h5,
  .product_details_wrapper .specification_area h6 {
    transition: 0.5s;
    padding: 6px 12px;
  }
}
.product_details_wrapper .specification_area h5 {
  border-right: 1px solid #e4e7e9;
}
@media all and (max-width: 767px) {
  .product_details_wrapper .specification_area h5 {
    transition: 0.5s;
    border-bottom: 1px solid #e4e7e9;
    border-right: none;
  }
}
.product_details_wrapper .specification_item_area {
  border: 1px solid #e4e7e9;
}
.product_details_wrapper .review_grid {
  display: grid;
  grid-template-columns: minmax(0, 0.36fr) repeat(1, minmax(0, 1fr));
  align-items: start;
  gap: 30px 80px;
}
.product_details_wrapper .ratting_area h5 {
  color: #5f6c72;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 8px;
}
.product_details_wrapper .rate_number_list {
  gap: 10px 29px;
}
.product_details_wrapper .rate_number_list h4 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.product_details_wrapper .ratting_item_area {
  margin-top: 26px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d9d9d9;
}
@media all and (max-width: 991px) {
  .product_details_wrapper .ratting_item_area {
    transition: 0.5s;
    padding-bottom: 16px;
  }
}
.product_details_wrapper .ratting_item {
  display: grid;
  grid-template-columns: minmax(0, 40px) repeat(1, minmax(0, 1fr)) 55px;
  align-items: center;
  gap: 12px 4px;
  margin-top: 18px;
}
.product_details_wrapper .ratting_item h4 {
  color: #5f6c72;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product_details_wrapper .ratting_item .progress {
  height: 10px;
  background-color: #f2f6fb;
}
.product_details_wrapper .ratting_item .progress .progress-bar {
  background-color: #ffc727;
}
.product_details_wrapper .ratting_item .rate_number {
  color: #0d0c22;
  text-align: end;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.product_details_wrapper .review_btn_area {
  margin-top: 24px;
}
.product_details_wrapper .review_btn_area h3 {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.product_details_wrapper .review_btn_area h5 {
  color: #5f6c72;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 9px;
}
.product_details_wrapper .review_btn {
  margin-top: 27px;
}
.product_details_wrapper .select_area {
  height: 40px;
}
.product_details_wrapper .niceSelect {
  min-width: 170px;
  background: rgba(219, 143, 143, 0.14);
}
.product_details_wrapper .comment_item {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product_details_wrapper .comment_item {
    transition: 0.5s;
    margin-top: 30px;
  }
}
@media all and (max-width: 767px) {
  .product_details_wrapper .comment_item {
    transition: 0.5s;
    margin-top: 20px;
  }
}
.product_details_wrapper .comment_item .user_info {
  display: grid;
  grid-template-columns: minmax(0, 58px) repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 20px 18px;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product_details_wrapper .comment_item .user_info {
    transition: 0.5s;
    grid-template-columns: minmax(0, 40px) repeat(1, minmax(0, 1fr));
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .product_details_wrapper .comment_item .user_info {
    transition: 0.5s;
    grid-template-columns: minmax(0, 30px) repeat(1, minmax(0, 1fr));
    margin-bottom: 10px;
  }
}
.product_details_wrapper .comment_item .user_info h4 {
  color: #212121;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.product_details_wrapper .ratting_list_area {
  gap: 10px 30px;
}
.product_details_wrapper .ratting_list_area .date {
  color: #5f6c72;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product_details_wrapper .content {
  margin-top: 22px;
}
.product_details_wrapper .content p {
  color: #5f6c72;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product_details_wrapper .replay_area {
  margin-left: 20px;
}
.product_details_wrapper .author_replay {
  margin-top: 20px;
  padding: 21px 26px;
  background: #f8f9fa;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product_details_wrapper .author_replay {
    transition: 0.5s;
    padding: 16px 20px;
  }
}
@media all and (max-width: 767px) {
  .product_details_wrapper .author_replay {
    transition: 0.5s;
    padding: 12px 16px;
  }
}
.product_details_wrapper .author_replay h3 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.product_details_wrapper .author_replay p {
  color: #5f6c72;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 12px;
}

/* End  Product Details Section */
/* Start  Product Details Section */
.related_product_wrapper {
  margin-top: 48px;
}
@media all and (max-width: 991px) {
  .related_product_wrapper {
    transition: 0.5s;
    margin-top: 40px;
  }
}

/* End  Product Details Section */
/* Start  Wishlist Product  Section */
.wishlist_product_wrapper {
  width: 100vw;
}
.wishlist_product_wrapper .cart_total_area {
  padding: 20px 24px;
  border-radius: 4px;
  border: 1px solid #e4e7e9;
  background: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wishlist_product_wrapper .cart_total_area {
    transition: 0.5s;
    padding: 14px 20px;
  }
}
@media all and (max-width: 767px) {
  .wishlist_product_wrapper .cart_total_area {
    transition: 0.5s;
    padding: 14px 12px;
  }
}
.wishlist_product_wrapper .cart_total_area h3 {
  color: #191c1f;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wishlist_product_wrapper .cart_total_area h3 {
    transition: 0.5s;
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .wishlist_product_wrapper .cart_total_area h3 {
    transition: 0.5s;
    font-size: 14px;
  }
}
.wishlist_product_wrapper .cart_summery_list {
  margin-top: 20px;
}
.wishlist_product_wrapper .cart_summery_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
}
.wishlist_product_wrapper .cart_summery_list li h4 {
  color: #5f6c72;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.wishlist_product_wrapper .cart_summery_list li h5 {
  color: #191c1f;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.wishlist_product_wrapper .cart_summery_list .total_list {
  padding-top: 12px;
  border-top: 1px solid #e4e7e9;
}
.wishlist_product_wrapper .add_to_cart_btn {
  margin-top: 24px;
}
.wishlist_product_wrapper .coupon_code_area {
  margin-top: 24px;
  border-radius: 4px;
  border: 1px solid #e4e7e9;
  background: #fff;
}
.wishlist_product_wrapper .coupon_code_area h3 {
  color: #191c1f;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 20px 24px;
  border-bottom: 1px solid #e4e7e9;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wishlist_product_wrapper .coupon_code_area h3 {
    transition: 0.5s;
    font-size: 16px;
    padding: 14px 20px;
  }
}
@media all and (max-width: 767px) {
  .wishlist_product_wrapper .coupon_code_area h3 {
    transition: 0.5s;
    font-size: 14px;
    padding: 14px 12px;
  }
}
.wishlist_product_wrapper .coupon_code_area .coupon_form_area {
  padding: 20px 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wishlist_product_wrapper .coupon_code_area .coupon_form_area {
    transition: 0.5s;
    padding: 14px 20px;
  }
}
@media all and (max-width: 767px) {
  .wishlist_product_wrapper .coupon_code_area .coupon_form_area {
    transition: 0.5s;
    padding: 14px 12px;
  }
}
.wishlist_product_wrapper .coupon_code_area .coupon_form_area input {
  width: 100%;
  height: 44px;
  padding: 16px 12px;
  border-radius: 2px;
  border: 1px solid #e4e7e9;
  background: #fff;
}
.wishlist_product_wrapper .coupon_code_area .coupon_form_area .coupon_btn {
  margin-top: 16px;
}
.wishlist_product_wrapper .coupon_code_area .coupon_form_area.checkout_coupon_form_area {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 180px);
  align-items: start;
  gap: 10px 30px;
}
@media all and (max-width: 767px) {
  .wishlist_product_wrapper .coupon_code_area .coupon_form_area.checkout_coupon_form_area {
    transition: 0.5s;
    grid-template-columns: minmax(0, 1fr);
  }
}
.wishlist_product_wrapper .coupon_code_area .coupon_form_area.checkout_coupon_form_area .coupon_btn {
  margin-top: 0;
  height: 44px;
}
.wishlist_product_wrapper .add_address_btn {
  padding: 20px 32px;
  border-radius: 4px;
  border: 1px solid #e4e7e9;
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wishlist_product_wrapper .add_address_btn {
    transition: 0.5s;
    margin-bottom: 30px;
    padding: 16px 24px;
  }
}
@media all and (max-width: 767px) {
  .wishlist_product_wrapper .add_address_btn {
    transition: 0.5s;
    margin-bottom: 20px;
    padding: 12px 16px;
  }
}
.wishlist_product_wrapper .add_address_btn:hover {
  background-color: rgba(217, 217, 217, 0.459);
}
.wishlist_product_wrapper .add_address_btn span {
  color: #f27126;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wishlist_product_wrapper .add_address_btn span {
    transition: 0.5s;
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .wishlist_product_wrapper .add_address_btn span {
    transition: 0.5s;
    font-size: 14px;
  }
}
.wishlist_product_wrapper .payment_option_area {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
  gap: 30px 30px;
  padding: 20px 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wishlist_product_wrapper .payment_option_area {
    transition: 0.5s;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 14px 20px;
    gap: 30px 20px;
  }
}
@media all and (max-width: 767px) {
  .wishlist_product_wrapper .payment_option_area {
    transition: 0.5s;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 14px 12px;
  }
}
.wishlist_product_wrapper .payment_option_area .form-check {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0;
}
@media all and (max-width: 767px) {
  .wishlist_product_wrapper .payment_option_area .form-check {
    transition: 0.5s;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
  }
}
@media all and (min-width: 992px) {
  .wishlist_product_wrapper .payment_option_area .form-check:last-child::after {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    display: none;
  }
}
.wishlist_product_wrapper .payment_option_area .form-check::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 1px;
  height: 100%;
  background-color: #e4e7e9;
}
.wishlist_product_wrapper .payment_option_area .form-check .form-check-input {
  margin: 0;
  margin-top: 16px;
}
.wishlist_product_wrapper .payment_option_area .form-check-label {
  text-align: center;
  cursor: pointer;
}
.wishlist_product_wrapper .payment_option_area .form-check-label:hover {
  opacity: 0.8;
}
.wishlist_product_wrapper .payment_option_area .form-check-label span {
  display: block;
  color: #191c1f;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-top: 8px;
}
.wishlist_product_wrapper .payment_option_area .payment_icon {
  max-width: 32px;
  max-height: 32px;
}
.wishlist_product_wrapper .payment_option_area .form-check-input:checked {
  border-color: #fa8232;
  background-color: #fa8232;
}
.wishlist_product_wrapper .additional_info_area {
  margin-top: 40px;
}
@media all and (max-width: 991px) {
  .wishlist_product_wrapper .additional_info_area {
    transition: 0.5s;
    margin-top: 30px;
  }
}
.wishlist_product_wrapper .additional_info_area h2 {
  color: #191c1f;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wishlist_product_wrapper .additional_info_area h2 {
    transition: 0.5s;
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .wishlist_product_wrapper .additional_info_area h2 {
    transition: 0.5s;
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.wishlist_product_wrapper .additional_info_area label {
  display: block;
  color: #191c1f;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 8px;
}
.wishlist_product_wrapper .additional_info_area label span {
  color: #77878f;
}
.wishlist_product_wrapper .additional_info_area textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid #e4e7e9;
  background: #fff;
}
.wishlist_product_wrapper .order_summery_area {
  max-height: 300px;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.wishlist_product_wrapper .order_summery_area::-webkit-scrollbar {
  width: 5px;
}
.wishlist_product_wrapper .order_summery_area::-webkit-scrollbar-track {
  background: rgba(153, 153, 153, 0.2);
  border-radius: 5px;
}
.wishlist_product_wrapper .order_summery_area::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 5px;
}
.wishlist_product_wrapper .order_summery_area::-webkit-scrollbar-thumb:hover {
  background: #f84f4f;
  cursor: grab;
}
.wishlist_product_wrapper .order_summery_grid {
  display: grid;
  grid-template-columns: minmax(0, 64px) repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 20px 16px;
  margin-top: 12px;
}
.wishlist_product_wrapper .order_summery_grid .img img {
  max-width: 64px;
}
.wishlist_product_wrapper .order_summery_grid a {
  display: block;
  color: #191c1f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wishlist_product_wrapper .order_summery_grid .price {
  color: #5f6c72;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.wishlist_product_wrapper .order_summery_grid .price .price_number {
  color: #2da5f3;
  font-weight: 600;
}

/* End   Wishlist Product Section */
/* Start Order Success Section */
.order_success_wrapper .content_area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
}
.order_success_wrapper .content_area h2 {
  color: #191c1f;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin-top: 24px;
}
@media all and (max-width: 767px) {
  .order_success_wrapper .content_area h2 {
    transition: 0.5s;
    font-size: 20px;
    margin-top: 12px;
  }
}
.order_success_wrapper .content_area p {
  color: #5f6c72;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  max-width: 424px;
  width: 100%;
  margin-bottom: 32px;
}
@media all and (max-width: 991px) {
  .order_success_wrapper .content_area p {
    transition: 0.5s;
    margin-bottom: 20px;
  }
}

/* End Order Success Section */
/* Start Dashboard Section */
.dashboard_wrapper .dashboard_grid {
  display: grid;
  grid-template-columns: minmax(0, 0.32fr) minmax(0, 1fr);
  align-items: start;
  gap: 20px 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dashboard_wrapper .dashboard_grid {
    transition: 0.5s;
    gap: 20px 20px;
  }
}
@media all and (max-width: 991px) {
  .dashboard_wrapper .dashboard_grid {
    transition: 0.5s;
    grid-template-columns: minmax(0, 1fr);
  }
}
.dashboard_wrapper .menu_area {
  padding-bottom: 37px;
  border: 1px solid #d7d7d7;
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
}
@media all and (max-width: 991px) {
  .dashboard_wrapper .menu_area {
    transition: 0.5s;
    position: fixed;
    top: 0;
    left: -20%;
    z-index: 1002;
    width: 250px;
    height: 100vh;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    overflow-y: auto;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }
  .dashboard_wrapper .menu_area::-webkit-scrollbar {
    width: 5px;
  }
  .dashboard_wrapper .menu_area::-webkit-scrollbar-track {
    background: rgba(153, 153, 153, 0.2);
    border-radius: 5px;
  }
  .dashboard_wrapper .menu_area::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 5px;
  }
  .dashboard_wrapper .menu_area::-webkit-scrollbar-thumb:hover {
    background: #f84f4f;
    cursor: grab;
  }
  .dashboard_wrapper .menu_area.active {
    left: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
.dashboard_wrapper .menu_area .user_info {
  display: grid;
  grid-template-columns: minmax(0, 51px) repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 20px 16px;
  padding: 20px 12px 19px 26px;
}
@media all and (max-width: 991px) {
  .dashboard_wrapper .menu_area .user_info {
    transition: 0.5s;
    grid-template-columns: minmax(0, 40px) repeat(1, minmax(0, 1fr));
    gap: 20px 12px;
    padding: 20px 12px 19px 16px;
  }
}
.dashboard_wrapper .menu_area .user_info .img {
  width: 100%;
  height: 51px;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  .dashboard_wrapper .menu_area .user_info .img {
    transition: 0.5s;
    height: 40px;
  }
}
.dashboard_wrapper .menu_area .user_info .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.dashboard_wrapper .menu_area .user_info h4 {
  color: #5a5a5a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media all and (max-width: 991px) {
  .dashboard_wrapper .menu_area .user_info h4 {
    transition: 0.5s;
    font-size: 14px;
  }
}
.dashboard_wrapper .menu_area .user_info h5 {
  color: #191c1f;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 2px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media all and (max-width: 991px) {
  .dashboard_wrapper .menu_area .user_info h5 {
    transition: 0.5s;
    font-size: 16px;
  }
}
.dashboard_wrapper .menu_list svg {
  color: #5f6c72;
}
.dashboard_wrapper .menu_list a,
.dashboard_wrapper .menu_list button {
  display: grid;
  grid-template-columns: minmax(0, 20px) repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 20px 12px;
  padding: 10px 24px;
  width: 100%;
  text-align: start;
  margin-top: 3px;
}
.dashboard_wrapper .menu_list a:hover,
.dashboard_wrapper .menu_list button:hover {
  background-color: rgba(215, 215, 215, 0.637);
}
.dashboard_wrapper .menu_list a span,
.dashboard_wrapper .menu_list button span {
  color: #5f6c72;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.dashboard_wrapper .menu_list a.active,
.dashboard_wrapper .menu_list button.active {
  background-color: #fa8232;
}
.dashboard_wrapper .menu_list a.active svg,
.dashboard_wrapper .menu_list a.active span,
.dashboard_wrapper .menu_list button.active svg,
.dashboard_wrapper .menu_list button.active span {
  color: white;
}
.dashboard_wrapper .account_toggle_btn {
  display: none;
  margin-bottom: 20px;
}
.dashboard_wrapper .account_toggle_btn svg {
  color: #5f6c72;
  width: 20px;
}
@media all and (max-width: 991px) {
  .dashboard_wrapper .account_toggle_btn {
    transition: 0.5s;
    display: block;
  }
}
.dashboard_wrapper .account_area {
  padding: 47px 43px;
  background: rgba(217, 217, 217, 0.15);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dashboard_wrapper .account_area {
    transition: 0.5s;
    padding: 40px 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dashboard_wrapper .account_area {
    transition: 0.5s;
    padding: 30px 20px;
  }
}
@media all and (max-width: 767px) {
  .dashboard_wrapper .account_area {
    transition: 0.5s;
    padding: 20px 16px;
  }
}
.dashboard_wrapper .account_area .user_image_upload {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-bottom: 30px;
}
@media all and (max-width: 991px) {
  .dashboard_wrapper .account_area .user_image_upload {
    transition: 0.5s;
    width: 60px;
    height: 60px;
  }
}
.dashboard_wrapper .account_area .user_image_upload .user_image {
  width: 100%;
  height: 100%;
}
.dashboard_wrapper .account_area .image_upload_icon {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background: #212121;
}
.dashboard_wrapper .wishlist_product_wrapper .title_area {
  padding: 16px 24px;
}
.dashboard_wrapper .wishlist_product_wrapper .title_area h3 {
  font-size: 14px;
}
.dashboard_wrapper .wishlist_product_wrapper .product_table_area {
  max-height: 100%;
}
.dashboard_wrapper .order_history_header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.3fr);
  align-items: center;
  gap: 20px 16px;
  margin: 24px;
  padding: 24px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 1px solid #f7e99e;
  background: #fdfae7;
}
@media all and (max-width: 991px) {
  .dashboard_wrapper .order_history_header {
    transition: 0.5s;
    margin: 16px;
  }
}
@media all and (max-width: 767px) {
  .dashboard_wrapper .order_history_header {
    transition: 0.5s;
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }
}
.dashboard_wrapper .order_history_header h3 {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media all and (max-width: 991px) {
  .dashboard_wrapper .order_history_header h3 {
    transition: 0.5s;
    font-size: 18px;
  }
}
.dashboard_wrapper .order_history_header .order_info {
  gap: 10px 30px;
  padding-left: 20px;
}
.dashboard_wrapper .order_history_header li {
  color: #475156;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  list-style-type: disc;
}
.dashboard_wrapper .order_history_header h5 {
  text-align: end;
  color: #2da5f3;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 991px) {
  .dashboard_wrapper .order_history_header h5 {
    transition: 0.5s;
    font-size: 24px;
  }
}
@media all and (max-width: 767px) {
  .dashboard_wrapper .order_history_header h5 {
    transition: 0.5s;
    font-size: 20px;
    text-align: start;
  }
}
.dashboard_wrapper .arrival_time {
  color: #475156;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: 24px;
  padding-bottom: 12px;
}
@media all and (max-width: 767px) {
  .dashboard_wrapper .arrival_time {
    transition: 0.5s;
    margin-left: 16px;
  }
}
.dashboard_wrapper .arrival_time span {
  color: #333;
  font-weight: 500;
}
.dashboard_wrapper .product_progress_area {
  margin: 24px;
}
@media all and (max-width: 767px) {
  .dashboard_wrapper .product_progress_area {
    transition: 0.5s;
    margin: 16px;
  }
}
.dashboard_wrapper .inner_progress_area {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 20px 20px;
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
}
.dashboard_wrapper .progresss_item {
  position: relative;
  text-align: center;
  margin-top: 10px;
}
.dashboard_wrapper .progresss_item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: -34px;
  left: 50%;
  width: calc(100% + 20px);
  height: 8px;
  background: #ffe7d6;
}
.dashboard_wrapper .progresss_item.complete::before {
  background-color: #fa8232;
}
.dashboard_wrapper .progresss_item.complete .progress_icon,
.dashboard_wrapper .progresss_item.complete h4 {
  opacity: 1;
}
.dashboard_wrapper .progresss_item.complete .progress_circle {
  background-color: #fa8232;
}
.dashboard_wrapper .progresss_item.complete .progress_circle img {
  display: block;
}
.dashboard_wrapper .progresss_item h4 {
  color: #333;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin-top: 12px;
}
@media all and (max-width: 767px) {
  .dashboard_wrapper .progresss_item h4 {
    transition: 0.5s;
    font-size: 12px;
    margin-top: 4px;
  }
}
@media all and (max-width: 767px) {
  .dashboard_wrapper .progresss_item .progress_icon {
    transition: 0.5s;
    max-width: 20px;
  }
}
.dashboard_wrapper .progresss_item .progress_icon,
.dashboard_wrapper .progresss_item h4 {
  opacity: 0.5;
}
.dashboard_wrapper .progress_circle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #fa8232;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #ffe7d6;
}
.dashboard_wrapper .progress_circle img {
  display: none;
}
.dashboard_wrapper .product_number {
  color: #5f6c72;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 56px;
  margin-left: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .dashboard_wrapper .product_number {
    transition: 0.5s;
    margin-top: 40px;
    margin-left: 24px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .dashboard_wrapper .product_number {
    transition: 0.5s;
    margin-top: 30px;
    margin-left: 16px;
  }
}
.dashboard_wrapper .product_number span {
  color: #333;
  font-weight: 500;
}
.dashboard_wrapper .add_address_area {
  padding: 14px 24px;
  border-radius: 4px;
  border: 1px solid #e4e7e9;
  background: #fff;
}
@media all and (max-width: 991px) {
  .dashboard_wrapper .add_address_area {
    transition: 0.5s;
    padding: 12px 16px;
  }
}
.dashboard_wrapper .add_address_area h4 {
  color: #191c1f;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}

/* End Dashboard Section */
/* Start Address Modal Section */
.address_modal_area .modal-body {
  padding: 43px 68px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .address_modal_area .modal-body {
    transition: 0.5s;
    padding: 34px 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .address_modal_area .modal-body {
    transition: 0.5s;
    padding: 28px 40px;
  }
}
@media all and (max-width: 767px) {
  .address_modal_area .modal-body {
    transition: 0.5s;
    padding: 24px 16px;
  }
}

.change_address_modal .address_item {
  margin-bottom: 20px;
  cursor: pointer;
}

/* End Address Modal Section */
/* Blog Section */
.blog_wrapper .blog_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 20px 22px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog_wrapper .blog_grid {
    transition: 0.5s;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media all and (max-width: 767px) {
  .blog_wrapper .blog_grid {
    transition: 0.5s;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.blog_wrapper .blog_item {
  padding: 32px 26px;
  border-radius: 4px;
  border: 1px solid #e4e7e9;
  background: #fff;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.04);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog_wrapper .blog_item {
    transition: 0.5s;
    padding: 28px 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog_wrapper .blog_item {
    transition: 0.5s;
    padding: 24px 16px;
  }
}
@media all and (max-width: 767px) {
  .blog_wrapper .blog_item {
    transition: 0.5s;
    padding: 16px 12px;
  }
}
.blog_wrapper .blog_item:hover {
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.2);
}
.blog_wrapper .blog_item .blog_img {
  position: relative;
  width: 100%;
  height: 248px;
  overflow: hidden;
}
.blog_wrapper .blog_item .blog_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog_wrapper .blog_item .content {
  margin-top: 24px;
}
@media all and (max-width: 767px) {
  .blog_wrapper .blog_item .content {
    transition: 0.5s;
    margin-top: 16px;
  }
}
.blog_wrapper .blog_item .content h3 {
  color: #191c1f;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 8px;
}
@media all and (max-width: 767px) {
  .blog_wrapper .blog_item .content h3 {
    transition: 0.5s;
    font-size: 16px;
  }
}
.blog_wrapper .blog_item .content p {
  color: #77878f;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 12px;
}
@media all and (max-width: 767px) {
  .blog_wrapper .blog_item .content p {
    transition: 0.5s;
    font-size: 14px;
    margin-top: 8px;
  }
}
.blog_wrapper .blog_item .return_btn {
  margin-top: 24px;
}
.blog_wrapper .pagination_list {
  margin-top: 71px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog_wrapper .pagination_list {
    transition: 0.5s;
    margin-top: 50px;
  }
}
@media all and (max-width: 991px) {
  .blog_wrapper .pagination_list {
    transition: 0.5s;
    margin-top: 40px;
  }
}

/* Blog Details Section */
.blog_details_wrapper .main_image img {
  max-height: 400px;
}
.blog_details_wrapper .details_content_area,
.blog_details_wrapper .blog_details_right_area {
  margin-top: 48px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog_details_wrapper .details_content_area,
  .blog_details_wrapper .blog_details_right_area {
    transition: 0.5s;
    margin-top: 40px;
  }
}
@media all and (max-width: 767px) {
  .blog_details_wrapper .details_content_area,
  .blog_details_wrapper .blog_details_right_area {
    transition: 0.5s;
    margin-top: 30px;
  }
}
.blog_details_wrapper .details_content_area h2 {
  color: #191c1f;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-top: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog_details_wrapper .details_content_area h2 {
    transition: 0.5s;
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog_details_wrapper .details_content_area h2 {
    transition: 0.5s;
    font-size: 24px;
    line-height: 32px;
    margin-top: 12px;
  }
}
@media all and (max-width: 767px) {
  .blog_details_wrapper .details_content_area h2 {
    transition: 0.5s;
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px;
  }
}
.blog_details_wrapper .details_content_area p {
  color: #475156;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 16px;
}
@media all and (max-width: 767px) {
  .blog_details_wrapper .details_content_area p {
    transition: 0.5s;
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
  }
}
.blog_details_wrapper .user_info {
  display: grid;
  grid-template-columns: minmax(0, 40px) repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 20px 12px;
  margin-top: 27px;
  padding-bottom: 8px;
}
@media all and (max-width: 991px) {
  .blog_details_wrapper .user_info {
    transition: 0.5s;
    margin-top: 20px;
  }
}
.blog_details_wrapper .user_info img {
  width: 100%;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.blog_details_wrapper .user_info h4 {
  color: #191c1f;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.blog_details_wrapper .blog_share_list img {
  max-width: 40px;
}
@media all and (max-width: 991px) {
  .blog_details_wrapper .blog_share_list img {
    transition: 0.5s;
    max-width: 30px;
  }
}
.blog_details_wrapper .blog_share_list img:hover {
  opacity: 0.8;
}
.blog_details_wrapper .quote_area {
  display: grid;
  grid-template-columns: minmax(0, 56px) repeat(1, minmax(0, 1fr));
  align-items: start;
  gap: 20px 30px;
  margin: 27px 0;
  padding: 40px 24px 40px 25px;
  background: #fff3eb;
  box-shadow: 4px 0px 0px 0px #fa8232 inset;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog_details_wrapper .quote_area {
    transition: 0.5s;
    grid-template-columns: minmax(0, 45px) repeat(1, minmax(0, 1fr));
    gap: 20px 20px;
    padding: 30px 20px;
  }
}
@media all and (max-width: 991px) {
  .blog_details_wrapper .quote_area {
    transition: 0.5s;
    margin: 20px 0;
  }
}
@media all and (max-width: 767px) {
  .blog_details_wrapper .quote_area {
    transition: 0.5s;
    grid-template-columns: minmax(0, 30px) repeat(1, minmax(0, 1fr));
    gap: 20px 10px;
    padding: 20px 12px;
  }
}
.blog_details_wrapper .quote_area h5 {
  color: #191c1f;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog_details_wrapper .quote_area h5 {
    transition: 0.5s;
    font-size: 18px;
    line-height: 26px;
  }
}
@media all and (max-width: 767px) {
  .blog_details_wrapper .quote_area h5 {
    transition: 0.5s;
    font-size: 16px;
    line-height: 24px;
  }
}
.blog_details_wrapper .inner_img {
  margin-top: 27px;
  padding-bottom: 8px;
}
@media all and (max-width: 991px) {
  .blog_details_wrapper .inner_img {
    transition: 0.5s;
    margin-top: 20px;
    text-align: center;
  }
}
.blog_details_wrapper .inner_img img {
  max-height: 450px;
}
.blog_details_wrapper .blog_search_area,
.blog_details_wrapper .fitler_item,
.blog_details_wrapper .latest_blog_area {
  padding: 24px;
  border-radius: 4px;
  border: 1px solid #e4e7e9;
  background: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog_details_wrapper .blog_search_area,
  .blog_details_wrapper .fitler_item,
  .blog_details_wrapper .latest_blog_area {
    transition: 0.5s;
    padding: 20px;
  }
}
@media all and (max-width: 767px) {
  .blog_details_wrapper .blog_search_area,
  .blog_details_wrapper .fitler_item,
  .blog_details_wrapper .latest_blog_area {
    transition: 0.5s;
    padding: 20px 16px;
  }
}
.blog_details_wrapper .blog_search_area h3 {
  margin-bottom: 24px;
}
@media all and (max-width: 991px) {
  .blog_details_wrapper .blog_search_area h3 {
    transition: 0.5s;
    margin-bottom: 16px;
  }
}
.blog_details_wrapper .blog_inner_title {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.blog_details_wrapper .fitler_item,
.blog_details_wrapper .latest_blog_area {
  margin-top: 24px;
}
@media all and (max-width: 991px) {
  .blog_details_wrapper .fitler_item,
  .blog_details_wrapper .latest_blog_area {
    transition: 0.5s;
    margin-top: 20px;
  }
}
.blog_details_wrapper .category_list {
  max-height: 300px;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.blog_details_wrapper .category_list::-webkit-scrollbar {
  width: 5px;
}
.blog_details_wrapper .category_list::-webkit-scrollbar-track {
  background: rgba(153, 153, 153, 0.2);
  border-radius: 5px;
}
.blog_details_wrapper .category_list::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 5px;
}
.blog_details_wrapper .category_list::-webkit-scrollbar-thumb:hover {
  background: #f84f4f;
  cursor: grab;
}
.blog_details_wrapper .category_list .form-check {
  margin-bottom: 6px;
}
.blog_details_wrapper .category_list input:focus, .blog_details_wrapper .category_list input:checked {
  border-color: #f27126;
  background-color: #f27126;
}
.blog_details_wrapper .category_list label {
  color: #475156;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
}
.blog_details_wrapper .blog_related_area {
  max-height: 500px;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.blog_details_wrapper .blog_related_area::-webkit-scrollbar {
  width: 5px;
}
.blog_details_wrapper .blog_related_area::-webkit-scrollbar-track {
  background: rgba(153, 153, 153, 0.2);
  border-radius: 5px;
}
.blog_details_wrapper .blog_related_area::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 5px;
}
.blog_details_wrapper .blog_related_area::-webkit-scrollbar-thumb:hover {
  background: #f84f4f;
  cursor: grab;
}
.blog_details_wrapper .blog_inner_grid {
  display: grid;
  grid-template-columns: minmax(0, 104px) repeat(1, minmax(0, 1fr));
  align-items: start;
  gap: 20px 16px;
}
@media all and (max-width: 767px) {
  .blog_details_wrapper .blog_inner_grid {
    transition: 0.5s;
    grid-template-columns: minmax(0, 80px) repeat(1, minmax(0, 1fr));
    gap: 20px 10px;
  }
}
.blog_details_wrapper .blog_inner_grid:not(:first-child) {
  margin-top: 24px;
}
@media all and (max-width: 991px) {
  .blog_details_wrapper .blog_inner_grid:not(:first-child) {
    transition: 0.5s;
    margin-top: 20px;
  }
}
.blog_details_wrapper .blog_inner_grid .blog_related_img {
  width: 100%;
  height: 80px;
  border-radius: 2px;
}
@media all and (max-width: 767px) {
  .blog_details_wrapper .blog_inner_grid .blog_related_img {
    transition: 0.5s;
    height: 60px;
  }
}
.blog_details_wrapper .blog_inner_grid h4 {
  color: #191c1f;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.blog_details_wrapper .blog_inner_grid h5 {
  color: #77878f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 8px;
}
@media all and (max-width: 991px) {
  .blog_details_wrapper .blog_inner_grid h5 {
    transition: 0.5s;
    margin-top: 4px;
  }
}

.contact_wrapper .contact_grid {
  display: grid;
  grid-template-columns: minmax(0, 0.4fr) minmax(0, 1fr);
  gap: 30px 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact_wrapper .contact_grid {
    transition: 0.5s;
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
    gap: 30px 20px;
  }
}
@media all and (max-width: 767px) {
  .contact_wrapper .contact_grid {
    transition: 0.5s;
    grid-template-columns: minmax(0, 1fr);
    gap: 30px 20px;
  }
}
.contact_wrapper .location_area {
  padding: 41px 36px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 0px 56px 0px rgba(0, 38, 3, 0.08);
}
.contact_wrapper .location_item {
  text-align: center;
  padding-bottom: 34px;
  margin-bottom: 34px;
  border-bottom: 1px solid #e6e6e6;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact_wrapper .location_item {
    transition: 0.5s;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
@media all and (max-width: 767px) {
  .contact_wrapper .location_item {
    transition: 0.5s;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.contact_wrapper .location_item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.contact_wrapper .location_item .location_icon {
  max-width: 50px;
}
@media all and (max-width: 767px) {
  .contact_wrapper .location_item .location_icon {
    transition: 0.5s;
    max-width: 24px;
  }
}
.contact_wrapper .location_item h4,
.contact_wrapper .location_item a {
  display: block;
  color: #191c1f;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-top: 22px;
  word-break: break-all;
}
@media all and (max-width: 767px) {
  .contact_wrapper .location_item h4,
  .contact_wrapper .location_item a {
    transition: 0.5s;
    margin-top: 12px;
  }
}
.contact_wrapper .contact_form_area {
  padding: 44px 55px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 0px 56px 0px rgba(0, 38, 3, 0.08);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact_wrapper .contact_form_area {
    transition: 0.5s;
    padding: 40px 48px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact_wrapper .contact_form_area {
    transition: 0.5s;
    padding: 32px 40px;
  }
}
@media all and (max-width: 767px) {
  .contact_wrapper .contact_form_area {
    transition: 0.5s;
    padding: 24px 16px;
  }
}
.contact_wrapper .contact_form_area h3 {
  color: #191c1f;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
@media all and (max-width: 991px) {
  .contact_wrapper .contact_form_area h3 {
    transition: 0.5s;
    font-size: 20px;
  }
}
.contact_wrapper .contact_form_area h6 {
  color: #77878f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin-top: 8px;
  max-width: 486px;
  width: 100%;
}
.contact_wrapper .contact_form_area .form_area {
  margin-top: 20px;
}
.contact_wrapper .contact_form_area .form_area .input_row {
  margin-bottom: 10px;
}
.contact_wrapper .contact_form_area .form_area .save_btn {
  margin-top: 24px;
}

.faq_wrapper .accordion-item {
  border: none;
  margin-bottom: 20px;
}
.faq_wrapper .accordion-item .accordion-button {
  color: #191c1f;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 20px 24px;
  padding-right: 40px;
  border-radius: 4px;
  border: 1px solid #e4e7e9;
  background: #fff;
}
@media all and (max-width: 767px) {
  .faq_wrapper .accordion-item .accordion-button {
    transition: 0.5s;
    font-size: 16px;
    padding: 12px 10px;
    padding-right: 40px;
  }
}
.faq_wrapper .accordion-item .accordion-button:not(.collapsed) {
  color: white;
  border-bottom: none;
  border-radius: 4px 4px 0px 0px;
  background: #f27126;
}
.faq_wrapper .accordion-item .accordion-button:not(.collapsed)::after {
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.faq_wrapper .accordion-item .accordion-button:not(.collapsed)::before, .faq_wrapper .accordion-item .accordion-button:not(.collapsed)::after {
  background-color: white;
}
.faq_wrapper .accordion-item .accordion-button::before {
  content: "";
  position: absolute;
  top: 33px;
  right: 15px;
  width: 20px;
  height: 2px;
  background-image: none;
  background-color: #77878f;
}
.faq_wrapper .accordion-item .accordion-button::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 23px;
  width: 2px;
  height: 20px;
  background-image: none;
  background-color: #77878f;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.faq_wrapper .accordion-item .accordion-body {
  padding: 24px;
  border-radius: 4px;
  border: 1px solid #e4e7e9;
  background: #fff;
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.12);
}
@media (min-width: 768px) and (max-width: 991px) {
  .faq_wrapper .accordion-item .accordion-body {
    transition: 0.5s;
    padding: 20px;
  }
}
@media all and (max-width: 767px) {
  .faq_wrapper .accordion-item .accordion-body {
    transition: 0.5s;
    padding: 20px 16px;
  }
}
.faq_wrapper .accordion-item .accordion-body p,
.faq_wrapper .accordion-item .accordion-body li {
  color: #475156;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  list-style-type: disc;
}
.faq_wrapper .accordion-item .accordion-body p,
.faq_wrapper .accordion-item .accordion-body ul {
  margin-bottom: 16px;
}
.faq_wrapper .accordion-item .accordion-body ul {
  padding-left: 20px;
}
.faq_wrapper .accordion-item .accordion-body li {
  margin-top: 5px;
}
.faq_wrapper .faq_form_area {
  padding: 32px;
  border-radius: 4px;
  background: #fbf4ce;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .faq_wrapper .faq_form_area {
    transition: 0.5s;
    padding: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .faq_wrapper .faq_form_area {
    transition: 0.5s;
    padding: 20px;
  }
}
@media all and (max-width: 767px) {
  .faq_wrapper .faq_form_area {
    transition: 0.5s;
    padding: 20px 16px;
  }
}
.faq_wrapper .faq_form_area h4 {
  color: #191c1f;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.faq_wrapper .faq_form_area p {
  color: #475156;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 12px;
}
.faq_wrapper .faq_form_area .form_area {
  margin-top: 24px;
}
.faq_wrapper .faq_form_area .form_area .save_btn {
  margin-top: 4px;
}

.sign_in_wrapper .sing_in_area {
  max-width: 489px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  border: 1px solid #e4e7e9;
  background: #fff;
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.12);
}
.sign_in_wrapper .sing_in_area h3 {
  color: #191c1f;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.sign_in_wrapper .sing_in_area p {
  color: #5f6c72;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  max-width: 360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}
.sign_in_wrapper .nav-pills {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 20px 20px;
  border-bottom: 1px solid #e4e7e9;
}
.sign_in_wrapper .nav-pills .nav-link {
  color: #77878f;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  padding: 16px 10px;
  width: 100%;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.sign_in_wrapper .nav-pills .nav-link:focus {
  border: none;
  outline: none;
}
.sign_in_wrapper .nav-pills .nav-link.active {
  color: #191c1f;
  background-color: transparent;
  border-radius: 4px 0px 0px 0px;
  border-bottom: 2px solid #fa8232;
}
.sign_in_wrapper .login_form_tab_area {
  padding: 24px 32px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sign_in_wrapper .login_form_tab_area {
    transition: 0.5s;
    padding: 24px 16px;
  }
}
@media all and (max-width: 767px) {
  .sign_in_wrapper .login_form_tab_area {
    transition: 0.5s;
    padding: 24px 12px;
  }
}
.sign_in_wrapper .form_area .input_row .input_field {
  border-radius: 2px;
  border: 1px solid #e4e7e9;
  background: #fff;
}
.sign_in_wrapper .form_area .others_option_area {
  margin-bottom: 10px;
}
.sign_in_wrapper .form_area .save_btn {
  margin-top: 24px;
}

.address_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 30px 25px;
  margin-top: 25px;
}
@media all and (max-width: 767px) {
  .address_grid {
    transition: 0.5s;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.address_grid .address_item {
  border-radius: 4px;
  border: 1px solid #e4e7e9;
  background: #fff;
}
.address_grid .address_item.selected {
  border: 2px solid #f27126;
}
.address_grid h3 {
  color: #191c1f;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  padding: 16px 24px;
  border-bottom: 1px solid #e4e7e9;
}
@media all and (max-width: 991px) {
  .address_grid h3 {
    transition: 0.5s;
    padding: 12px 16px;
  }
}
.address_grid .content {
  padding: 24px;
}
@media all and (max-width: 991px) {
  .address_grid .content {
    transition: 0.5s;
    padding: 16px;
  }
}
.address_grid .content h4 {
  color: #191c1f;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.address_grid .content p {
  color: #5f6c72;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 12px;
}
.address_grid .content a {
  display: block;
  margin-top: 12px;
  color: #191c1f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.address_grid .content a span {
  color: #5f6c72;
}
.address_grid .content a:hover {
  opacity: 0.8;
}
.address_grid .content .return_btn {
  margin-top: 24px;
}
.address_grid .address_edit_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 30px;
  height: 30px;
}
.address_grid .address_edit_icon:hover {
  background-color: rgba(228, 231, 233, 0.637);
}
.address_grid .address_edit_icon svg {
  width: 16px;
}
.address_grid.address_inline {
  display: block;
}
.address_grid.address_inline .address_item {
  display: flex;
  gap: 20px;
  padding: 16px;
}
.address_grid.address_inline .address_item h3 {
  padding: 0;
  border: none;
}
.address_grid.address_inline .address_item .content {
  padding: 0;
}

.center_rounded_arrow .swiper-button-next,
.center_rounded_arrow .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  background-color: #d7d7d7;
}
@media all and (max-width: 767px) {
  .center_rounded_arrow .swiper-button-next,
  .center_rounded_arrow .swiper-button-prev {
    transition: 0.5s;
    width: 30px;
    height: 30px;
  }
}
.center_rounded_arrow .swiper-button-next:hover,
.center_rounded_arrow .swiper-button-prev:hover {
  background-color: #bbb8b8;
}
.center_rounded_arrow .swiper-button-next::after,
.center_rounded_arrow .swiper-button-prev::after {
  font-size: 16px;
  font-weight: 600;
  color: #777777;
}
@media all and (max-width: 767px) {
  .center_rounded_arrow .swiper-button-next::after,
  .center_rounded_arrow .swiper-button-prev::after {
    transition: 0.5s;
    font-size: 14px;
  }
}
@media all and (min-width: 768px) {
  .center_rounded_arrow {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
  .center_rounded_arrow .swiper-button-next {
    right: -20px;
  }
  .center_rounded_arrow .swiper-button-prev {
    left: -20px;
  }
}

.slider_next_btn,
.slider_prev_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #777777;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.slider_next_btn:hover,
.slider_prev_btn:hover {
  border: 1px solid white;
  background-color: #80b948;
}
.slider_next_btn:hover path,
.slider_prev_btn:hover path {
  fill: white;
}
.slider_next_btn.swiper-button-disabled,
.slider_prev_btn.swiper-button-disabled {
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.slider_next_btn {
  order: 2;
}

.white_slider_next_btn,
.white_slider_prev_btn {
  border: 2px solid #ffffff;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #f27126;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f27126;
}

.banner_section_area {
  background-image: url(/assets/images/banner/new_arrival_banner.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 32px 36px 32px 44px;
  border-radius: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner_section_area {
    transition: 0.5s;
    padding: 28px 32px 28px 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner_section_area {
    transition: 0.5s;
    padding: 24px 28px 24px 34px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
  }
}
@media all and (max-width: 767px) {
  .banner_section_area {
    transition: 0.5s;
    padding: 16px 18px 16px 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }
}

.page_title {
  color: #333;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page_title {
    transition: 0.5s;
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page_title {
    transition: 0.5s;
    font-size: 24px;
  }
}
@media all and (max-width: 767px) {
  .page_title {
    transition: 0.5s;
    font-size: 20px;
  }
}

.page_inner_title {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page_inner_title {
    transition: 0.5s;
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page_inner_title {
    transition: 0.5s;
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .page_inner_title {
    transition: 0.5s;
    font-size: 18px;
  }
}

.modal-title {
  color: #191c1f;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.faq_title {
  color: #191c1f;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .faq_title {
    transition: 0.5s;
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .faq_title {
    transition: 0.5s;
    font-size: 24px;
    line-height: 32px;
  }
}
@media all and (max-width: 767px) {
  .faq_title {
    transition: 0.5s;
    font-size: 20px;
    line-height: 28px;
  }
}

.view_all {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.cart_btn {
  text-align: center;
  width: 100%;
  padding: 8px;
  color: #f27126;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #f27126;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.cart_btn:hover {
  color: white;
  background: #f27126;
}

.add_to_cart_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background: #fa8232;
  padding: 2px;
  width: 100%;
  height: 56px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .add_to_cart_btn {
    transition: 0.5s;
    height: 48px;
  }
}
@media all and (max-width: 767px) {
  .add_to_cart_btn {
    transition: 0.5s;
    height: 42px;
  }
}
.add_to_cart_btn:hover {
  opacity: 0.8;
}
.add_to_cart_btn span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.192px;
  text-transform: uppercase;
}
@media all and (max-width: 1199px) {
  .add_to_cart_btn span {
    transition: 0.5s;
    font-size: 14px;
  }
}
.add_to_cart_btn.add_to_cart_btn_sm {
  font-size: 14px;
  width: auto;
  height: auto;
  border-radius: 2px;
  padding: 13px 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .add_to_cart_btn.add_to_cart_btn_sm {
    transition: 0.5s;
    padding: 10px 20px;
  }
}
@media all and (max-width: 767px) {
  .add_to_cart_btn.add_to_cart_btn_sm {
    transition: 0.5s;
    padding: 8px 12px;
  }
}
.add_to_cart_btn:disabled {
  cursor: not-allowed;
  pointer-events: none;
  background: #adb7bc;
}

.buy_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fa8232;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.192px;
  text-transform: uppercase;
  height: 56px;
  border-radius: 3px;
  border: 2px solid #fa8232;
}
.buy_btn:hover {
  color: white;
  background-color: #fa8232;
}

.wishlist_btn {
  gap: 6px;
}
.wishlist_btn span {
  color: #475156;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.wishlist_btn .heart_icon {
  display: block;
}
.wishlist_btn .heart_fill {
  display: none;
}
.wishlist_btn.wishlist_selected .heart_icon {
  display: none;
}
.wishlist_btn.wishlist_selected .heart_fill {
  display: block;
}
.wishlist_btn.wishlist_selected span {
  color: #f27126;
}

.review_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  height: 49px;
  background: #f27126;
}
.review_btn:hover {
  opacity: 0.8;
}

.coupon_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.168px;
  text-transform: uppercase;
  padding: 14px 24px;
  border-radius: 2px;
  background: #2da5f3;
}
@media (min-width: 768px) and (max-width: 991px) {
  .coupon_btn {
    transition: 0.5s;
    padding: 10px 20px;
  }
}
@media all and (max-width: 767px) {
  .coupon_btn {
    transition: 0.5s;
    font-size: 12px;
    padding: 10px 16px;
  }
}
.coupon_btn:hover {
  opacity: 0.8;
}

.return_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 2px;
  padding: 12px 24px;
  border: 2px solid #2da5f3;
}
@media (min-width: 768px) and (max-width: 991px) {
  .return_btn {
    transition: 0.5s;
    padding: 10px 20px;
  }
}
@media all and (max-width: 767px) {
  .return_btn {
    transition: 0.5s;
    padding: 8px 12px;
    border: 1px solid #2da5f3;
  }
}
.return_btn span {
  color: #2da5f3;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.168px;
  text-transform: uppercase;
}
@media all and (max-width: 991px) {
  .return_btn span {
    transition: 0.5s;
    font-size: 12px;
  }
}
.return_btn:hover {
  background-color: rgba(45, 164, 243, 0.5);
}
.return_btn.return_primary_btn {
  border-color: #fa8232;
}
.return_btn.return_primary_btn span {
  color: #fa8232;
}
.return_btn.return_primary_btn:hover {
  background-color: rgba(250, 130, 50, 0.363);
}

.save_btn {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.64px;
  padding: 15px 28px;
  background: #f27126;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .save_btn {
    transition: 0.5s;
    padding: 15px 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .save_btn {
    transition: 0.5s;
    font-size: 14px;
    padding: 12px 20px;
  }
}
@media all and (max-width: 767px) {
  .save_btn {
    transition: 0.5s;
    font-size: 14px;
    padding: 10px 16px;
  }
}
.save_btn:hover {
  opacity: 0.8;
}

.view_order_details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px 8px;
}
.view_order_details span {
  color: #2da5f3;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.view_order_details:hover {
  opacity: 0.8;
}

.add_address_btn:hover {
  opacity: 0.8;
}
.add_address_btn span {
  color: #fa8232;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.add_address_btn img {
  max-width: 20px;
}

.product_card {
  display: block;
  border-radius: 15px;
  border: 1px solid #d7d7d7;
  background: #fff;
  width: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.product_card:hover {
  border: 0.25px solid #d7d7d7;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
}
.product_card:hover .action_list {
  right: 19px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product_card {
    transition: 0.5s;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product_card {
    transition: 0.5s;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }
}
@media all and (max-width: 767px) {
  .product_card {
    transition: 0.5s;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
  }
}
.product_card .product_image_area {
  position: relative;
  width: 100%;
  height: 200px;
}
.product_card .product_image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.product_card .discount {
  position: absolute;
  top: 19px;
  left: 19px;
  z-index: 4;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  border-radius: 5px;
  padding: 3px 11px;
  background: #f27126;
}
@media all and (max-width: 767px) {
  .product_card .discount {
    transition: 0.5s;
    top: 10px;
    left: 10px;
    font-size: 12px;
  }
}
.product_card .action_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 19px;
  right: 5px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media all and (max-width: 991px) {
  .product_card .action_list {
    transition: 0.5s;
    display: none;
  }
}
.product_card .action_list button,
.product_card .action_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #f27126;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.product_card .action_list button:hover,
.product_card .action_list a:hover {
  background-color: rgba(211, 119, 65, 0.267);
}
.product_card .action_list .heart_fill {
  display: none;
}
.product_card .action_list .wishlist_selected .heart_stroke {
  display: none;
}
.product_card .action_list .wishlist_selected .heart_fill {
  display: block;
}
.product_card .title {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 6px;
}
@media all and (max-width: 991px) {
  .product_card .title {
    transition: 0.5s;
    font-size: 14px;
    line-height: 20px;
  }
}
.product_card .product_content_area {
  padding-top: 10px;
  margin-top: 9px;
  padding-bottom: 33px;
  border-radius: 0px 0px 15px 15px;
  background: rgba(242, 113, 38, 0.05);
}
.product_card .title,
.product_card .product_content_area {
  padding-left: 26px;
  padding-right: 26px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product_card .title,
  .product_card .product_content_area {
    transition: 0.5s;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 767px) {
  .product_card .title,
  .product_card .product_content_area {
    transition: 0.5s;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.product_card .info h5 {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  margin-right: 5px;
}
@media all and (max-width: 1199px) {
  .product_card .info h5 {
    transition: 0.5s;
    font-size: 14px;
  }
}
.product_card .info span {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: #049e25;
}
@media all and (max-width: 1199px) {
  .product_card .info span {
    transition: 0.5s;
    font-size: 14px;
  }
}
.product_card .info .out_of_stock {
  color: rgba(187, 187, 187, 0.7333333333);
}
.product_card .price {
  margin-top: 5px;
}
.product_card .price del,
.product_card .price h6 {
  color: #b8b8b8;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}
@media all and (max-width: 991px) {
  .product_card .price del,
  .product_card .price h6 {
    transition: 0.5s;
    font-size: 18px;
  }
}
.product_card .price h6 {
  color: #f27126;
}
.product_card .cart_btn {
  margin-top: 25px;
}

.product_details_view_wrapper .gallery-top {
  border-radius: 4px;
  border: 1px solid #e4e7e9;
}
.product_details_view_wrapper .main_image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.product_details_view_wrapper .gallery-thumbs {
  margin-top: 24px;
}
.product_details_view_wrapper .thumb_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 96px;
  border-radius: 2px;
  border: 1px solid #e4e7e9;
  background-color: #e4e7e9;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .product_details_view_wrapper .thumb_img {
    transition: 0.5s;
    height: 60px;
  }
}
.product_details_view_wrapper .thumb_img:hover {
  opacity: 0.8;
}
.product_details_view_wrapper .thumb_img img {
  max-height: 100%;
}
.product_details_view_wrapper .gallery-thumbs .swiper-slide-thumb-active .thumb_img {
  border: 2px solid #fa8232;
}
.product_details_view_wrapper .content_area h2 {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
@media all and (max-width: 991px) {
  .product_details_view_wrapper .content_area h2 {
    transition: 0.5s;
    font-size: 18px;
    line-height: 28px;
  }
}
.product_details_view_wrapper .ratting_area {
  margin-top: 27px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product_details_view_wrapper .ratting_area {
    transition: 0.5s;
    margin-top: 20px;
  }
}
@media all and (max-width: 767px) {
  .product_details_view_wrapper .ratting_area {
    transition: 0.5s;
    margin-top: 16px;
  }
}
.product_details_view_wrapper .ratting_area span {
  color: #475156;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.product_details_view_wrapper .ratting_area .ratting {
  color: #333;
  font-weight: 600;
  margin: 0 5px;
}
.product_details_view_wrapper .brand_area {
  gap: 10px;
  margin-top: 27px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product_details_view_wrapper .brand_area {
    transition: 0.5s;
    margin-top: 20px;
  }
}
@media all and (max-width: 767px) {
  .product_details_view_wrapper .brand_area {
    transition: 0.5s;
    margin-top: 16px;
  }
}
.product_details_view_wrapper .brand_area h4 {
  color: #475156;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.product_details_view_wrapper .brand_area h4 span {
  font-weight: 600;
}
.product_details_view_wrapper .brand_area .stock {
  color: #2db224;
}
.product_details_view_wrapper .brand_area .out_stock {
  color: #f27126;
}
.product_details_view_wrapper .price_area {
  margin-top: 27px;
  padding-bottom: 27px;
  border-bottom: 1px solid #e4e7e9;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product_details_view_wrapper .price_area {
    transition: 0.5s;
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .product_details_view_wrapper .price_area {
    transition: 0.5s;
    margin-top: 16px;
    padding-bottom: 16px;
  }
}
.product_details_view_wrapper .price_area h4 {
  color: #f27126;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
.product_details_view_wrapper .price_area del {
  color: #77878f;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-decoration-line: strikethrough;
}
.product_details_view_wrapper .price_area .discount {
  display: inline;
  padding: 7px 10px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  border-radius: 2px;
  background: #ab2281;
}
.product_details_view_wrapper .variant_area {
  margin-top: 27px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product_details_view_wrapper .variant_area {
    transition: 0.5s;
    margin-top: 20px;
  }
}
@media all and (max-width: 767px) {
  .product_details_view_wrapper .variant_area {
    transition: 0.5s;
    margin-top: 16px;
  }
}
.product_details_view_wrapper .variant_area h4 {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.product_details_view_wrapper .color_list {
  margin-top: 8px;
}
.product_details_view_wrapper .color_list li {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
  background-color: #ddd;
  box-shadow: 0px -2px 6px 0px rgba(255, 255, 255, 0.24) inset, 0px 2px 6px 0px rgba(0, 0, 0, 0.12) inset;
}
.product_details_view_wrapper .color_list li.active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  border: 2px solid #fa8232;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.product_details_view_wrapper .buy_btn_grid {
  display: grid;
  grid-template-columns: 164px 1fr 164px;
  align-items: center;
  gap: 20px 16px;
  margin-top: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product_details_view_wrapper .buy_btn_grid {
    transition: 0.5s;
    grid-template-columns: 164px 1fr;
  }
}
@media all and (max-width: 767px) {
  .product_details_view_wrapper .buy_btn_grid {
    transition: 0.5s;
    grid-template-columns: 164px 1fr;
  }
  .product_details_view_wrapper .buy_btn_grid .buy_btn {
    grid-column: span 2;
  }
}
.product_details_view_wrapper .buy_btn_grid_quick {
  display: grid;
  grid-template-columns: 164px 1fr;
  align-items: center;
  gap: 20px 16px;
  margin-top: 30px;
}
.product_details_view_wrapper .buy_btn_grid_quick .buy_btn {
  grid-column: span 2;
}
.product_details_view_wrapper .share_area {
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  .product_details_view_wrapper .share_area {
    transition: 0.5s;
    margin-top: 16px;
  }
}
.product_details_view_wrapper .payment_area {
  padding: 20px;
  margin-top: 27px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border: 1px solid #e4e7e9;
  background: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product_details_view_wrapper .payment_area {
    transition: 0.5s;
    padding: 16px;
  }
}
@media all and (max-width: 767px) {
  .product_details_view_wrapper .payment_area {
    transition: 0.5s;
    padding: 12px;
    margin-top: 16px;
  }
}
.product_details_view_wrapper .payment_area h4 {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 12px;
}

.search_form {
  position: relative;
  border-radius: 8px;
  border: 1px solid #d7d7d7;
  padding: 6px 20px;
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.search_form input {
  font-size: 14px;
  font-weight: 400;
  border: none !important;
  padding-right: 16px;
  width: 100%;
  height: 100%;
}
.search_form input:focus {
  border: none !important;
}
.search_form .submit_btn {
  position: absolute;
  top: 4px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.search_form .submit_btn:hover {
  background-color: #d7d7d7;
}
.search_form.search_form_lg {
  padding: 10px 20px;
}
.search_form.search_form_lg .submit_btn {
  top: 8px;
}

.comment_form_area .input_row {
  margin-bottom: 20px;
}
.comment_form_area .input_row textarea {
  padding: 12px;
  width: 100%;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.comment_form_area .form_label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
}
.comment_form_area .jq-star svg {
  cursor: pointer;
  height: 40px;
  width: 30px;
}
.comment_form_area .ratting_number {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}

.form_area .input_row {
  margin-bottom: 20px;
}
.form_area .input_row label {
  display: block;
  color: #262626;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 10px;
}
.form_area .input_row .optional {
  color: #929fa5;
}
.form_area .input_row .input_field {
  color: #808080;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 50px;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #e6e6e6;
  background: #fff;
}
@media all and (max-width: 991px) {
  .form_area .input_row .input_field {
    transition: 0.5s;
    font-size: 14px;
    height: 42px;
  }
}
.form_area .input_row textarea.input_field {
  height: auto;
}
.form_area .password_input_area {
  position: relative;
}
.form_area .password_input_area.active .passwordShowBtn {
  display: none;
}
.form_area .password_input_area.active .passwordHideBtn {
  display: block;
}
.form_area .password_visiblity_area {
  position: absolute;
  top: 10px;
  right: 10px;
}
.form_area .password_visiblity_area button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.form_area .password_visiblity_area button:hover {
  background-color: #d7d7d7;
}
.form_area .password_visiblity_area svg {
  max-width: 20px;
}
.form_area .password_visiblity_area .passwordHideBtn {
  display: none;
}
.form_area .form-check-label {
  color: #475156;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
.form_area .forget_password {
  display: block;
  color: #2da5f3;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.form_area .forget_password:hover {
  opacity: 0.8;
}
.form_area .select2 {
  width: 100% !important;
  height: 50px;
  border: 1px solid #e6e6e6;
  background: #fff;
}
@media all and (max-width: 991px) {
  .form_area .select2 {
    transition: 0.5s;
    font-size: 14px;
    height: 42px;
  }
}
.form_area .select2 .selection,
.form_area .select2 .select2-selection {
  width: 100%;
  height: 100%;
  border: none;
}
.form_area .select2 .select2-selection__rendered {
  color: #808080;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  line-height: 50px;
}
@media all and (max-width: 991px) {
  .form_area .select2 .select2-selection__rendered {
    transition: 0.5s;
    font-size: 14px;
    line-height: 42px;
  }
}
.form_area .select2 .select2-selection__arrow {
  top: 11px;
}
.form_area .terms_area .form-check-input:checked {
  border-color: #f27126;
  background-color: #f27126;
}
.form_area .terms_area .form-check-label {
  color: #475156;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.form_area .terms_area .form-check-label a {
  color: #2da5f3;
  font-weight: 500;
}
.form_area .terms_area .form-check-label a:hover {
  opacity: 0.8;
}
.form_area .or_divider {
  position: relative;
  margin-top: 24px;
  text-align: center;
}
.form_area .or_divider span {
  position: relative;
  z-index: 1;
  color: #77878f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0 4px;
  background-color: white;
}
.form_area .or_divider::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e4e7e9;
}
.form_area .others_option_area .others_option {
  position: relative;
  text-align: center;
  padding: 12px 16px;
  margin-top: 12px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  text-align: center;
  -o-border-radius: 2px;
  width: 100%;
  border: 1px solid #e4e7e9;
  background: #fff;
}
@media all and (max-width: 767px) {
  .form_area .others_option_area .others_option {
    transition: 0.5s;
    padding: 10px 16px;
  }
}
.form_area .others_option_area .others_option:hover {
  background-color: rgba(228, 231, 233, 0.514);
}
.form_area .others_option_area .others_option span {
  color: #475156;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.form_area .others_option_area .others_option .others_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 16px;
  max-width: 20px;
}
.form_area .save_btn {
  margin-top: 46px;
}
@media all and (max-width: 991px) {
  .form_area .save_btn {
    transition: 0.5s;
    margin-top: 30px;
  }
}

.select2-results__options {
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.select2-results__options::-webkit-scrollbar {
  width: 5px;
}
.select2-results__options::-webkit-scrollbar-track {
  background: rgba(153, 153, 153, 0.2);
  border-radius: 5px;
}
.select2-results__options::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 5px;
}
.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #f84f4f;
  cursor: grab;
}
.select2-results__options .select2-results__option {
  font-size: 14px;
}

.wishlist_area {
  border-radius: 4px;
  border: 1px solid #e4e7e9;
  background: #fff;
}
.wishlist_area .title_area {
  padding: 20px 24px;
}
.wishlist_area .title_area h3 {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.wishlist_area .wishlist_footer_area {
  padding: 24px;
  border-top: 1px solid #e4e7e9;
}

.product_table_area {
  max-height: 500px;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.product_table_area::-webkit-scrollbar {
  width: 5px;
}
.product_table_area::-webkit-scrollbar-track {
  background: rgba(153, 153, 153, 0.2);
  border-radius: 5px;
}
.product_table_area::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 5px;
}
.product_table_area::-webkit-scrollbar-thumb:hover {
  background: #f84f4f;
  cursor: grab;
}
.product_table_area tr {
  vertical-align: middle;
}
.product_table_area td {
  padding: 16px;
}
.product_table_area td h6 {
  color: #191c1f;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  min-width: 80px;
}
.product_table_area td h5 {
  color: #5f6c72;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  min-width: 80px;
}
.product_table_area td h5.total {
  color: #475156;
}
.product_table_area th,
.product_table_area td {
  border: none;
}
.product_table_area thead th {
  padding: 10px;
  color: #475156;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  border-top: 1px solid #e4e7e9;
  border-bottom: 1px solid #e4e7e9;
  background: #f2f4f5;
}
.product_table_area thead th:first-child {
  padding-left: 24px;
}
.product_table_area thead th:last-child {
  padding-right: 24px;
}
.product_table_area .product_grid {
  display: grid;
  grid-template-columns: minmax(0, 72px) repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 20px 16px;
  width: 450px;
}
.product_table_area .product_grid:hover {
  opacity: 0.8;
}
.product_table_area .product_grid img {
  max-width: 100%;
  max-width: 72px;
}
.product_table_area .product_grid h4 {
  color: #2da5f3;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 5px;
}
.product_table_area .product_grid p {
  color: #475156;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.product_table_area .price_area del {
  color: #929fa5;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: strikethrough;
}
.product_table_area .price_area h5 {
  color: #191c1f;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.product_table_area .status {
  color: #2db224;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.product_table_area .status.out_stock {
  color: #ee5858;
}
.product_table_area .action_grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr)) minmax(0, 24px);
  align-items: center;
  gap: 20px 24px;
  width: 250px;
}
.product_table_area .counter_area {
  height: 48px;
  width: 148px;
}
.product_table_area.cart_table_area .product_grid {
  width: 300px;
}
.product_table_area.border_table td {
  border-bottom: 1px solid #e4e7e9;
}

.social_list h4 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  margin-right: 10px;
}
@media all and (max-width: 991px) {
  .social_list h4 {
    transition: 0.5s;
    font-size: 16px;
  }
}
.social_list a,
.social_list button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.social_list a:hover,
.social_list button:hover {
  background-color: #d7d7d7;
}

.breadcrumb_wrapper {
  padding: 28px 0;
  margin-top: -20px;
  background: rgba(242, 113, 38, 0.05);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb_wrapper {
    transition: 0.5s;
    padding: 24px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb_wrapper {
    transition: 0.5s;
    padding: 16px 0;
  }
}
@media all and (max-width: 767px) {
  .breadcrumb_wrapper {
    transition: 0.5s;
    padding: 12px 0;
    margin-top: -26px;
  }
}
.breadcrumb_wrapper .breadcrumb {
  margin: 0;
}
.breadcrumb_wrapper .breadcrumb-item {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  .breadcrumb_wrapper .breadcrumb-item {
    transition: 0.5s;
    font-size: 14px;
  }
}
.breadcrumb_wrapper .breadcrumb-item a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px 11px;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  .breadcrumb_wrapper .breadcrumb-item a {
    transition: 0.5s;
    font-size: 14px;
  }
}
.breadcrumb_wrapper .breadcrumb-item a:hover {
  opacity: 0.8;
}
.breadcrumb_wrapper .breadcrumb-item.active {
  color: #f27126;
}
.breadcrumb_wrapper .breadcrumb-item + .breadcrumb-item::before {
  content: url(/assets/icons/right_arrow.svg);
}

.share_list h3 {
  color: #475156;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.share_list a,
.share_list button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.share_list a:hover,
.share_list button:hover {
  background-color: #d7d7d7;
}
.share_list a img,
.share_list button img {
  max-width: 16px;
}

.counter_area {
  display: grid;
  grid-template-columns: 30px 1fr 30px;
  align-items: center;
  gap: 5px;
  height: 56px;
  padding: 8px;
  border-radius: 3px;
  border: 2px solid #e4e7e9;
  background: #fff;
}
.counter_area button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  height: 30px;
  width: 100%;
}
.counter_area button:hover {
  background-color: #b8b8b8;
}
.counter_area input {
  color: #475156;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  border: none;
  width: 100%;
}

.pagination_list {
  margin-top: 36px;
  margin-bottom: 24px;
  gap: 8px;
}
.pagination_list a,
.pagination_list button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191c1f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  min-width: 40px;
  min-height: 40px;
  border: 1px solid #e4e7e9;
  background: #fff;
}
.pagination_list a img,
.pagination_list button img {
  max-width: 24px;
}
@media all and (max-width: 767px) {
  .pagination_list a,
  .pagination_list button {
    transition: 0.5s;
    font-size: 12px;
    min-width: 32px;
    min-height: 32px;
  }
  .pagination_list a img,
  .pagination_list button img {
    max-width: 16px;
  }
}
.pagination_list a.active,
.pagination_list button.active {
  color: white;
  background-color: #fa8232 !important;
}
.pagination_list a:hover,
.pagination_list button:hover {
  background-color: #e4e7e9;
}
.pagination_list .prev_btn,
.pagination_list .next_btn {
  border-color: #fa8232;
}
.pagination_list .prev_btn:hover,
.pagination_list .next_btn:hover {
  background-color: rgba(250, 130, 50, 0.527);
}
@media all and (min-width: 768px) {
  .pagination_list {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
  .pagination_list .prev_btn {
    margin-right: 20px;
  }
  .pagination_list .next_btn {
    margin-left: 20px;
  }
}

.author_info .author_img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.author_info h4 {
  color: #475156;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.author_info img {
  max-width: 24px;
}

/*
!Utilities Or Helper CSS
*/
*,
::before,
::after {
  box-sizing: border-box;
}

body {
  background-color: white;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  min-height: calc(var(--vh) * 100);
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  background: rgba(153, 153, 153, 0.2);
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb {
  background: #f84f4f;
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb:hover {
  background: #f84f4f;
  cursor: grab;
}

html,
body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Inter", sans-serif;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

img,
svg {
  max-width: 100%;
}

a {
  color: unset;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

a,
span {
  display: inline-block;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

:focus {
  outline: none !important;
}

input,
select,
textarea {
  font-weight: 400;
  font-size: 16px;
  color: #101010;
}

input:focus,
select:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #fa8232 !important;
}

textarea:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

button {
  cursor: pointer;
  padding: 0;
  border: none;
  background-color: transparent;
}

*::-moz-placeholder {
  color: #777;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

*::placeholder,
*::-moz-placeholder,
.select2-selection__placeholder {
  color: #777;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.select2-selection__placeholder {
  color: #777 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

::-moz-selection {
  color: rgb(255, 255, 255);
  background: rgb(159, 4, 255);
}

::selection {
  color: rgb(255, 255, 255);
  background: rgb(159, 4, 255);
}

::-moz-selection {
  color: rgb(255, 255, 255);
  background: rgb(159, 4, 255);
}

/*  Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Common Class */
@media all and (max-width: 575px) {
  .container {
    transition: 0.5s;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

.d-flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 7px 12px;
}

.g-sm {
  gap: 8px 12px;
}

.g-lg {
  gap: 10px 15px;
}

@media all and (max-width: 767px) {
  .mm-30 {
    transition: 0.5s;
    margin-top: 30px;
  }
}

@media all and (max-width: 767px) {
  .m-sm-30 {
    transition: 0.5s;
    margin-top: 30px;
  }
}

@media all and (max-width: 991px) {
  .mlg-30 {
    transition: 0.5s;
    margin-top: 30px;
  }
}

@media all and (max-width: 767px) {
  .d-max-md-none {
    transition: 0.5s;
    display: none;
  }
}

.d-max-md-block {
  display: none;
}
@media all and (max-width: 767px) {
  .d-max-md-block {
    transition: 0.5s;
    display: block;
  }
}

.d-max-lg-block {
  display: none;
}
@media all and (max-width: 991px) {
  .d-max-lg-block {
    transition: 0.5s;
    display: block;
  }
}

.max-w-300 {
  width: 450px;
}

.max-w-120 {
  width: 250px;
}

.max-h-700 {
  max-height: 700px !important;
}

.border-bottom {
  border: 1px solid #e4e7e9;
}

.text-85 {
  color: #858585 !important;
}

.text-fa {
  color: #fa8232 !important;
}

.text-2d {
  color: #2db224 !important;
}

.text-ee {
  color: #ee5858 !important;
}

.bg-fa {
  background-color: #fa8232 !important;
}

.default_section_gap {
  margin-top: 80px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .default_section_gap {
    transition: 0.5s;
    margin-top: 60px;
  }
}
@media all and (max-width: 767px) {
  .default_section_gap {
    transition: 0.5s;
    margin-top: 50px;
  }
}

.default_section_gap_sm {
  margin-top: 40px;
}
@media all and (max-width: 991px) {
  .default_section_gap_sm {
    transition: 0.5s;
    margin-top: 30px;
  }
}

.main_content_area {
  margin-top: 150px;
}
@media all and (max-width: 767px) {
  .main_content_area {
    transition: 0.5s;
    margin-top: 135px;
  }
}

.space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 7px 12px;
  min-height: calc(var(--vh) * 100);
}

.table-responsive {
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.table-responsive::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.table-responsive::-webkit-scrollbar-track {
  background: rgba(153, 153, 153, 0.2);
  border-radius: 5px;
}
.table-responsive::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 5px;
}
.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #f84f4f;
  cursor: grab;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  display: none;
}

/* ============ ScrollToUP Section =========== */
.scrolltop {
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 100000;
  background-color: #111111;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
}
@media all and (max-width: 991px) {
  .scrolltop {
    transition: 0.5s;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.scrolltop svg {
  color: white;
}
@media all and (max-width: 991px) {
  .scrolltop svg {
    transition: 0.5s;
    width: 20px;
  }
}
.scrolltop:hover {
  background-color: rgba(17, 17, 17, 0.7);
}

.scroll_active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.niceSelect .list {
  width: 100%;
  max-height: 250px;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.niceSelect .list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.niceSelect .list::-webkit-scrollbar-track {
  background: rgba(153, 153, 153, 0.2);
  border-radius: 5px;
}
.niceSelect .list::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 5px;
}
.niceSelect .list::-webkit-scrollbar-thumb:hover {
  background: #f84f4f;
  cursor: grab;
}
.niceSelect .current {
  display: flex;
  align-items: center;
  height: 100%;
}
.niceSelect::after {
  width: 9px;
  height: 9px;
  margin-top: -5px;
  border-bottom: 2px solid #e4e7e9;
  border-right: 2px solid #e4e7e9;
}

.round-loope {
  border-radius: 75px;
  border: 5px solid #fa8232;
}/*# sourceMappingURL=style.css.map */