@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
/* Hover Transistion */
/* Custom scroll Bar */
/* Custom scroll Bar */
/* Custom scroll Bar Table */
.footer_wrapper {
  padding: 40px 0;
  margin-top: 80px;
  background: #f2f2f2;
}
.footer_wrapper .footer_logo_item {
  margin-top: 10px;
}
.footer_wrapper .footer_item {
  margin-top: 50px;
}
@media all and (max-width: 767px) {
  .footer_wrapper .footer_item {
    transition: 0.5s;
    margin-top: 30px;
  }
}
.footer_wrapper .footer_logo {
  margin-bottom: 30px;
}
.footer_wrapper .footer_title {
  font-weight: 400;
  font-size: 20px;
  line-height: 172.9%;
  color: #333333;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer_wrapper .footer_title {
    transition: 0.5s;
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  .footer_wrapper .footer_title {
    transition: 0.5s;
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.footer_wrapper .footer_contact_list li {
  margin-bottom: 5px;
}
.footer_wrapper .footer_contact_list li a:hover {
  opacity: 0.8;
}
.footer_wrapper .footer_contact_list li,
.footer_wrapper .footer_contact_list li a,
.footer_wrapper .footer_contact_list li span {
  font-weight: 400;
  font-size: 16px;
  line-height: 140.9%;
  color: #333333;
}
.footer_wrapper .footer_blog_grid {
  display: grid;
  grid-template-columns: minmax(0, 45px) minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  margin-bottom: 10px;
}
.footer_wrapper .footer_blog_grid a img {
  width: 45px;
  height: 45px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.footer_wrapper .footer_blog_grid h3 a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  color: #404a3d;
}
.footer_wrapper .footer_blog_grid h4 a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #404a3d;
}
.footer_wrapper .copyright_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 172.9%;
  color: #777777;
  margin-top: 50px;
}
@media all and (max-width: 767px) {
  .footer_wrapper .copyright_text {
    transition: 0.5s;
    margin-top: 30px;
  }
}

/* ============  Start Header Section =========== */
.header_wrapper {
  position: relative;
  padding-top: 50px;
  padding-bottom: 20px;
  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;
}
@media all and (max-width: 991px) {
  .header_wrapper {
    transition: 0.5s;
    padding-top: 30px;
  }
}
@media all and (max-width: 767px) {
  .header_wrapper {
    transition: 0.5s;
    padding-top: 20px;
  }
}
.header_wrapper.header_wrapper2 {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.header_wrapper .header_top_grid {
  display: grid;
  grid-template-columns: minmax(0, 150px) minmax(0, 1fr) minmax(0, 250px);
  align-items: center;
  gap: 10px 50px;
}
@media all and (max-width: 991px) {
  .header_wrapper .header_top_grid {
    transition: 0.5s;
    grid-template-columns: minmax(0, 150px) minmax(0, 1fr);
    gap: 10px 30px;
  }
  .header_wrapper .header_top_grid .header_form {
    display: none;
  }
}
@media all and (max-width: 575px) {
  .header_wrapper .header_top_grid {
    transition: 0.5s;
    grid-template-columns: minmax(0, 140px) minmax(0, 1fr);
    gap: 10px 20px;
  }
}
@media all and (max-width: 991px) {
  .header_wrapper .header_top_grid .header_form {
    transition: 0.5s;
    display: none;
  }
}
@media all and (min-width: 992px) {
  .header_wrapper .logo a img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    position: relative;
    top: -10px;
  }
}
@media all and (max-width: 991px) {
  .header_wrapper .logo {
    transition: 0.5s;
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.header_wrapper .bar_icon {
  display: none;
}
@media all and (max-width: 991px) {
  .header_wrapper .bar_icon {
    transition: 0.5s;
    display: block;
    position: relative;
    top: 15px;
  }
}
.header_wrapper .catgory_suggest_area {
  position: absolute;
  top: 55px;
  left: 0;
  background: white;
  padding: 30px 20px;
  border-radius: 15px;
  z-index: 500;
  max-width: 400px;
  width: 100%;
  max-height: 400px;
  overflow-x: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  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 .catgory_suggest_area::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.header_wrapper .catgory_suggest_area::-webkit-scrollbar-track {
  background: rgba(153, 153, 153, 0.2);
  border-radius: 5px;
}
.header_wrapper .catgory_suggest_area::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 5px;
}
.header_wrapper .catgory_suggest_area::-webkit-scrollbar-thumb:hover {
  background: #f84f4f;
  cursor: -webkit-grab;
  cursor: grab;
}
.header_wrapper .catgory_suggest_area li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 0;
  border-bottom: 1px solid #c9c9c9;
}
.header_wrapper .catgory_suggest_area li a:hover {
  opacity: 0.8;
}
.header_wrapper .catgory_suggest_area li a img {
  max-width: 25px;
  width: 25px;
}
.header_wrapper .catgory_suggest_area li a span {
  font-size: 15px;
  font-weight: 400;
}
.header_wrapper #categoryDeskOverlay,
.header_wrapper #categoryMobileOverlay {
  z-index: 450;
}
.header_wrapper .header_login_list_area {
  position: relative;
  justify-self: end;
}
.header_wrapper .header_login_list_area ul {
  gap: 10px 25px;
}
.header_wrapper .header_login_list_area li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header_wrapper .header_login_list_area .login_text {
  position: relative;
  top: 5px;
  left: 5px;
  gap: 5px;
}
.header_wrapper .header_login_list_area .login_text a,
.header_wrapper .header_login_list_area .login_text button {
  font-weight: 400;
  font-size: 15px;
  line-height: 5px;
  color: #333333;
}
@media all and (max-width: 575px) {
  .header_wrapper .header_login_list_area .login_text a,
.header_wrapper .header_login_list_area .login_text button {
    transition: 0.5s;
    display: none;
  }
}
.header_wrapper .header_login_list_area .login_text a:hover,
.header_wrapper .header_login_list_area .login_text button:hover {
  opacity: 0.8;
}
.header_wrapper .header_login_list_area .category_mobile {
  display: none;
}
@media all and (max-width: 991px) {
  .header_wrapper .header_login_list_area .category_mobile {
    transition: 0.5s;
    display: block;
  }
}
.header_wrapper .header_login_list_area .catgory_suggest_area {
  right: 0;
  left: auto;
  width: 300px;
}
.header_wrapper .categoryActive {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.header_wrapper .search_btn {
  height: 45px;
}
.header_wrapper .category_btn {
  background: #275f94;
  border-radius: 37px;
  padding: 10px 20px;
}
.header_wrapper .category_btn span {
  font-weight: 400;
  font-size: 14px;
  line-height: 5px;
  color: #ffffff;
}
.header_wrapper .category_btn:hover {
  opacity: 0.8;
}
.header_wrapper .header_form {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 130px) minmax(0, 1fr);
  align-items: center;
  gap: 8px 17px;
}
.header_wrapper .header_form_grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 50px);
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 45px;
  background: #f9f9f9;
  border-radius: 37px;
  position: relative;
  z-index: 400;
}
.header_wrapper .header_form_grid input {
  font-weight: 400;
  font-size: 15px;
  color: #333333;
  height: 45px;
  padding-left: 30px;
  border: none !important;
  background-color: transparent;
}
.header_wrapper .header_seach_area {
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  height: 400px;
  background: white;
  z-index: 200;
  padding: 0px 0px 20px 30px;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  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;
  transform-origin: top;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.header_wrapper .header_seach_area .seach_product_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 20px 30px;
  height: 380px;
  padding-top: 20px;
  padding-right: 30px;
  overflow-x: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.header_wrapper .header_seach_area .seach_product_grid::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.header_wrapper .header_seach_area .seach_product_grid::-webkit-scrollbar-track {
  background: rgba(153, 153, 153, 0.2);
  border-radius: 5px;
}
.header_wrapper .header_seach_area .seach_product_grid::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 5px;
}
.header_wrapper .header_seach_area .seach_product_grid::-webkit-scrollbar-thumb:hover {
  background: #f84f4f;
  cursor: -webkit-grab;
  cursor: grab;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header_wrapper .header_seach_area .seach_product_grid {
    transition: 0.5s;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 20px;
  }
}
.header_wrapper .header_seach_area .product_item .product_img_area {
  height: 130px;
}
.header_wrapper .header_seach_area .product_item .product_img_area img {
  height: 130px;
}
.header_wrapper .header_seach_area .product_item .product_content {
  margin-top: 5px;
}
.header_wrapper .header_seach_area .product_item .product_content h3 a {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.header_wrapper .header_seach_area .product_item .product_content h4 {
  font-size: 12px;
  line-height: 18px;
}
.header_wrapper .header_seach_area .product_item .product_content h5 {
  font-size: 14px;
  line-height: 16px;
}
.header_wrapper .header_seach_area .search_close_btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #275f94 !important;
  border-radius: 50%;
  margin: auto;
  margin-top: 12px;
}
.header_wrapper .searchActive {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.header_wrapper .cart_number {
  position: relative;
}
.header_wrapper .cart_number::before {
  content: attr(data-number);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  right: -16px;
  min-width: 20px;
  height: 20px;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  padding: 5px;
  background: #275f94;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.header_wrapper .mobile_search_bar {
  display: none;
  margin-top: 20px;
}
@media all and (max-width: 991px) {
  .header_wrapper .mobile_search_bar {
    transition: 0.5s;
    display: block;
  }
}
@media all and (max-width: 991px) {
  .header_wrapper nav {
    transition: 0.5s;
    display: none;
  }
}

.mobile_menu_area {
  position: fixed;
  top: 0;
  left: -100vw;
  background: white;
  width: 0;
  height: 100vh;
  z-index: 100001;
  overflow: auto;
  padding: 0 10px 0 15px;
  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: 7px;
}
.mobile_menu_area::-webkit-scrollbar-track {
  background: black;
}
.mobile_menu_area::-webkit-scrollbar-thumb {
  background: #e93c30;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media all and (max-width: 991px) {
  .mobile_menu_area {
    transition: 0.5s;
    display: inline;
  }
}
.mobile_menu_area li,
.mobile_menu_area button {
  margin-bottom: 10px;
}
.mobile_menu_area .close_icon {
  margin-top: 17px;
  margin-right: 20px;
  text-align: right;
}
.mobile_menu_area .mobile_menu_list {
  position: relative;
  margin-top: 8px;
}
.mobile_menu_area a,
.mobile_menu_area button {
  font-size: 20px;
  color: white;
  font-family: "Open Sans", sans-serif;
}
.mobile_menu_area .accordion-body li a {
  font-size: 18px;
}
.mobile_menu_area .accordion-button:not(.collapsed) {
  color: #323232;
}
.mobile_menu_area .accordion-item {
  border: none;
  background-color: transparent;
}
.mobile_menu_area .accordion-item button {
  padding: 0;
  background: transparent;
}
.mobile_menu_area .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.mobile_menu_area .mobile_menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.1098039216);
  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 .mobile_contact_button {
  margin-top: 100px;
}
.mobile_menu_area .mobile_contact_button a {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  padding: 13px 38px;
  color: #ffffff;
  background: #f76e11;
  box-shadow: 4px 4px 4px rgba(50, 50, 50, 0.1);
  border-radius: 15px;
  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;
}

.menu_list {
  gap: 8px 25px;
  margin-top: 10px;
}
.menu_list a {
  position: relative;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  color: #333333;
}
.menu_list a:hover {
  opacity: 0.8;
}

.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;
}

.active_menu::before {
  display: none;
}
.active_menu > a, .active_menu > button {
  position: relative;
  color: #3c57a5 !important;
}
@media all and (min-width: 992px) {
  .active_menu > a, .active_menu > button {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
  .active_menu > a::after, .active_menu > button::after {
    content: "";
    width: 6px;
    height: 6px;
    background: #275f94;
    position: absolute;
    left: 50%;
    bottom: -6px;
    transition: transform 0.5s ease;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
}

/* ------------ Sticky Navbar   ------------*/
.navbar-fixed {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
  background-color: white;
  padding: 15px 0;
  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;
  box-shadow: 0 2px 3px #e1e1e1;
}
.navbar-fixed nav,
.navbar-fixed .mobile_search_bar {
  display: none;
}

/* ============  End Header Section =========== */
/* Hero Section */
.hero_wrapper {
  position: relative;
  /* Hero Slider Text Animation */
}
.hero_wrapper .container,
.hero_wrapper .row {
  height: 100%;
}
.hero_wrapper .silder_bg_area {
  width: 100%;
  height: 300px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media all and (max-width: 991px) {
  .hero_wrapper .silder_bg_area {
    transition: 0.5s;
    background-position: center right;
  }
}
.hero_wrapper .slider_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin-top: 20px;
}
.hero_wrapper .slider_content h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
  color: #333333;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero_wrapper .slider_content h2 {
    transition: 0.5s;
    font-size: 30px;
    line-height: 40px;
  }
}
@media all and (max-width: 767px) {
  .hero_wrapper .slider_content h2 {
    transition: 0.5s;
    font-size: 26px;
    line-height: 35px;
  }
}
.hero_wrapper .slider_content .order_list {
  margin-top: 10px;
}
.hero_wrapper .slider_content .order_list .order_text {
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: #333333;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero_wrapper .slider_content .order_list .order_text {
    transition: 0.5s;
    font-size: 22px;
    line-height: 30px;
  }
}
@media all and (max-width: 767px) {
  .hero_wrapper .slider_content .order_list .order_text {
    transition: 0.5s;
    font-size: 16px;
    line-height: 25px;
  }
}
.hero_wrapper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #d9d9d9;
  opacity: 1;
}
.hero_wrapper .swiper-pagination-bullet-active {
  background: #a7a7a7;
}
.hero_wrapper .swiper-slide-active .slider_content h2 {
  animation: fadeDown 1.5s ease-in-out 1;
  -webkit-animation: fadeDown 1.5s ease-in-out 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;
}
.hero_wrapper .swiper-slide-active .slider_content .default_btn {
  animation: opacityAnimation 1.5s 0.3s ease-in-out 1;
  -webkit-animation: opacityAnimation 1.5s 0.3s ease-in-out 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;
}
.hero_wrapper .swiper-slide-active .slider_content .order_list {
  animation: fadeUp 1.5s ease-in-out 1;
  -webkit-animation: fadeUp 1.5s ease-in-out 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;
}
@-webkit-keyframes fadeDown {
  0% {
    transform: translateY(-70px);
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
@keyframes fadeDown {
  0% {
    transform: translateY(-70px);
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
@-webkit-keyframes opacityAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacityAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    transform: translateY(70px);
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    transform: translateY(70px);
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1;
  }
}

/* Features Banner Section */
.features_banner_wrapper {
  margin-top: 10px;
}
.features_banner_wrapper .features_banner_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 20px;
}
@media all and (min-width: 992px) {
  .features_banner_wrapper .features_banner_grid {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
  }
}
@media all and (max-width: 575px) {
  .features_banner_wrapper .features_banner_grid {
    transition: 0.5s;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.features_banner_wrapper .features_banner_img {
  position: relative;
}
.features_banner_wrapper .features_banner_img img {
  width: 100%;
  height: 300px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .features_banner_wrapper .features_banner_img img {
    transition: 0.5s;
    height: 250px;
  }
}
.features_banner_wrapper .features_banner_img .default_btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (min-width: 992px) {
  .features_banner_wrapper .middle_item {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    grid-column: span 2;
  }
}

/*Category Section */
.category_wrapper .category_slider_area {
  position: relative;
}
.category_wrapper .category_slider_grid {
  display: grid;
  grid-template-columns: minmax(0, 30px) minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  border: 1px solid #d7d7d7;
  border-radius: 15px;
  padding: 10px 30px;
  width: 100%;
  min-height: 110px;
}
.category_wrapper .category_slider_grid h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

/* Product Section */
.product_wrapper .product_slider_area {
  position: relative;
}
.product_wrapper .product_slider_area .swiper {
  padding: 0 10px;
}

/* Banner Product Section */
.banner_product_wrapper {
  margin-top: 20px;
}
.banner_product_wrapper .banner_product_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 16px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .banner_product_wrapper .banner_product_grid {
    transition: 0.5s;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media all and (max-width: 575px) {
  .banner_product_wrapper .banner_product_grid {
    transition: 0.5s;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.banner_product_wrapper .banner_product_grid a {
  display: block;
}
.banner_product_wrapper .banner_product_grid img {
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

@media all and (max-width: 575px) {
  .features_banner_wrapper {
    display: none;
  }
  .category_slider_area {
    display: none;
  }
  .category_wrapper {
    margin-top: 0px !important;
  }
  .silder_bg_area {
    height: 250px !important;
  }
  .hero_wrapper .slider_content h2 {
    font-size: 18px;
  }
  .product_wrapper {
    margin-top: 20px !important;
  }
}
/* List Product Section */
.list_product_wrapper .list_title_grid {
  display: grid;
  grid-template-columns: minmax(0, 230px) minmax(0, 1fr);
  align-items: center;
  gap: 15px 30px;
}
@media all and (max-width: 767px) {
  .list_product_wrapper .list_title_grid {
    transition: 0.5s;
    grid-template-columns: minmax(0, 1fr);
  }
}
.list_product_wrapper .list_search_form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 50px);
  height: 45px;
  border: 1px solid #275f94;
}
.list_product_wrapper .list_search_form input {
  border: none !important;
  padding-left: 10px;
  padding-right: 5px;
}
.list_product_wrapper .list_search_form button {
  background: #275f94;
}
.list_product_wrapper .list_search_form button:hover {
  opacity: 0.9;
}
.list_product_wrapper .short_area {
  justify-self: end;
}
.list_product_wrapper .short_area ul li {
  position: relative;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #777777;
}
.list_product_wrapper .short_area ul li:not(:first-child)::before {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: -6px;
  width: 1px;
  height: 20px;
  background-color: #a7a7a7;
}
.list_product_wrapper .short_area .niceSelect {
  border: none;
}
.list_product_wrapper .short_area .niceSelect .current,
.list_product_wrapper .short_area .niceSelect .list li {
  font-weight: 400;
  font-size: 15px;
  color: #777777;
}
.list_product_wrapper .short_area .niceSelect .list li {
  line-height: 40px;
}
.list_product_wrapper .short_area .niceSelect .list {
  width: 190px;
}
.list_product_wrapper .grid_product_area {
  margin-top: 20px;
}
.list_product_wrapper .grid_product_area .list_grid {
  display: grid;
  grid-template-columns: minmax(0, 230px) minmax(0, 1fr);
  align-items: start;
  gap: 30px;
}
@media all and (max-width: 767px) {
  .list_product_wrapper .grid_product_area .list_grid {
    transition: 0.5s;
    grid-template-columns: minmax(0, 1fr);
  }
}
@media all and (max-width: 767px) {
  .list_product_wrapper .grid_product_area .list_search_form {
    transition: 0.5s;
    display: none;
  }
}
@media all and (max-width: 767px) {
  .list_product_wrapper .product_category_area {
    transition: 0.5s;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 10000;
    background: white;
    padding: 0 20px 40px 20px;
    width: 350px;
    height: 100vh;
    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;
    overflow-x: auto;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .list_product_wrapper .product_category_area::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .list_product_wrapper .product_category_area::-webkit-scrollbar-track {
    background: rgba(153, 153, 153, 0.2);
    border-radius: 5px;
  }
  .list_product_wrapper .product_category_area::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 5px;
  }
  .list_product_wrapper .product_category_area::-webkit-scrollbar-thumb:hover {
    background: #f84f4f;
    cursor: -webkit-grab;
    cursor: grab;
  }
  .list_product_wrapper .product_category_area.categoryActive {
    left: 0;
  }
}
@media all and (max-width: 575px) {
  .list_product_wrapper .product_category_area {
    transition: 0.5s;
    width: 80vw;
  }
}
.list_product_wrapper .category_close {
  display: none;
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  .list_product_wrapper .category_close {
    transition: 0.5s;
    display: block;
  }
}
.list_product_wrapper .category_item {
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  .list_product_wrapper .category_item:first-child {
    transition: 0.5s;
    margin-top: 0;
  }
}
.list_product_wrapper .category_item h3 {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  color: #333333;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(39, 95, 148, 0.4);
}
@media (min-width: 768px) and (max-width: 991px) {
  .list_product_wrapper .category_item h3 {
    transition: 0.5s;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  .list_product_wrapper .category_item h3 {
    transition: 0.5s;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
  }
}
.list_product_wrapper .category_item h3::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1.2px;
  width: 50px;
  background-color: #275f94;
}
.list_product_wrapper .category_item .category_list li {
  margin-bottom: 5px;
}
.list_product_wrapper .category_item .category_list li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
@media all and (max-width: 767px) {
  .list_product_wrapper .category_item .category_list li a {
    transition: 0.5s;
    font-size: 14px;
    line-height: 18px;
  }
}
.list_product_wrapper .category_item .category_list li a:hover {
  opacity: 0.9;
}
.list_product_wrapper .price_range_area .addui-slider.addui-slider-horizontal {
  width: 100%;
  margin: 0;
}
.list_product_wrapper .price_range_area .price-input {
  width: 100%;
  display: flex;
  margin: 7px 0;
  margin-top: 10px;
}
.list_product_wrapper .price_range_area .price-input .field {
  display: flex;
  width: 100%;
  height: 30px;
  align-items: center;
}
.list_product_wrapper .price_range_area .price-input .field span {
  font-size: 16px;
  color: black;
}
.list_product_wrapper .price_range_area .field input {
  width: 60px;
  height: 100%;
  outline: none;
  font-size: 15px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
.list_product_wrapper .price_range_area .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
  color: #275f94;
}
.list_product_wrapper .list_product_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 50px 24px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .list_product_wrapper .list_product_grid {
    transition: 0.5s;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 20px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .list_product_wrapper .list_product_grid {
    transition: 0.5s;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 20px;
  }
}
@media all and (max-width: 575px) {
  .list_product_wrapper .list_product_grid {
    transition: 0.5s;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 15px;
  }
}
.list_product_wrapper .topbar_serch_grid {
  display: none;
  grid-template-columns: minmax(0, 1fr) minmax(0, 30px);
  align-items: center;
  gap: 10px;
}
@media all and (max-width: 767px) {
  .list_product_wrapper .topbar_serch_grid {
    transition: 0.5s;
    display: grid;
  }
}
.list_product_wrapper .topbar_serch_grid .bar_btn {
  justify-self: end;
}

/* Section */
/* Section */
/* Section */
/* Section */
/* Section */
/* Section */
.product_details_wrapper .product_big_img {
  position: relative;
}
@media all and (min-width: 1200px) {
  .product_details_wrapper .product_big_img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
  .product_details_wrapper .product_big_img:hover .cart_list {
    right: 20px;
    opacity: 1;
    visibility: visible;
  }
}
.product_details_wrapper .product_big_img img {
  max-height: 500px;
}
.product_details_wrapper .product_big_img .cart_list {
  left: 20px;
  right: auto;
}
@media all and (min-width: 1200px) {
  .product_details_wrapper .product_big_img .cart_list {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: auto !important;
  }
}
@media all and (max-width: 767px) {
  .product_details_wrapper .product_details_content {
    transition: 0.5s;
    margin-top: 30px;
  }
}
.product_details_wrapper .product_details_content .product_title {
  font-weight: 400;
  font-size: 40px;
  line-height: 47px;
  color: #404a3d;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product_details_wrapper .product_details_content .product_title {
    transition: 0.5s;
    font-size: 30px;
    line-height: 42px;
  }
}
@media all and (max-width: 767px) {
  .product_details_wrapper .product_details_content .product_title {
    transition: 0.5s;
    font-size: 24px;
    line-height: 35px;
  }
}
.product_details_wrapper .stoke_area {
  margin-top: 10px;
}
.product_details_wrapper .stoke_area span {
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #777777;
}
.product_details_wrapper .autor_info_list {
  margin-top: 20px;
}
.product_details_wrapper .autor_info_list li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #333333;
  margin-bottom: 5px;
}
.product_details_wrapper .autor_info_list li a {
  display: inline-block;
  color: #0083ff;
}
.product_details_wrapper .autor_info_list li a:hover {
  opacity: 0.8;
}
.product_details_wrapper .short_des {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(39, 95, 148, 0.3);
}
@media all and (max-width: 767px) {
  .product_details_wrapper .short_des {
    transition: 0.5s;
    padding-bottom: 10px;
  }
}
.product_details_wrapper .product_details_btn_list {
  margin-top: 20px;
}
.product_details_wrapper .product_details_btn_list button {
  background-color: #ac17d5;
}
.product_details_wrapper .book_price {
  margin-top: 25px;
}
.product_details_wrapper .book_price .product_title {
  font-weight: 600;
  color: #275f94;
}
.product_details_wrapper .book_price h6 {
  position: relative;
  top: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #a7a7a7;
}
.product_details_wrapper .book_price h4 {
  font-size: 20px;
  font-weight: 500;
  color: #275f94;
}
@media all and (max-width: 767px) {
  .product_details_wrapper .book_price h4 {
    transition: 0.5s;
    font-size: 18px;
  }
}
.product_details_wrapper .book_number_cart_area {
  margin-top: 20px;
}
.product_details_wrapper .book_number_cart_area .cart_button {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  background: #275f94;
  border: 1px solid rgba(39, 95, 148, 0.2);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  padding: 10px 15px;
}
.product_details_wrapper .book_number_cart_area .cart_button:hover {
  opacity: 0.9;
}

.list_product_header {
  margin-bottom: 30px;
}
.list_product_header .default_btn {
  margin-top: 0;
}

.stationery_product_grid {
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  .stationery_product_grid {
    transition: 0.5s;
    margin-bottom: 45px;
  }
}
.stationery_product_grid .product_img_area {
  border-radius: 15px;
  border: 1px solid rgba(39, 95, 148, 0.5);
}

.stationery_product_slider .product_img_area {
  border: 1px solid rgba(39, 95, 148, 0.5);
  border-radius: 15px;
}

.blog_grid_item_area .blog_page_item:not(:first-child) {
  margin-top: 50px;
}
.blog_grid_item_area .blog_img img {
  max-height: 350px;
}
.blog_grid_item_area .tag a {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #275f94;
}
.blog_grid_item_area .tag a:hover {
  opacity: 0.9;
}
.blog_grid_item_area .blog_content {
  margin-top: 20px;
}
.blog_grid_item_area .blog_title {
  display: block;
  font-weight: 400;
  font-size: 35px;
  line-height: 41px;
  color: #000000;
  margin-top: 8px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog_grid_item_area .blog_title {
    transition: 0.5s;
    font-size: 30px;
    line-height: 37px;
  }
}
@media all and (max-width: 767px) {
  .blog_grid_item_area .blog_title {
    transition: 0.5s;
    font-size: 24px;
    line-height: 32px;
  }
}
.blog_grid_item_area .blog_info_list li {
  position: relative;
}
.blog_grid_item_area .blog_info_list li:not(:first-child)::before {
  content: " ";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #a7a7a7;
}
.blog_grid_item_area .blog_info_list li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #a7a7a7;
}
.blog_grid_item_area .blog_info_list li a img {
  margin-right: 5px;
}
.blog_grid_item_area .short_des {
  margin-top: 20px;
}
.blog_grid_item_area .default_btn {
  margin-top: 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.blog_grid_item_area .gift_book_area {
  margin-top: 50px;
}
.blog_grid_item_area .gift_book_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 30px 60px;
  margin-top: 30px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .blog_grid_item_area .gift_book_grid {
    transition: 0.5s;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 20px;
  }
}
@media all and (max-width: 575px) {
  .blog_grid_item_area .gift_book_grid {
    transition: 0.5s;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px 20px;
  }
}
.blog_grid_item_area .book_share_list {
  margin-top: 30px;
}

.next_prev_blog {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 20px;
  margin-top: 10px;
  padding: 30px 0;
  border-top: 1px solid rgba(39, 95, 148, 0.3);
  border-bottom: 1px solid rgba(39, 95, 148, 0.3);
}
@media (min-width: 768px) and (max-width: 991px) {
  .next_prev_blog {
    transition: 0.5s;
    padding: 20px 0;
  }
}
@media all and (max-width: 767px) {
  .next_prev_blog {
    transition: 0.5s;
    padding: 15px 0;
  }
}
.next_prev_blog .prev_blog a,
.next_prev_blog .next_blog a {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-weight: 500;
  font-size: 20px;
  line-height: 21px;
  color: #275f94;
}
@media (min-width: 768px) and (max-width: 991px) {
  .next_prev_blog .prev_blog a,
.next_prev_blog .next_blog a {
    transition: 0.5s;
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  .next_prev_blog .prev_blog a,
.next_prev_blog .next_blog a {
    transition: 0.5s;
    font-size: 16px;
  }
}
.next_prev_blog .prev_blog a span,
.next_prev_blog .next_blog a span {
  color: #333333;
  margin-top: 5px;
}
.next_prev_blog .next_blog {
  justify-self: end;
}

.blog_comment_area {
  border: none !important;
}
.blog_comment_area .comment_item {
  border: none !important;
  border-bottom: 1px solid rgba(39, 95, 148, 0.3) !important;
}
.blog_comment_area .comment_item .default_btn {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

@media all and (max-width: 767px) {
  .about_wrapper .about_content {
    transition: 0.5s;
    margin-top: 30px;
  }
}
.about_wrapper .about_content h5 {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #275f94;
  text-transform: uppercase;
}
.about_wrapper .about_content .page_title {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(39, 95, 148, 0.5);
}

.about_banner_wrapper .banner_img {
  width: 100%;
  max-height: 600px;
}

.about_privacy_wrapper .about_privacy_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 20px 40px;
}
@media all and (min-width: 1200px) {
  .about_privacy_wrapper .about_privacy_grid {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    width: 90%;
    margin: auto;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .about_privacy_wrapper .about_privacy_grid {
    transition: 0.5s;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 30px;
  }
}
@media all and (max-width: 575px) {
  .about_privacy_wrapper .about_privacy_grid {
    transition: 0.5s;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.about_privacy_wrapper .about_privacy_item {
  display: grid;
  grid-template-columns: minmax(0, 55px) repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 10px 20px;
  padding: 24px;
  border: 1px solid rgba(39, 95, 148, 0.7);
  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;
}
.about_privacy_wrapper .about_privacy_item:hover {
  background: #ececec;
}
@media (min-width: 768px) and (max-width: 991px) {
  .about_privacy_wrapper .about_privacy_item {
    transition: 0.5s;
    padding: 18px;
  }
}
@media all and (max-width: 767px) {
  .about_privacy_wrapper .about_privacy_item {
    transition: 0.5s;
    padding: 15px;
  }
}
.about_privacy_wrapper .about_privacy_item h4,
.about_privacy_wrapper .about_privacy_item h4 a {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #333333;
}
@media (min-width: 768px) and (max-width: 991px) {
  .about_privacy_wrapper .about_privacy_item h4,
.about_privacy_wrapper .about_privacy_item h4 a {
    transition: 0.5s;
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  .about_privacy_wrapper .about_privacy_item h4,
.about_privacy_wrapper .about_privacy_item h4 a {
    transition: 0.5s;
    font-size: 16px;
  }
}
.about_privacy_wrapper .about_privacy_item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  margin-top: 10px;
}

.contact_address_wrapper .contect_address_item {
  padding-bottom: 20px;
}
@media all and (max-width: 767px) {
  .contact_address_wrapper .contect_address_item {
    transition: 0.5s;
    margin-bottom: 10px;
  }
}
.contact_address_wrapper .contect_address_item:not(:last-child) {
  border-bottom: 1px solid rgba(39, 95, 148, 0.5);
}
.contact_address_wrapper .contect_address_item:not(:first-child) {
  margin-top: 30px;
}
.contact_address_wrapper .contect_address_item h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.contact_address_wrapper .contect_address_item p,
.contact_address_wrapper .contect_address_item a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #666666;
  margin-top: 8px;
}
.contact_address_wrapper .contect_address_item a:hover {
  opacity: 0.9;
}
.contact_address_wrapper .contect_address_item .book_share_list {
  margin-top: 5px;
}
@media all and (max-width: 767px) {
  .contact_address_wrapper .contact_map {
    transition: 0.5s;
    margin-top: 30px;
  }
}
.contact_address_wrapper .contact_map iframe {
  width: 100%;
  max-height: 530px;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
}
@media all and (max-width: 767px) {
  .contact_address_wrapper .contact_map iframe {
    transition: 0.5s;
    max-height: 350px;
  }
}

.contanct_form_wrapper .input_row {
  position: relative;
  margin-top: 15px;
}
.contanct_form_wrapper .input_row input,
.contanct_form_wrapper .input_row textarea {
  width: 100%;
  border: none !important;
  background: #f1f1f1;
}
.contanct_form_wrapper .input_row input {
  height: 45px;
  padding: 0 25px 0 12px;
}
.contanct_form_wrapper .input_row textarea {
  padding: 12px;
}
.contanct_form_wrapper .input_row h4 {
  position: absolute;
  right: 10px;
  top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #dd4832;
}
.contanct_form_wrapper .submit_row {
  margin-top: 50px;
}
.contanct_form_wrapper .contact_text {
  font-weight: 400;
  font-size: 60px;
  line-height: 75px;
  color: #d9d9d9;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform-origin: bottom;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contanct_form_wrapper .contact_text {
    transition: 0.5s;
    font-size: 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contanct_form_wrapper .contact_text {
    transition: 0.5s;
    font-size: 30px;
  }
}
@media all and (max-width: 767px) {
  .contanct_form_wrapper .contact_text {
    transition: 0.5s;
    display: none;
  }
}

.faq_wrapper .accordion-item {
  border: 1px solid rgba(115, 195, 244, 0.4);
}
.faq_wrapper .accordion-button {
  font-weight: 400;
  font-size: 18px;
  color: #114667;
}
@media all and (max-width: 767px) {
  .faq_wrapper .accordion-button {
    transition: 0.5s;
    font-size: 16px;
  }
}
.faq_wrapper .accordion-body p {
  font-size: 15px;
}

.privacy_item {
  margin-top: 30px;
}
.privacy_item p {
  margin-top: 5px;
}

.git_wrapper {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0;
}
.git_wrapper .gift_name_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 20px 30px;
  position: relative;
  top: 300px;
  margin: 0 50px;
}
@media all and (max-width: 767px) {
  .git_wrapper .gift_name_grid {
    transition: 0.5s;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 0 20px;
    top: 500px;
  }
}
.git_wrapper .gift_box_form {
  max-width: 750px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -222px;
  padding-bottom: 40px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media all and (max-width: 767px) {
  .git_wrapper .gift_box_form {
    transition: 0.5s;
    margin-top: -422px;
  }
}
.git_wrapper .gift_box_form .gift_user_card {
  padding: 20px 30px;
  background-color: white;
}
@media all and (max-width: 767px) {
  .git_wrapper .gift_box_form .gift_user_card {
    transition: 0.5s;
    padding: 20px;
  }
}
.git_wrapper .gift_box_form .gift_form_title {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  color: #ff2100;
}
@media all and (max-width: 991px) {
  .git_wrapper .gift_box_form .gift_form_title {
    transition: 0.5s;
    font-size: 18px;
    line-height: 30px;
  }
}
.git_wrapper .gift_box_form .input_row {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 20px;
}
.git_wrapper .gift_box_form label {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #333333 !important;
}
.git_wrapper .gift_box_form .select2-container {
  width: 100% !important;
}
.git_wrapper .gift_info_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 20px 30px;
  margin-top: 330px;
  margin-left: 100px;
  margin-right: 100px;
}
@media all and (max-width: 767px) {
  .git_wrapper .gift_info_grid {
    transition: 0.5s;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: 530px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.git_order_wrapper {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 40px;
}
.git_order_wrapper .gift_card_area {
  padding: 24px 20px;
  background: #275f94;
  border-radius: 15px;
  margin-top: 30px;
}
.git_order_wrapper .gift_card_area h3 {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  color: #ffffff;
}
@media all and (max-width: 991px) {
  .git_order_wrapper .gift_card_area h3 {
    transition: 0.5s;
    font-size: 18px;
    line-height: 30px;
  }
}
.git_order_wrapper .gift_card {
  padding: 40px 25px 20px 25px;
  margin-top: 20px;
  background: #ffffff;
  border: 1px solid rgba(39, 95, 148, 0.1);
  border-radius: 15px;
}
.git_order_wrapper .msg_form textarea {
  width: 100%;
  padding: 10px;
}
.git_order_wrapper .order_price_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 7px 12px;
  margin-bottom: 10px;
}
.git_order_wrapper .order_price_list li h4,
.git_order_wrapper .order_price_list li h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
.git_order_wrapper .order_price_list li h5 {
  font-weight: 400;
}
.git_order_wrapper .order_price_list li:last-child {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid rgba(39, 95, 148, 0.2);
}
.git_order_wrapper .order_price_list li:last-child h5 {
  font-weight: 700;
}
.git_order_wrapper .form-check {
  margin-bottom: 10px;
}
.git_order_wrapper .form-check-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  cursor: pointer;
}
.git_order_wrapper .default_btn {
  margin-top: 30px;
}

.food_list_header {
  margin-bottom: 30px;
}
.food_list_header h4 {
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #172b4d;
}
@media all and (max-width: 767px) {
  .food_list_header h4 {
    transition: 0.5s;
    font-size: 16px;
  }
}
.food_list_header button,
.food_list_header a {
  border-radius: 7px;
  padding: 7px 25px;
  border: 1px solid #172b4d !important;
  background-color: transparent;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  cursor: pointer;
}
.food_list_header button:hover,
.food_list_header a:hover {
  background-color: #172b4d;
  border: 1px solid #172b4d !important;
}
.food_list_header button:hover span,
.food_list_header button:hover i,
.food_list_header a:hover span,
.food_list_header a:hover i {
  color: white;
}
.food_list_header button:hover svg path,
.food_list_header a:hover svg path {
  stroke: white;
}
.food_list_header button span,
.food_list_header a span {
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #7764e4;
}

.invoice_details_area {
  gap: 10px;
  margin-bottom: 20px;
}
.invoice_details_area .user_details_area li {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  color: #172b4d;
  margin-bottom: 10px;
}
.invoice_details_area .user_details_area li:first-child {
  font-weight: 500;
}
.invoice_details_area .user_details_order_area {
  margin-top: 30px;
}
.invoice_details_area .user_details_order_area li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.invoice_details_area .user_details_order_area h4 {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  color: #172b4d;
  margin-bottom: 10px;
}
.invoice_details_area .user_details_order_area h4:first-child {
  font-weight: 500;
  min-width: 150px;
}
.invoice_details_area .user_details_order_area .payment_status {
  background: #2dce98;
  padding: 3px 12px;
  border-radius: 20px;
  color: white;
}

/* Terms Page */
.terms_wrapper .terms_item {
  margin-top: 25px;
}
.terms_wrapper .terms_item h3 {
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  color: #333333;
}
@media (min-width: 768px) and (max-width: 991px) {
  .terms_wrapper .terms_item h3 {
    transition: 0.5s;
    font-size: 24px;
  }
}
@media all and (max-width: 767px) {
  .terms_wrapper .terms_item h3 {
    transition: 0.5s;
    font-size: 22px;
  }
}
.terms_wrapper .terms_item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  margin-top: 15px;
}
@media all and (max-width: 767px) {
  .terms_wrapper .terms_item p {
    transition: 0.5s;
    margin-top: 10px;
  }
}
.terms_wrapper .terms_item .privacy_list {
  margin-top: 15px;
}
@media all and (max-width: 767px) {
  .terms_wrapper .terms_item .privacy_list {
    transition: 0.5s;
    margin-top: 10px;
  }
}
.terms_wrapper .terms_item .privacy_list p {
  margin-top: 0;
}
.terms_wrapper .terms_item .privacy_list li {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #777777;
}
.terms_wrapper .terms_item .contact_list li {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.terms_wrapper .terms_item .contact_list li a:hover {
  opacity: 0.8;
}

.account_wrapper .account_name_area h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  color: #333333;
}
@media (min-width: 768px) and (max-width: 991px) {
  .account_wrapper .account_name_area h3 {
    transition: 0.5s;
    font-size: 30px;
    line-height: 40px;
  }
}
@media all and (max-width: 767px) {
  .account_wrapper .account_name_area h3 {
    transition: 0.5s;
    font-size: 26px;
    line-height: 36px;
  }
}
.account_wrapper .account_name_area h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
.account_wrapper .account_tab_card {
  padding: 20px 60px;
  margin-top: 30px;
  background: rgba(115, 195, 244, 0.12);
  border-radius: 15px;
}
@media all and (max-width: 767px) {
  .account_wrapper .account_tab_card {
    transition: 0.5s;
    padding: 20px;
  }
}
.account_wrapper .account_tab_card .nav {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 7px 10px;
}
.account_wrapper .account_tab_card .nav-link {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  padding: 0;
}
.account_wrapper .account_tab_card .nav-link:hover {
  opacity: 0.9;
}
@media all and (max-width: 767px) {
  .account_wrapper .account_tab_card .nav-link {
    transition: 0.5s;
    font-size: 16px;
  }
}
.account_wrapper .account_tab_card .active {
  color: #275f94;
  background-color: transparent;
}
.account_wrapper .account_info_card {
  padding: 30px 60px;
  margin-top: 30px;
  background: rgba(115, 195, 244, 0.12);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .account_wrapper .account_info_card {
    transition: 0.5s;
    padding: 30px 20px;
  }
}
.account_wrapper .acount_title_wrapper h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: rgba(36, 36, 36, 0.7);
}
@media all and (max-width: 767px) {
  .account_wrapper .acount_title_wrapper h4 {
    transition: 0.5s;
    font-size: 16px;
  }
}
.account_wrapper .account_title_area {
  gap: 10px 60px;
}
.account_wrapper .account_title_area h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: #404a3d;
}
@media (min-width: 768px) and (max-width: 991px) {
  .account_wrapper .account_title_area h3 {
    transition: 0.5s;
    font-size: 20px;
    line-height: 28px;
  }
}
@media all and (max-width: 767px) {
  .account_wrapper .account_title_area h3 {
    transition: 0.5s;
    font-size: 18px;
    line-height: 26px;
  }
}
.account_wrapper .account_title_area .change_info_link {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #275f94;
}
.account_wrapper .account_title_area .change_info_link:hover {
  opacity: 0.9;
}
@media all and (max-width: 767px) {
  .account_wrapper .account_title_area .change_info_link {
    transition: 0.5s;
    font-size: 16px;
    line-height: 20px;
  }
}
.account_wrapper .acount_bottom_border {
  position: relative;
  padding-bottom: 20px;
}
@media all and (max-width: 767px) {
  .account_wrapper .acount_bottom_border {
    transition: 0.5s;
    padding-bottom: 15px;
  }
}
.account_wrapper .acount_bottom_border::before {
  content: " ";
  position: absolute;
  left: -50%;
  bottom: 0;
  width: 200%;
  height: 1px;
  background-color: rgba(39, 95, 148, 0.5);
}
.account_wrapper .acount_form {
  margin-bottom: 20px;
}
.account_wrapper .acount_form .input_row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 20px;
  max-width: 400px;
  width: 100%;
}
.account_wrapper .acount_form label {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #242424;
}
@media all and (max-width: 767px) {
  .account_wrapper .acount_form label {
    transition: 0.5s;
    font-size: 16px;
    line-height: 24px;
  }
}
.account_wrapper .acount_form .input_box {
  width: 100%;
  height: 53px;
  padding: 0 20px;
  background: #ffffff;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
}
.account_wrapper .acount_form .form-check-label {
  cursor: pointer;
  color: #777777;
}
.account_wrapper .acount_form .default_btn {
  padding: 8px 28px;
  background: #30dc4b;
  border-radius: 10px;
}
.account_wrapper .shipping_point_card {
  padding: 20px 50px;
  margin-top: 30px;
  background: rgba(115, 195, 244, 0.44);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}
@media all and (max-width: 767px) {
  .account_wrapper .shipping_point_card {
    transition: 0.5s;
    padding: 10px 30px;
    margin-top: 20px;
  }
}
.account_wrapper .shipping_point_card p a {
  color: #275f94;
}
.account_wrapper .shipping_point_card p a:hover {
  opacity: 0.8;
}
.account_wrapper .wishlist_title h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #404a3d;
}
@media (min-width: 768px) and (max-width: 991px) {
  .account_wrapper .wishlist_title h3 {
    transition: 0.5s;
    font-size: 22px;
    line-height: 28px;
  }
}
@media all and (max-width: 767px) {
  .account_wrapper .wishlist_title h3 {
    transition: 0.5s;
    font-size: 20px;
    line-height: 26px;
  }
}
.account_wrapper .wishlist_title h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: rgba(36, 36, 36, 0.7);
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .account_wrapper .wishlist_title h5 {
    transition: 0.5s;
    font-size: 18px;
    line-height: 28px;
  }
}
@media all and (max-width: 767px) {
  .account_wrapper .wishlist_title h5 {
    transition: 0.5s;
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
  }
}
.account_wrapper .dashboard_wishlist_table {
  margin-top: 30px;
  border: none;
}
.account_wrapper .dashboard_wishlist_table td {
  border-color: rgba(39, 95, 148, 0.1);
}
.account_wrapper .dashboard_wishlist_table .price {
  min-width: 100px;
}
.account_wrapper .dashboard_wishlist_table .table_title {
  font-weight: 700;
}
.account_wrapper .order_product_item_area {
  margin-top: 30px;
}
.account_wrapper .order_product_item_area .order_product_title {
  font-weight: 400;
  font-size: 25px;
  line-height: 31px;
  color: #404a3d;
}
@media (min-width: 768px) and (max-width: 991px) {
  .account_wrapper .order_product_item_area .order_product_title {
    transition: 0.5s;
    font-size: 22px;
    line-height: 28px;
  }
}
@media all and (max-width: 767px) {
  .account_wrapper .order_product_item_area .order_product_title {
    transition: 0.5s;
    font-size: 20px;
    line-height: 26px;
  }
}
.account_wrapper .order_product_item_area .order_product_title span {
  color: #30dc4b;
}
.account_wrapper .order_btn_list {
  margin-top: 30px;
}
.account_wrapper .order_btn_list .default_btn {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.account_wrapper .order_product_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 40px 30px;
  margin-top: 20px;
  padding-bottom: 40px;
}
@media all and (min-width: 1200px) {
  .account_wrapper .order_product_grid {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    gap: 40px 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .account_wrapper .order_product_grid {
    transition: 0.5s;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .account_wrapper .order_product_grid {
    transition: 0.5s;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media all and (max-width: 575px) {
  .account_wrapper .order_product_grid {
    transition: 0.5s;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.account_wrapper .load_more_btn {
  margin-top: 30px;
}
.account_wrapper .load_more_btn .default_btn {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.account_wrapper .order_track_area {
  padding: 30px;
  background: #eef8fe;
  border: 1px solid #275f94;
  border-radius: 15px;
}
@media all and (max-width: 767px) {
  .account_wrapper .order_track_area {
    transition: 0.5s;
    padding: 20px;
  }
}
.account_wrapper .order_track_area h3 {
  font-weight: 400;
  font-size: 25px;
  line-height: 31px;
  color: #275f94;
}
@media (min-width: 768px) and (max-width: 991px) {
  .account_wrapper .order_track_area h3 {
    transition: 0.5s;
    font-size: 22px;
    line-height: 28px;
  }
}
@media all and (max-width: 767px) {
  .account_wrapper .order_track_area h3 {
    transition: 0.5s;
    font-size: 20px;
    line-height: 26px;
  }
}
.account_wrapper .order_track_area .order_track_list_grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .account_wrapper .order_track_area .order_track_list_grid {
    transition: 0.5s;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 10px;
    margin-top: 20px;
  }
}
.account_wrapper .order_track_area .order_track_list_item {
  position: relative;
  z-index: 10;
  text-align: center;
}
.account_wrapper .order_track_area .order_track_list_item:not(:last-child)::after {
  content: " ";
  position: absolute;
  top: 32px;
  left: 75px;
  width: 100%;
  height: 5px;
  border-bottom: 2px dashed rgba(39, 95, 148, 0.2);
  z-index: 5;
}
@media (min-width: 768px) and (max-width: 991px) {
  .account_wrapper .order_track_area .order_track_list_item:not(:last-child)::after {
    transition: 0.5s;
    top: 22px;
  }
}
@media all and (max-width: 767px) {
  .account_wrapper .order_track_area .order_track_list_item:not(:last-child)::after {
    transition: 0.5s;
    display: none;
  }
}
.account_wrapper .order_track_area .order_track_list_item .order_number {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #275f94;
  width: 70px;
  height: 70px;
  background: #ffffff;
  border: 2px solid #275f94;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .account_wrapper .order_track_area .order_track_list_item .order_number {
    transition: 0.5s;
    font-size: 24px;
    line-height: 32px;
    width: 50px;
    height: 50px;
  }
}
@media all and (max-width: 767px) {
  .account_wrapper .order_track_area .order_track_list_item .order_number {
    transition: 0.5s;
    font-size: 18px;
    line-height: 24px;
    width: 40px;
    height: 40px;
  }
}
.account_wrapper .order_track_area .order_track_content {
  margin-top: 15px;
}
@media all and (max-width: 991px) {
  .account_wrapper .order_track_area .order_track_content {
    transition: 0.5s;
    margin-top: 10px;
  }
}
.account_wrapper .order_track_area .order_track_content h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #404a3d;
}
@media all and (max-width: 991px) {
  .account_wrapper .order_track_area .order_track_content h5 {
    transition: 0.5s;
    font-size: 14px;
  }
}
.account_wrapper .order_track_area .order_track_content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: rgba(64, 74, 61, 0.5);
}
@media all and (max-width: 991px) {
  .account_wrapper .order_track_area .order_track_content p {
    transition: 0.5s;
    font-size: 12px;
  }
}
.account_wrapper .order_track_area .active_track .order_number {
  color: #ffffff;
  background: #15ba2f;
  border: 2px solid #15ba2f;
}
.account_wrapper .order_track_area .active_track::after {
  border-bottom: 2px dashed rgba(21, 186, 47, 0.4) !important;
}
.account_wrapper .order_address_area {
  margin-top: 30px;
  max-width: 430px;
  width: 100%;
}
.account_wrapper .order_address_area h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #275f94;
}
@media (min-width: 768px) and (max-width: 991px) {
  .account_wrapper .order_address_area h3 {
    transition: 0.5s;
    font-size: 22px;
    line-height: 28px;
  }
}
@media all and (max-width: 767px) {
  .account_wrapper .order_address_area h3 {
    transition: 0.5s;
    font-size: 20px;
    line-height: 26px;
  }
}
.account_wrapper .order_address_area h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #404a3d;
  margin-top: 10px;
}
.account_wrapper .order_summery_area {
  margin-top: 30px;
}
.account_wrapper .order_summery_area h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #275f94;
}
@media (min-width: 768px) and (max-width: 991px) {
  .account_wrapper .order_summery_area h3 {
    transition: 0.5s;
    font-size: 22px;
    line-height: 28px;
  }
}
@media all and (max-width: 767px) {
  .account_wrapper .order_summery_area h3 {
    transition: 0.5s;
    font-size: 20px;
    line-height: 26px;
  }
}
.account_wrapper .order_price_area {
  max-width: 450px;
  width: 100%;
  margin-left: auto;
  margin-top: 30px;
}
.account_wrapper .order_price_area .order_price_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 7px 12px;
  margin-bottom: 8px;
}
.account_wrapper .order_price_area .order_price_list li h4,
.account_wrapper .order_price_area .order_price_list li h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #242424;
}
@media (min-width: 768px) and (max-width: 991px) {
  .account_wrapper .order_price_area .order_price_list li h4,
.account_wrapper .order_price_area .order_price_list li h5 {
    transition: 0.5s;
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  .account_wrapper .order_price_area .order_price_list li h4,
.account_wrapper .order_price_area .order_price_list li h5 {
    transition: 0.5s;
    font-size: 16px;
  }
}
.account_wrapper .order_price_area .order_price_list li h5 {
  font-weight: 600;
}
.account_wrapper .order_price_area .order_price_list li:last-child {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid rgba(39, 95, 148, 0.2);
}
.account_wrapper .order_price_area .order_price_list li:last-child h4 {
  font-weight: 600;
}
.account_wrapper .order_thanks_msg {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.account_wrapper .order_thanks_msg .fa-circle-check {
  font-size: 60px;
  color: #15ba2f;
}
@media (min-width: 768px) and (max-width: 991px) {
  .account_wrapper .order_thanks_msg .fa-circle-check {
    transition: 0.5s;
    font-size: 50px;
  }
}
@media all and (max-width: 767px) {
  .account_wrapper .order_thanks_msg .fa-circle-check {
    transition: 0.5s;
    font-size: 40px;
  }
}
.account_wrapper .order_thanks_msg .order_msg_content {
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  .account_wrapper .order_thanks_msg .order_msg_content {
    transition: 0.5s;
    margin-top: 20px;
  }
}
.account_wrapper .order_thanks_msg .order_msg_content h3 {
  font-size: 40px;
  color: #242424;
}
@media (min-width: 768px) and (max-width: 991px) {
  .account_wrapper .order_thanks_msg .order_msg_content h3 {
    transition: 0.5s;
    font-size: 32px;
  }
}
@media all and (max-width: 767px) {
  .account_wrapper .order_thanks_msg .order_msg_content h3 {
    transition: 0.5s;
    font-size: 28px;
  }
}

.breadcrumb_wrapper {
  position: relative;
  width: 100%;
  height: 300px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media all and (max-width: 767px) {
  .breadcrumb_wrapper {
    transition: 0.5s;
    height: 250px;
  }
}
.breadcrumb_wrapper:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(236, 170, 170, 0.56);
}
.breadcrumb_wrapper .container,
.breadcrumb_wrapper .row,
.breadcrumb_wrapper .breadcrumb_text {
  height: 100%;
}
.breadcrumb_wrapper .breadcrumb_text {
  position: relative;
}
.breadcrumb_wrapper .breadcrumb_text nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.breadcrumb_wrapper .breadcrumb_text nav h3 {
  font-weight: 400;
  font-size: 35px;
  line-height: 24px;
  color: #333333;
}
@media all and (max-width: 767px) {
  .breadcrumb_wrapper .breadcrumb_text nav h3 {
    transition: 0.5s;
    font-size: 30px;
  }
}
.breadcrumb_wrapper .breadcrumb_text nav .breadcrumb {
  margin-top: 20px;
}
.breadcrumb_wrapper .breadcrumb_text nav li,
.breadcrumb_wrapper .breadcrumb_text nav li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 8px;
  color: #333333;
  opacity: 1;
}

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

body {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}

html,
body {
  overflow-x: hidden;
}

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

p {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #404a3d;
}
@media all and (max-width: 767px) {
  p {
    transition: 0.5s;
    font-size: 14px;
    line-height: 18px;
  }
}

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

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

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

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

:focus {
  outline: none !important;
}

input,
select,
textarea {
  font-size: 15px;
  border: 1px solid rgba(39, 95, 148, 0.5);
}

input:focus,
select:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #275f94 !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 {
  border: none !important;
  background-color: transparent;
}

button:hover {
  border: none !important;
}

*::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #acaaac;
}

*:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #acaaac;
}

*::placeholder,
.select2-selection__placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #acaaac;
}

*::-moz-placeholder,
.select2-selection__placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #acaaac;
}

::-moz-selection {
  color: white;
  background: #f76e11;
}

::selection {
  color: white;
  background: #f76e11;
}

::-moz-selection {
  color: white;
  background: #f76e11;
}

/*  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;
  }
}

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

.g-lg {
  gap: 7px 24px;
}

.default_btn {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  padding: 8px 20px;
  background: #275f94;
  border-radius: 34px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .default_btn {
    transition: 0.5s;
    font-size: 14px;
  }
}
@media all and (max-width: 767px) {
  .default_btn {
    transition: 0.5s;
    font-size: 14px;
    padding: 8px 17px;
  }
}
.default_btn:hover {
  color: #ffffff;
  opacity: 0.9;
}
.default_btn.no_border {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.default_btn.no_background {
  color: #275f94;
  border: 1px solid #275f94;
  background-color: white;
}

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

.product_header {
  position: relative;
  margin-bottom: 25px !important;
  flex-wrap: nowrap !important;
}
.product_header::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 100%;
  height: 1px;
  background-color: #d7d7d7;
}
.product_header .default_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
}
.product_header .page_title {
  background-color: white;
  padding-right: 15px;
}
.product_header .header_btn_area {
  background-color: white;
  padding-left: 15px;
}

.page_title {
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  color: #333333;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page_title {
    transition: 0.5s;
    font-size: 24px;
    line-height: 35px;
  }
}
@media all and (max-width: 767px) {
  .page_title {
    transition: 0.5s;
    font-size: 18px;
    line-height: 25px;
  }
}

.img_zoom_animate {
  overflow: hidden;
  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;
}
.img_zoom_animate:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.bounes_animate {
  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;
}
.bounes_animate:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}

.nice-select .list {
  width: 100%;
  max-height: 250px;
  overflow-x: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.nice-select .list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.nice-select .list::-webkit-scrollbar-track {
  background: rgba(153, 153, 153, 0.2);
  border-radius: 5px;
}
.nice-select .list::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 5px;
}
.nice-select .list::-webkit-scrollbar-thumb:hover {
  background: #f84f4f;
  cursor: -webkit-grab;
  cursor: grab;
}
.nice-select::after {
  width: 8px;
  height: 8px;
  right: 5px;
  border-color: #275f94;
}

.product_item {
  position: relative;
}
@media all and (min-width: 1200px) {
  .product_item {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
  .product_item:hover .cart_list {
    right: 20px;
    opacity: 1;
    visibility: visible;
  }
}
.product_item .product_img_area {
  position: relative;
  width: 100%;
  height: 190px;
}
@media all and (max-width: 575px) {
  .product_item .product_img_area {
    transition: 0.5s;
    height: 225px;
  }
}
.product_item .product_img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.product_item .product_content {
  margin-top: 15px;
}
.product_item .product_content h3 {
  line-height: 24px !important;
  margin-bottom: 10px;
  font-size: 16px !important;
}
.product_item .product_content h3 a {
  font-weight: 600;
  font-size: 14px !important;
  line-height: 10px !important;
  color: #333333;
}
.product_item .product_content h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #333333;
}
.product_item .percentage {
  position: absolute;
  top: 0px;
  left: -10px;
  padding: 3px 15px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  background: #275f94;
  border-radius: 34px;
}

.cart_list {
  position: absolute;
  top: 10px;
  right: 20px;
  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: 575px) {
  .cart_list {
    transition: 0.5s;
    top: 10px;
    right: 10px;
  }
}
@media all and (min-width: 1200px) {
  .cart_list {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    right: -10px;
    opacity: 0;
    visibility: hidden;
  }
  .cart_list:hover {
    right: 20px;
    opacity: 1;
    visibility: visible;
  }
}
.cart_list li {
  margin-top: 10px;
}
.cart_list button {
  width: 36px;
  height: 36px;
  background: #275f94;
  border-radius: 5px;
}
.cart_list button:hover {
  opacity: 0.9;
}

.price_area {
  margin-top: 8px;
}
.price_area h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #275f94;
}
.price_area del {
  color: #a7a7a7;
}

.swiper_next_icon,
.swiper_prev_icon {
  width: 40px;
  height: 40px;
  background: #3c57a5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.swiper_next_icon:hover,
.swiper_prev_icon:hover {
  background: rgba(60, 86, 165, 0.836);
}
.swiper_next_icon::after,
.swiper_prev_icon::after {
  font-size: 16px;
  color: white;
  font-weight: 400;
}

.swiper_next_icon {
  right: -10px;
}
@media all and (min-width: 992px) {
  .swiper_next_icon {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    right: -20px;
  }
}

.swiper_prev_icon {
  left: -10px;
}
@media all and (min-width: 992px) {
  .swiper_prev_icon {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    left: -20px;
  }
}

.swiper_next_icon_inside,
.swiper_prev_icon_inside {
  width: 40px;
  height: 40px;
  background: #3c57a5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.swiper_next_icon_inside:hover,
.swiper_prev_icon_inside:hover {
  background: rgba(60, 86, 165, 0.836);
}
.swiper_next_icon_inside::after,
.swiper_prev_icon_inside::after {
  font-size: 16px;
  color: white;
  font-weight: 500;
}

.blog_item {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  border-radius: 15px;
}
.blog_item .blog_img img {
  width: 100%;
  height: 230px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.blog_item .blog_content {
  padding: 25px 30px;
}
@media all and (max-width: 1199px) {
  .blog_item .blog_content {
    transition: 0.5s;
    padding: 20px;
  }
}
.blog_item .blog_content h3 a {
  display: block;
  font-weight: 400;
  font-size: 19px;
  line-height: 7px;
  color: #404a3d;
  margin-top: 20px;
  margin-bottom: 15px;
}
.blog_item .blog_content h3 a:hover {
  opacity: 0.9;
}
.blog_item .blog_content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #404a3d;
}
.blog_item .book_details a {
  font-weight: 400;
  font-size: 16px;
  line-height: 6px;
  color: #878986;
}
.blog_item .book_details a:hover {
  opacity: 0.9;
}
.blog_item .default_btn {
  margin-top: 20px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(51, 51, 51, 0.36);
  z-index: 100;
  display: none;
}

.bar_btn {
  display: none;
}
@media all and (max-width: 767px) {
  .bar_btn {
    transition: 0.5s;
    display: block;
  }
}
.bar_btn i {
  font-size: 18px;
}

.book_share_list {
  margin-top: 20px;
}
.book_share_list li {
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #333333;
}
.book_share_list li a {
  display: inline-block;
}
.book_share_list li a:hover {
  opacity: 0.9;
}
.book_share_list li a img {
  width: 20px;
  height: 20px;
}

.comment_area {
  margin-top: 30px;
  border-top: 1px solid rgba(39, 95, 148, 0.3);
}
.comment_area .comment_title_area {
  margin-top: 30px;
}
.comment_area .comment_title_area h4 {
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  color: #333333;
}
@media all and (max-width: 767px) {
  .comment_area .comment_title_area h4 {
    transition: 0.5s;
    font-size: 24px;
    line-height: 30px;
  }
}
.comment_area .comment_title_area h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  margin-top: 10px;
}
@media all and (max-width: 767px) {
  .comment_area .comment_title_area h5 {
    transition: 0.5s;
    font-size: 18px;
    line-height: 22px;
  }
}
.comment_area .comment_item {
  margin-top: 30px;
  padding: 20px 25px;
  border: 1px solid rgba(39, 95, 148, 0.5);
}
@media all and (max-width: 767px) {
  .comment_area .comment_item {
    transition: 0.5s;
    padding: 20px;
  }
}
.comment_area .comment_item .comment_user {
  width: 60px;
  max-width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media all and (max-width: 767px) {
  .comment_area .comment_item .comment_user {
    transition: 0.5s;
    width: 40px;
    max-width: 40px;
    height: 40px;
  }
}
.comment_area .comment_item .comment_start_list {
  gap: 5px;
}
.comment_area .comment_item .comment_start_list li i {
  font-size: 16px;
  color: #f8cb2e;
}
.comment_area .commnet_user_area h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
@media all and (max-width: 767px) {
  .comment_area .commnet_user_area h4 {
    transition: 0.5s;
    font-size: 16px;
    line-height: 24px;
  }
}
.comment_area .commnet_user_area h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #a7a7a7;
}
.comment_area .comment_text_area {
  margin-top: 20px;
}
.comment_area .comment_start_list {
  gap: 5px;
}
.comment_area .comment_start_list li i {
  font-size: 16px;
}
.comment_area .comment_form_area {
  margin-top: 30px;
}
.comment_area .comment_form_area h3 {
  font-weight: 400;
  font-size: 30px;
  color: #333333;
}
@media (min-width: 768px) and (max-width: 991px) {
  .comment_area .comment_form_area h3 {
    transition: 0.5s;
    font-size: 26px;
  }
}
@media all and (max-width: 767px) {
  .comment_area .comment_form_area h3 {
    transition: 0.5s;
    font-size: 22px;
  }
}
.comment_area .comment_form_area h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #a7a7a7;
}
.comment_area .comment_form_area h4 span {
  color: #d2691e;
}

.comment_form_area {
  margin-top: 30px;
}
.comment_form_area h3 {
  font-weight: 400;
  font-size: 30px;
  color: #333333;
}
@media (min-width: 768px) and (max-width: 991px) {
  .comment_form_area h3 {
    transition: 0.5s;
    font-size: 26px;
  }
}
@media all and (max-width: 767px) {
  .comment_form_area h3 {
    transition: 0.5s;
    font-size: 22px;
  }
}
.comment_form_area h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #a7a7a7;
}
.comment_form_area h4 span {
  color: #d2691e;
}
.comment_form_area .input_row {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 20px;
}
.comment_form_area .input_row label {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
.comment_form_area .input_row label span {
  color: #d2691e;
}
@media all and (max-width: 767px) {
  .comment_form_area .input_row label {
    transition: 0.5s;
    font-size: 16px;
  }
}
.comment_form_area .input_row .input_filed,
.comment_form_area .input_row textarea {
  padding: 10px;
  width: 100%;
  border: 1px solid rgba(39, 95, 148, 0.25);
}
.comment_form_area .input_row .input_filed {
  height: 40px;
}
.comment_form_area .input_row .form-check-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  cursor: pointer;
}
.comment_form_area .comment_form_star_area {
  margin-top: 10px;
}
.comment_form_area .comment_form_star_area h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #a7a7a7;
}
.comment_form_area .comment_form_star_area .comment_start_list li i {
  color: #d9d9d9;
}
.comment_form_area .submit_row {
  margin-top: 30px;
}
.comment_form_area .submit_row .default_btn {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.table-responsive {
  overflow-x: 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: -webkit-grab;
  cursor: grab;
}

.wishlist_table {
  border: 1px solid rgba(39, 95, 148, 0.1);
}
.wishlist_table tr {
  vertical-align: middle;
}
.wishlist_table thead {
  background: #e4e4e4;
}
.wishlist_table thead th {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  text-transform: uppercase;
  padding: 15px 10px;
  border: none;
}
@media all and (max-width: 767px) {
  .wishlist_table thead th {
    transition: 0.5s;
    font-size: 14px;
  }
}
.wishlist_table tbody td {
  padding: 15px 10px;
}
.wishlist_table .table_img_area .table_img {
  width: 100px;
  max-width: 100px;
  height: 130px;
}
.wishlist_table .table_title,
.wishlist_table h4,
.wishlist_table h5,
.wishlist_table .add_cart_btn {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}
.wishlist_table .table_title:hover,
.wishlist_table .add_cart_btn:hover {
  opacity: 0.9;
}
.wishlist_table .close_btn img {
  width: 25px;
  max-width: 25px;
}
.wishlist_table .table_title {
  display: block;
}
.wishlist_table .wishlist_author {
  margin-top: 8px;
}
.wishlist_table .stock_text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 33px;
  color: #297e29;
  border: 1px solid #297e29;
  text-transform: uppercase;
}
.wishlist_table .stock_text:hover {
  color: white;
  background-color: rgba(41, 126, 41, 0.4);
}
.wishlist_table .add_cart_btn {
  min-width: 85px;
}

.quantity_list li {
  color: #424c60;
  background: #f7f7f7;
  border-radius: 5px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid transparent;
}
.quantity_list li:hover {
  background: #e7e7e7;
}
.quantity_list .inc_decr_input_list {
  width: 50px;
}
.quantity_list .qty_number {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #f7f7f7;
  text-align: center;
}
.quantity_list .qty_number:focus {
  border-width: 1px !important;
}
.quantity_list .qty_number:hover {
  background: transparent;
}
.quantity_list .inc_decr_active {
  background: #275f94 !important;
}
.quantity_list .inc_decr_active path {
  fill: white;
}
.quantity_list .inc_decr_active:hover {
  background: rgba(39, 95, 148, 0.885);
}

.coupon_area {
  margin-top: 15px;
  padding: 15px 10px;
  border: 1px solid rgba(39, 95, 148, 0.1);
}
.coupon_area li span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
.coupon_area li input {
  padding: 0 10px;
  width: 175px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid rgba(39, 95, 148, 0.3);
}

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

.cart_calculate_item {
  border: 1px solid rgba(39, 95, 148, 0.1);
}
.cart_calculate_item:not(:first-child) {
  margin-top: 30px;
}
.cart_calculate_item .cart_title_area {
  padding: 15px 10px;
  background: #e4e4e4;
}
.cart_calculate_item .cart_title_area h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
.cart_calculate_item .cart_title_area p {
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: #333333;
}
.cart_calculate_item .price_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 7px 12px;
  margin: 15px 0;
  padding: 0 10px;
}
.cart_calculate_item .price_item h4,
.cart_calculate_item .price_item h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
.cart_calculate_item .price_item h5 {
  font-weight: 400;
  color: #777777;
}
.cart_calculate_item .total_item {
  border-top: 1px solid rgba(39, 95, 148, 0.1);
  padding: 10px 12px;
}
.cart_calculate_item .total_item h5 {
  font-weight: 600;
  color: #275f94;
}
.cart_calculate_item .checkbox_radio_area {
  padding-left: 20px;
}
.cart_calculate_item .checkbox_radio_area .form-check {
  margin-top: 10px;
}
.cart_calculate_item .checkbox_radio_area label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  cursor: pointer;
}

.place_order_btn {
  margin-top: 30px;
  text-align: center;
}

.order_gift_button {
  margin-top: 15px;
}
.order_gift_button .default_btn {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.checkout_form h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  color: #333333;
}
@media (min-width: 768px) and (max-width: 991px) {
  .checkout_form h3 {
    transition: 0.5s;
    font-size: 26px;
    line-height: 35px;
  }
}
@media all and (max-width: 767px) {
  .checkout_form h3 {
    transition: 0.5s;
    font-size: 22px;
    line-height: 30px;
  }
}
.checkout_form .input_row {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 30px;
}
.checkout_form .input_row label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
.checkout_form .input_row label span {
  color: #d2691e;
}
.checkout_form .input_row input,
.checkout_form .input_row textarea {
  width: 100%;
}
.checkout_form .input_row input:focus,
.checkout_form .input_row textarea:focus {
  border: 1px solid rgba(39, 95, 148, 0.5) !important;
}
.checkout_form .input_row input {
  padding: 0 5px;
  height: 40px;
  border: none;
  border-bottom: 1px solid rgba(39, 95, 148, 0.5);
  transition: all 0.3 ease-in-out;
  -webkit-transition: all 0.3 ease-in-out;
  -moz-transition: all 0.3 ease-in-out;
  -ms-transition: all 0.3 ease-in-out;
  -o-transition: all 0.3 ease-in-out;
}
.checkout_form .select2-selection {
  height: 40px;
  border: none;
  border-bottom: 1px solid rgba(39, 95, 148, 0.5);
  border-radius: 0;
}
.checkout_form .select2-selection .select2-selection__rendered {
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: #333333;
}
.checkout_form .select2-selection .select2-selection__arrow {
  top: 7px;
  right: 6px;
}
.checkout_form .checkbox_row {
  margin-top: 30px;
}
.checkout_form .checkbox_row label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  cursor: pointer;
}
.checkout_form .checkbox_row input {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.select2-container--focus {
  border: 1px solid rgba(39, 95, 148, 0.5);
}

.select2-results__options {
  overflow-x: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.select2-results__options::-webkit-scrollbar {
  width: 5px;
  height: 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: -webkit-grab;
  cursor: grab;
}

.select2-results__option {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

.pagination_area {
  margin-top: 50px;
}
.pagination_area .pagination {
  justify-content: center;
}
.pagination_area .page-link {
  font-weight: 400;
  font-size: 15px;
  color: #333333;
}
.pagination_area .active .page-link {
  color: white;
  background: #275f94;
}

.sign_up_form_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 50px 150px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sign_up_form_grid {
    transition: 0.5s;
    gap: 50px 70px;
  }
}
@media all and (max-width: 767px) {
  .sign_up_form_grid {
    transition: 0.5s;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media all and (min-width: 1200px) {
  .sign_up_form_grid {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.sign_up_form h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #333333;
}
@media all and (max-width: 767px) {
  .sign_up_form h3 {
    transition: 0.5s;
    font-size: 20px;
    line-height: 26px;
  }
}
.sign_up_form .input_row {
  margin-top: 20px;
}
.sign_up_form .input_row input {
  height: 50px;
  width: 100%;
  padding: 0 20px;
  background: #f2f2f2;
  border: 1px solid rgba(39, 95, 148, 0.5);
  border-radius: 10px;
}
.sign_up_form .iti {
  width: 100%;
}
.sign_up_form .checkbox_row {
  margin-top: 20px;
}
.sign_up_form .checkbox_row label {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  cursor: pointer;
}
.sign_up_form .checkbox_row label a {
  color: #3c57a5;
}
.sign_up_form .checkbox_row label a:hover {
  opacity: 0.9;
}
.sign_up_form .forget_link {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #275f94;
}
.sign_up_form .forget_link:hover {
  opacity: 0.9;
}
.sign_up_form .submit_row {
  margin-top: 30px;
}

.forget_form_grid {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.book_preview_modal {
  width: 105%;
}
.book_preview_modal .modal-dialog {
  width: 100%;
  max-width: 80vw;
}
@media all and (max-width: 767px) {
  .book_preview_modal .modal-dialog {
    transition: 0.5s;
    max-width: 95vw;
  }
}
.book_preview_modal .modal-content {
  height: 95vh;
}
.book_preview_modal .book_preview {
  height: 100%;
}
.book_preview_modal .book_pdf {
  width: 100%;
  height: 100%;
}

.contact_form h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  color: #333333;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact_form h3 {
    transition: 0.5s;
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 767px) {
  .contact_form h3 {
    transition: 0.5s;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 1px;
  }
}

.cart_modal_content {
  height: auto !important;
}

.cart_modal_body {
  margin-top: 20px;
}
.cart_modal_body h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
.cart_modal_body h3 b {
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .cart_modal_body h3 {
    transition: 0.5s;
    font-size: 18px;
  }
}
.cart_modal_body .product_text {
  margin: 20px 0;
}
.cart_modal_body .product_button_area {
  margin-top: 20px;
  padding: 20px 10%;
  background-color: #a7a7a7;
}
.cart_modal_body .price_area h5 {
  font-size: 18px;
}
.cart_modal_body .price_area h5 del {
  color: #3c57a5;
}/*# sourceMappingURL=style.css.map */