.bn {
  font-family: "Tiro Bangla", "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
  background: white;
  box-shadow: 0px -6px 16px rgba(0, 0, 0, 0.19);
}

@media (max-width: 991.9px) {
  .marquee_body {
    font-size: 13px;
    padding: 10px;
  }
  .section_gap {
    padding: 30px 0px;
  }
  .section_title .text {
    font-size: 18px;
  }
}
.layout-header2 .main-menu-block .menu-nav {
  display: none;
}
@media (max-width: 991.9px) {
  .layout-header2 .main-menu-block .menu-nav {
    display: none;
  }
}

.carousel__pagination {
  position: absolute;
  top: calc(100% - 26px);
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .footer1 .footer-main > div:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media (max-width: 991.9px) {
  .footer-box {
    margin-top: 30px;
  }
}

@media (max-width: 1199px) {
  .layout-header2 {
    background-color: white;
  }
}
.section_title .text {
  font-size: 30px;
  text-transform: uppercase;
  color: #3e3e3e;
}
@media (max-width: 574.9px) {
  .section_title .text {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .tap-top.top-cls {
    display: none !important;
  }
}

.contact-page .theme-form {
  background-color: white;
  border: 0;
  padding: 20px;
}

.checkout-page .checkout-form .check-out .form-group:last-child label {
  margin-bottom: 10px;
}

.checkout-page .checkout-form textarea {
  height: 100px;
}

@media (max-width: 420px) {
  .checkout-page .checkout-form textarea {
    height: 100px;
  }
}
@media (max-width: 480px) {
  .contact-page .theme-form input {
    margin-bottom: 0;
  }
}
@media (max-width: 420px) {
  .checkout-page .checkout-form .form-group {
    margin-bottom: 10px;
  }
}
body {
  scroll-behavior: unset;
}

html {
  scroll-behavior: unset;
  overflow-x: hidden;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}
.layout-header2 {
  padding: 14px 0px;
}

@media (max-width: 991.9px) {
  .breadcrumb-main {
    display: none;
  }
  .category_page_header {
    display: none;
  }
  .actions {
    display: none;
  }
  .show-sort {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .show-sort .rs-none {
    display: none;
  }
  .show-sort .form-group select {
    border: 1px solid white;
    outline: 0;
    background: white;
    font-size: 10px;
  }
}
@media (max-width: 767.9px) {
  .section-big-pt-space {
    padding-top: 0px;
    overflow: hidden;
  }
  .collection-product-wrapper {
    margin-top: 25px;
  }
  .add_to_cart.right .cart-inner {
    height: calc(100vh - 53px);
    overflow: auto;
  }
  .collection-product-wrapper .product-pagination .pagination {
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
    padding: 8px;
  }
  .collection-product-wrapper .product-pagination .pagination .page-item a {
    padding: 7px;
    font-size: 11px;
    border: 1px solid #dee2e6;
  }
  .product_category_list_col {
    padding: 0;
  }
  .collection-filter.active {
    left: 0;
    z-index: 9999;
    background: white;
  }
}
@media (max-width: 991.9px) {
  .dashboard-left.active {
    left: 0;
    width: 290px;
  }
  .customer_profile .box-account.box-info {
    white-space: nowrap;
    overflow-x: auto;
  }
  .order_history_card .card-header {
    flex-wrap: wrap;
    gap: 16px;
  }
  .order_history_card .card-header .right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.shipping-delivery-page h1,
.shipping-delivery-page h2,
.shipping-delivery-page h3,
.shipping-delivery-page h4,
.shipping-delivery-page h5,
.shipping-delivery-page h6,
.returns-exchanges-page h1,
.returns-exchanges-page h2,
.returns-exchanges-page h3,
.returns-exchanges-page h4,
.returns-exchanges-page h5,
.returns-exchanges-page h6,
.terms-conditions-page h1,
.terms-conditions-page h2,
.terms-conditions-page h3,
.terms-conditions-page h4,
.terms-conditions-page h5,
.terms-conditions-page h6,
.about-page h1,
.about-page h2,
.about-page h3,
.about-page h4,
.about-page h5,
.about-page h6 {
  margin-bottom: 20px;
  font-size: 22px;
  color: black;
}
.shipping-delivery-page p,
.returns-exchanges-page p,
.terms-conditions-page p,
.about-page p {
  margin-left: 0;
  padding: 0;
  margin-bottom: 30px;
  color: black;
  font-size: 16px;
  line-height: 22px;
}
.shipping-delivery-page ol,
.shipping-delivery-page ul,
.returns-exchanges-page ol,
.returns-exchanges-page ul,
.terms-conditions-page ol,
.terms-conditions-page ul,
.about-page ol,
.about-page ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.shipping-delivery-page ol li,
.shipping-delivery-page ul li,
.returns-exchanges-page ol li,
.returns-exchanges-page ul li,
.terms-conditions-page ol li,
.terms-conditions-page ul li,
.about-page ol li,
.about-page ul li {
  margin-bottom: 15px;
  color: black;
  font-size: 16px;
  line-height: 22px;
}

.map_links iframe {
  width: 100% !important;
}

body {
  color: #141414;
}

.footer-contant ul li a {
  color: #212121;
}

.theme-slider {
  height: calc(100% - 85px);
}
@media (max-width: 991.9px) {
  .theme-slider {
    min-height: unset;
  }
}
@media (max-width: 991.9px) {
  .theme-slider .slider-banner {
    min-height: unset;
    height: unset;
  }
  .theme-slider .slider-banner img {
    height: unset;
  }
}

.website_banner {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 991.9px) {
  .website_banner {
    display: block;
  }
}
.website_banner .left {
  width: 100%;
  max-width: 306px;
}
.website_banner .right {
  width: calc(100% - 321px);
}
@media (max-width: 1199.9px) {
  .website_banner .right {
    width: calc(100% - 260px);
  }
}
@media (max-width: 991.9px) {
  .website_banner .right {
    width: 100%;
  }
}
.website_banner .right img {
  border-radius: 5px;
}
.website_banner .right .top_banner {
  display: flex;
  gap: 15px;
}
.website_banner .right .top_banner .top_banner_left {
  flex: 1;
  max-width: 1087px;
}
.website_banner .right .top_banner .top_banner_right {
  width: 100%;
  max-width: 243px;
}
.website_banner .right .top_banner .top_banner_right img {
  height: 100%;
  object-fit: cover;
}
.website_banner .right .bottom_banner {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}
.website_banner .right .bottom_banner .bottom_banner_left {
  flex: 1;
  max-width: 1087px;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(536px, 1fr));
}
.website_banner .right .bottom_banner .bottom_banner_left img {
  width: 100%;
}
.website_banner .right .bottom_banner .bottom_banner_right {
  width: 100%;
  max-width: 300px;
}
.website_banner .right .bottom_banner .bottom_banner_right .img {
  height: 100%;
}
.website_banner .right .bottom_banner .bottom_banner_right .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1320px) {
  .custom-container {
    width: 1400px;
  }
}

.header_right_profile {
  display: flex;
  gap: 20px;
  align-items: center;
}
.header_right_profile img {
  height: 35px;
  width: 35px;
  object-position: center;
  object-fit: cover;
  border-radius: 50%;
}
.header_right_profile .cart {
  position: relative;
}
@media (max-width: 600px) {
  .header_right_profile .cart {
    display: none;
  }
}
.header_right_profile .cart .cart_count {
  position: absolute;
  border: 1px solid black;
  font-size: 11px;
  height: 20px;
  min-width: 20px;
  max-width: 30px;
  text-align: center;
  line-height: 20px;
  top: -12px;
  z-index: 9999;
  background: #fea832;
  color: black;
  border-radius: 4px;
  right: -8px;
  font-weight: 600;
  padding: 0px 4px;
}
.header_right_profile .auth a {
  color: #757575;
  display: inline-block;
  margin-left: 5px;
  line-height: 40px;
  font-size: 18px;
  display: flex;
  gap: 6px;
  align-items: center;
}
@media (max-width: 574.9px) {
  .header_right_profile .auth a {
    font-size: 12px;
  }
}
.header_right_profile .auth a:hover {
  color: black;
}
.header_right_profile .auth a div {
  display: flex;
  align-items: center;
  gap: 5px;
}

@media (max-width: 574.9px) {
  header {
    display: none;
  }
}
.layout-header2 .main-menu-block .brand-logo a {
  display: inline-block;
}
.layout-header2 .main-menu-block .brand-logo a img {
  height: 40px;
}

.mobile_header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
  background: white;
  box-shadow: 0px -6px 16px rgba(0, 0, 0, 0.1);
}
.mobile_header .header_search_wrapper {
  position: relative;
}
.mobile_header .header_search_wrapper .header_search_icon {
  position: absolute;
  top: calc(50% - 1px);
  left: 11px;
  transform: translateY(-50%);
  font-weight: 300;
  font-size: 14px;
}
.mobile_header .header_search_wrapper input {
  width: 100%;
  margin: 6px 0px;
  border-radius: 25px;
  border: 1px solid rgba(128, 128, 128, 0.2901960784);
  padding: 8px 8px 8px 33px;
  font-size: 12px;
}
.mobile_header .header_search_wrapper input:focus {
  outline: 0;
}

.mobile_search_results {
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 30px;
}

.category_modal_toggler {
  /* display: none; */
  position: fixed;
  bottom: 161px;
  right: 15px;
  height: 72px;
  width: 72px;
  border-radius: 5px;
  background: #16346d;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  z-index: 101;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5019607843);
  /* padding-bottom: 36px; */
  bottom: unset;
  top: calc(50% + 41px);
  right: 10px;
  /* padding-bottom: 36px; */
}
@media (max-width: 991.9px) {
  .category_modal_toggler {
    height: 50px;
    width: 50px;
    display: none;
  }
}
.category_modal_toggler:hover {
  background-color: #f15838;
}
.category_modal_toggler img {
  width: 27px;
}
@media (max-width: 991.9px) {
  .category_modal_toggler img {
    width: 19px;
  }
}
.category_modal_toggler .text {
  color: white;
  display: block;
  margin-top: 8px;
  font-size: 12px;
}
@media (max-width: 991.9px) {
  .category_modal_toggler .text {
    font-size: 10px;
  }
}

.modal_category_left_side_show {
  padding: 20px;
  background: white;
}
.modal_category_left_side_show .right_category_list {
  height: calc(100vh - 70px);
  overflow-y: auto;
  overflow-x: hidden;
}
.modal_category_left_side_show .category_list {
  display: grid;
  /* padding: 15px; */
  margin-bottom: 15px;
}
.modal_category_left_side_show .category_list li {
  display: block;
  padding-bottom: 8px;
  overflow: hidden;
}
.modal_category_left_side_show .category_list li:last-child {
  padding-bottom: 0;
}
.modal_category_left_side_show .category_list li div,
.modal_category_left_side_show .category_list li a {
  color: #444;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
}
.modal_category_left_side_show .category_list li img {
  margin-right: 10px;
  border: 2px solid #f0f0f0;
  border-radius: 50%;
  padding: 3px;
  height: 46.5px;
  width: 46.5px;
  transition: all 0.5s ease;
  object-fit: contain;
  object-position: center;
}
.modal_category_left_side_show .category_list li .link_title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal_category_left_side_show .category_list li:hover > div,
.modal_category_left_side_show .category_list li:hover > a {
  color: #ff6000;
}
.modal_category_left_side_show .category_list li:hover > div > img,
.modal_category_left_side_show .category_list li:hover > a > img {
  border: 2px solid #ff6000;
}
.modal_category_left_side_show .right_category_list {
  padding: 10px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.modal_category_left_side_show .right_category_list .categor_modal_right_header {
  font-weight: 400;
  color: black;
  padding: 10px 0px;
  border-bottom: 1px solid #c8c8c8;
  text-transform: capitalize;
}
.modal_category_left_side_show .right_category_list::-webkit-scrollbar {
  width: 5px;
}
.modal_category_left_side_show .right_category_list::-webkit-scrollbar-track {
  background: rgba(241, 241, 241, 0.3803921569);
}
.modal_category_left_side_show .right_category_list::-webkit-scrollbar-thumb {
  background: rgba(136, 136, 136, 0.3490196078);
}
.modal_category_left_side_show .right_category_list::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.modal_category_left_side_show .category_modal_close {
  display: none !important;
}

@media screen and (max-width: 991.9px) {
  .website_banner .left {
    display: none;
  }
  .modal_category_left_side_show {
    opacity: 0;
    visibility: hidden;
  }
}
.modal_category {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  height: calc(100vh - 30px);
  width: calc(100vw - 45px);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2392156863);
  top: 150px;
  left: 15px;
  z-index: 1007;
  overflow: hidden;
  transition-duration: 0.3s;
}
.modal_category.active {
  top: 15px;
  opacity: 1;
  visibility: visible;
}
.modal_category .category_list {
  margin-bottom: 0px;
  overflow-y: auto;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  position: relative;
  padding: 15px;
}
.modal_category .category_list li div,
.modal_category .category_list li a {
  flex-direction: column;
  width: 110px;
  gap: 15px;
}
.modal_category .category_list li img {
  height: 80px;
  width: 80px;
  margin-right: 0;
}
.modal_category .category_list li .link_title {
  white-space: unset;
  overflow: unset;
  text-overflow: unset;
  display: block;
  text-align: center;
}

.category_modal_close {
  display: block;
  position: fixed;
  right: 27px;
  top: 22px;
  z-index: 104;
  font-size: 25px;
  height: 40px;
  width: 40px;
  border: 1px solid black;
  text-align: center;
  line-height: 37px;
  border-radius: 50%;
  backdrop-filter: blur(6px);
  cursor: pointer;
}
.category_modal_close i {
  opacity: 0.7;
  padding: 0;
}
.category_modal_close:hover {
  background-color: #f15838;
  color: white;
}
.category_modal_close:hover i {
  opacity: 1;
}

.modal_category_all_page_content {
  display: grid;
  grid-template-columns: 248px 1fr;
  gap: 20px;
  background-color: white;
}
.modal_category_all_page_content .parent_categories {
  height: calc(100vh - 45px);
  overflow-y: auto;
  overflow-x: hidden;
  border-right: 1px solid rgba(237, 87, 55, 0.1882352941);
  padding-left: 10px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 991.9px) {
  .modal_category_all_page_content .parent_categories {
    padding-left: 0;
  }
}
.modal_category_all_page_content .parent_categories::-webkit-scrollbar {
  width: 5px;
}
.modal_category_all_page_content .parent_categories::-webkit-scrollbar-track {
  background: rgba(241, 241, 241, 0.3803921569);
}
.modal_category_all_page_content .parent_categories::-webkit-scrollbar-thumb {
  background: rgba(136, 136, 136, 0.3490196078);
}
.modal_category_all_page_content .parent_categories::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.modal_category_all_page_content .parent_categories ul li {
  display: block;
  margin-bottom: 10px;
}
.modal_category_all_page_content .parent_categories .cat_item {
  color: #444;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.modal_category_all_page_content .parent_categories .cat_item.active, .modal_category_all_page_content .parent_categories .cat_item:hover {
  color: #ff6000;
}
.modal_category_all_page_content .parent_categories .cat_item.active > img, .modal_category_all_page_content .parent_categories .cat_item:hover > img {
  border: 2px solid #ff6000;
}
.modal_category_all_page_content .parent_categories .cat_item img {
  margin-right: 10px;
  border: 2px solid #f0f0f0;
  border-radius: 50%;
  padding: 3px;
  height: 46.5px;
  width: 46.5px;
  transition: all 0.5s ease;
  object-fit: contain;
  object-position: center;
}
.modal_category_all_page_content .parent_categories .cat_item .link_title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 574.4px) {
  .modal_category_all_page_content .parent_categories .cat_item .link_title {
    white-space: unset;
    text-overflow: unset;
    font-size: 11px;
    max-height: 27px;
  }
}
.modal_category_all_page_content .category_list {
  margin-bottom: 0px;
  position: relative;
}
.modal_category_all_page_content .category_list.d_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 17px;
  row-gap: 80px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .website_banner .left {
    width: 100%;
    max-width: 245px;
  }
}
@media (max-width: 911.9px) {
  .modal_category {
    height: calc(100svh - 53px);
    width: 100svw;
    overflow: hidden;
    top: 0;
    left: -150px;
  }
  .modal_category.active {
    top: 0;
    left: 0;
  }
  .modal_category .category_list {
    gap: 14px;
  }
  .modal_category .category_list li div,
  .modal_category .category_list li a {
    width: 85px;
  }
  .modal_category .category_modal_close {
    display: none;
  }
  .modal_category_all_page_content {
    grid-template-columns: 100px 1fr;
    gap: 0;
  }
  .modal_category_all_page_content .parent_categories {
    height: calc(100vh - 75px);
  }
  .modal_category_all_page_content .parent_categories .cat_item {
    text-align: center;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1215686275);
    margin: 4px;
    height: 86px;
    width: 86px;
    display: block;
    overflow: hidden;
  }
  .modal_category_all_page_content .parent_categories .cat_item img {
    margin: 0;
  }
}
@media (max-width: 574.9px) {
  .modal_category {
    height: calc(100vh - 45px);
    width: 100svw;
    overflow: hidden;
    top: 0;
    left: -150px;
  }
  .modal_category.active {
    top: 0;
    left: 0;
  }
  .modal_category .category_list {
    gap: 10px;
  }
  .modal_category .category_list li {
    padding-bottom: 15px;
  }
  .modal_category .category_list li div,
  .modal_category .category_list li a {
    width: 80px;
    padding: 0px 5px;
  }
  .modal_category .category_list li img {
    height: 40px;
    width: 40px;
    margin-right: 0;
    border-radius: 6px;
    border-width: 1px;
  }
  .modal_category .category_list li .link_title {
    font-size: 12px;
  }
  .modal_category .category_modal_close {
    display: none;
  }
  .modal_category_all_page_content {
    grid-template-columns: 75px 1fr;
    gap: 0;
  }
  .modal_category_all_page_content .parent_categories {
    height: calc(100vh - 98px);
    border-right: 0;
  }
  .modal_category_all_page_content .parent_categories ul li {
    margin-bottom: 0;
  }
  .modal_category_all_page_content .parent_categories::-webkit-scrollbar {
    width: 0px;
  }
  .modal_category_all_page_content .parent_categories .cat_item {
    text-align: center;
    padding: 2px 5px 0px;
    border: 1px solid rgba(0, 0, 0, 0.1215686275);
    height: 75px;
    width: 75px;
    display: grid;
    align-items: center;
    justify-content: center;
    align-content: center;
    overflow: hidden;
    margin: 0;
    border: 0;
    background: rgba(233, 233, 233, 0.6196078431);
    border-bottom: 1px solid white;
  }
  .modal_category_all_page_content .parent_categories .cat_item.active {
    background: white;
    border-left: 3px solid #3F51B5;
    color: #3F51B5;
  }
  .modal_category_all_page_content .parent_categories .cat_item.active > img {
    border: 0;
  }
  .modal_category_all_page_content .parent_categories .cat_item img {
    border-radius: 0;
    border: 0;
    height: 30px;
    width: 30px;
    margin: auto;
  }
  .modal_category_left_side_show .category_list {
    padding: 20px 0px 20px !important;
  }
}
.category_modal_back_button {
  padding: 10px 20px;
  background-color: white;
  font-size: 30px;
  color: black;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  margin-bottom: 15px;
}
@media (max-width: 574.9px) {
  .category_modal_back_button {
    padding: 4px 20px;
    margin-bottom: 0;
  }
}

body:has(.modal_category_left_side_show.active),
html:has(.modal_category_left_side_show.active) {
  overflow: hidden;
}

.category_group_modal_right_shop_link {
  margin-bottom: 20px;
}
.category_group_modal_right_shop_link a {
  border: 1px solid #f15838;
  padding: 10px 25px;
  border-radius: 25px;
  text-transform: capitalize;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  color: rgb(15, 15, 15);
  transition-duration: 0.3s;
  font-weight: 600;
}
.category_group_modal_right_shop_link a:hover {
  background-color: #f15838;
  color: white;
}

.modal_category_left_side_show {
  border-radius: 5px;
  padding: 0px;
}
.modal_category_left_side_show .category_list {
  padding: 20px;
}

.left_category_title {
  background-color: #16346d;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 12px 16px;
  border-radius: 8px 8px 0px 0px;
}

.top_categries img {
  width: 100%;
  object-fit: cover;
  height: 160px;
  object-position: center;
}
.top_categries .category {
  padding: 10px;
  width: 100%;
}
@media (max-width: 575.9px) {
  .top_categries .category {
    padding: 5px;
  }
}
.top_categries .category .category_link {
  display: block;
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  border: 1px solid rgba(128, 128, 128, 0.2705882353);
  height: 100%;
  min-height: 150px;
  max-height: 150px;
  background-color: #e3e3e3;
}
@media (max-width: 991.9px) {
  .top_categries .category .category_link {
    min-height: 78px;
    max-height: 78px;
    border-radius: 10px;
  }
  .top_categries .category .category_link img {
    min-height: 78px;
  }
}
.top_categries .category .category_link .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  color: #717171;
}
@media (max-width: 991.9px) {
  .top_categries .category .category_link .title {
    font-size: 14px;
    width: 100%;
    height: 100%;
    left: 0;
    padding-left: 16px;
  }
}
.top_categries .category .category_link .title .text-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.91);
  padding: 10px;
  border-radius: 4px;
  width: max-content;
  max-width: 80%;
  color: black;
  backdrop-filter: blur(2px);
}
.top_categries .category .category_link:hover {
  /* border: 1px solid #e08c1d; */
  box-shadow: 3px 5px 25px -10px #434343;
}
.top_categries .category .category_link:hover .title {
  color: #e08c1d;
}

.product_list {
  gap: 15px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}
.product_list.product_left {
  grid-template-columns: repeat(auto-fit, minmax(210px, 243px));
}
.product_list > div {
  height: 100%;
}
.product_list > div > div {
  height: 100%;
}
@media screen and (max-width: 400px) {
  .product_list {
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
}
@media (min-width: 400px) and (max-width: 991.9px) {
  .product_list {
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(171px, 1fr));
  }
}

.product {
  background-color: transparent;
  position: relative;
  padding: 2px;
  overflow: hidden;
  max-width: 250px;
}
@media (max-width: 574.9px) {
  .product {
    background-color: transparent;
    border-radius: 10px;
  }
  .product::after, .product::before {
    display: none;
  }
}
.product::after {
  content: "";
  width: 100%;
  height: 100%;
  top: -100%;
  left: -100%;
  background-color: red;
  position: absolute;
  z-index: 1;
  transition-duration: 1s;
}
.product::before {
  content: "";
  width: 100%;
  height: 100%;
  bottom: -100%;
  right: -100%;
  background-color: red;
  position: absolute;
  z-index: 1;
  transition-duration: 1s;
}
.product:hover::after {
  top: 0;
  left: 0;
}
.product:hover::before {
  bottom: 0;
  right: 0;
}
.product:hover .product-box .product-imgbox img {
  transform: scale(1.1);
}
.product:hover .product-box .product-imgbox .product-front .buy_now_btn {
  bottom: -12px;
}
.product .product-box {
  padding-right: 0px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 2;
  background: white;
  position: relative;
}
.product .product-box .product-imgbox {
  padding: 12px 10px;
  border-bottom: 1px solid #e9e9e9;
  height: 226px;
}
@media (min-width: 320px) and (max-width: 400px) {
  .product .product-box .product-imgbox {
    height: 170px;
  }
}
@media (min-width: 400px) and (max-width: 575px) {
  .product .product-box .product-imgbox {
    height: 225px;
  }
}
.product .product-box .product-imgbox img {
  transition-duration: 0.3s;
  max-height: 160px;
  object-fit: contain;
  background-color: white;
}
.product .product-box .product-imgbox .product-front {
  position: relative;
  height: 100%;
}
.product .product-box .product-imgbox .product-front a {
  display: block;
}
@media (max-width: 768px) {
  .product .product-box .product-imgbox .product-icon {
    -webkit-transform: translateX(0px) !important;
    transform: translateX(0px) !important;
    right: 3px;
    bottom: 3px;
    opacity: 1;
    visibility: visible;
    width: 97%;
    display: flex;
    justify-content: center;
  }
}
.product .product-box .product-detail {
  flex: 1;
}
.product .product-box .product-detail .detail-title {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  /* align-items: self-end; */
}
.product .product-box .product-detail .detail-title .detail-left {
  float: unset;
}
.product .product-box .product-detail .detail-title .detail-left .price-title {
  text-transform: unset;
  font-weight: 600;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 22px;
  letter-spacing: 0.5px;
}
@media (max-width: 575px) {
  .product .product-box .product-detail .detail-title .detail-left .price-title {
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    font-weight: 500;
  }
}
.product .product-box .product-detail .detail-title .detail-right {
  float: unset;
  display: flex;
  justify-content: center;
  font-size: 18px;
  gap: 18px;
  padding-top: 15px;
}
@media (max-width: 575px) {
  .product .product-box .product-detail .detail-title .detail-right {
    font-size: 14px;
  }
}

.lazy_image_opacity {
  opacity: 0.4;
}

.buy_now_btn {
  position: absolute;
  padding: 5px 20px;
  background: #6465a5;
  color: white;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  min-width: 118px;
  text-align: center;
  transition-duration: 0.3s;
  bottom: -50px;
}
.buy_now_btn:hover {
  background-color: #f15838;
  color: white;
}
@media (max-width: 574.9px) {
  .buy_now_btn {
    display: none !important;
  }
}

.add_to_cart_button .cart_icon {
  position: relative;
}
.add_to_cart_button .cart_icon .add_to_cart_button_qty {
  position: absolute;
  top: -8px;
  right: -9px;
  /* border: 1px solid black; */
  color: black;
  border-radius: 3px;
  /* background: gray; */
  font-size: 12px;
  min-width: 23px;
  padding: 0px 3px;
  font-weight: bold;
}
@media (max-width: 991.9px) {
  .add_to_cart_button .cart_icon .add_to_cart_button_qty {
    top: -5px;
  }
}

.general_product_additional_image {
  height: 80px;
  width: 80px;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.2588235294);
}

.product_details_page_image_list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 30px 0px;
}

.product_image_big {
  display: block;
}

.single-product-title {
  color: black;
  line-height: 28px;
}

.brands {
  background-color: white;
  padding: 50px 0px;
  margin-top: 50px;
}
.brands .title {
  font-size: 30px;
}
.brands .brand_items .item {
  max-width: 160px;
  padding: 20px;
}
.brands .brand_items .item img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@keyframes scroll {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.nav_list {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin: 0 auto;
  z-index: 9999;
  background-color: #212e37;
  display: none;
}
@media (max-width: 991px) {
  .nav_list {
    display: block;
  }
}
.nav_list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
}
.nav_list ul li {
  width: 60px;
  position: relative;
}
.nav_list ul li a {
  text-align: center;
  display: block;
  color: white;
  position: relative;
}
.nav_list ul li a i {
  display: block;
}
.nav_list ul li a span {
  display: block;
  font-size: 11px;
  padding-top: 2px;
  text-transform: capitalize;
}
.nav_list ul li .logo {
  overflow-x: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /* border: 1px solid red; */
  height: 85px;
  top: -59px;
  z-index: 999;
  width: 95px;
}
.nav_list ul li .logo .logo_image {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  object-fit: contain;
  object-position: left;
  padding: 10px;
  position: absolute;
  background-color: #212e37;
  bottom: -82px;
  left: 50%;
  box-sizing: border-box;
  transform: translateX(-50%);
  z-index: 9;
  border: 1px solid #384955;
}
.nav_list ul li .logo .logo_image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.nav_list ul li .logo a .shape_1,
.nav_list ul li .logo a .shape_2,
.nav_list ul li .logo a .shape_3 {
  position: absolute;
}
.nav_list ul li .logo a .shape_1 {
  height: 43px;
  width: 223px;
  position: absolute;
  background: #212e37;
  z-index: 8;
  left: -8px;
  top: -5px;
  --mask:
      radial-gradient(39.6px at 50% 56px, #000 99%, #0000 101%) calc(50% - 56px) 0/112px 100%,
      radial-gradient(39.6px at 50% -28px, #0000 99%, #000 101%) 50% 28px/112px 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}

.cart-active {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 55;
  background: #16346d;
  border-radius: 12px 0px 0px 12px;
  text-align: center;
  color: #fbfcfc;
  display: block;
  font-size: 20px;
  padding: 10px 0px 0px 0px;
  overflow: hidden;
  width: 72px;
  border: 0;
  padding: 10px;
  right: 10px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .cart-active {
    display: none;
  }
}
.cart-active:hover {
  background: #16346d;
}
.cart-active span {
  background: #dee2e6;
  color: black;
  font-size: 16px;
  padding: 3px 10px;
  margin-top: 10px;
  display: block;
  text-align: center;
}
.cart-active a i {
  font-size: 24px;
  margin-bottom: 4px;
}
.cart-active.btn.btn-primary:focus {
  border: none;
  box-shadow: none;
}
.cart-active .cart_icon {
  height: 30px;
  filter: invert(1);
}

.cart-active-text {
  color: #fbfcfc;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  line-height: 17px;
}

.checkout-page .checkout-form .cart_qty_updater,
.cart_qty_updater {
  display: flex;
  width: 130px;
  align-items: center;
}
.checkout-page .checkout-form .cart_qty_updater input,
.cart_qty_updater input {
  width: 65px;
  height: 34px;
  text-align: center;
  border: 1px solid rgba(128, 128, 128, 0.2588235294);
  padding: 0;
  margin: 0;
}
.checkout-page .checkout-form .cart_qty_updater .btn,
.cart_qty_updater .btn {
  font-size: 12px;
  padding: 5px;
  border: 1px solid rgba(128, 128, 128, 0.2588235294);
  border-radius: 0;
  padding: 7px 10px;
  user-select: none;
  background: white;
}

.cart_quantity_wraper {
  gap: 15px;
  align-self: flex-end;
}

.active_price {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 7px;
  user-select: none;
}

@media (min-width: 500px) {
  .add_to_cart.right {
    width: 500px;
    right: -100vw;
  }
}

.side_cart_product_title {
  font-size: 14px;
  white-space: nowrap;
  width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 5px;
}

.side_cart_item {
  padding: 15px 0px;
}

.checkout-page .checkout-form .side_cart_item {
  padding: 15px 0px;
}
@media (min-width: 992px) {
  .checkout-page .checkout-form .side_cart_item {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding-right: 10px;
  }
  .checkout-page .checkout-form .side_cart_item .side_cart_product_title {
    margin-bottom: 0;
    max-width: 350px;
  }
}

.sidebar_cart_item_tr {
  border-bottom: 1px solid rgba(128, 128, 128, 0.2588235294);
  white-space: nowrap;
}
.sidebar_cart_item_tr td:first-child {
  padding-top: 15px;
}
.sidebar_cart_item_tr:last-child {
  border: 0;
}

@media (max-width: 574.9px) {
  .checkout-page .checkout-form .sidebar_cart_item_tr .cart_quantity_wraper {
    gap: 10px;
    justify-content: flex-end;
  }
}
.checkout-page .checkout-form .sidebar_cart_item_tr td:nth-child(2) {
  padding-left: 20px;
}
@media (max-width: 450px) {
  .checkout-page .checkout-form .sidebar_cart_item_tr td:nth-child(2) {
    padding-left: 10px;
  }
}
.checkout-page .checkout-form .sidebar_cart_item_tr td:nth-child(2) .side_cart_product_title {
  width: unset;
  white-space: unset;
  margin-bottom: 15px;
}
@media (max-width: 574.9px) {
  .checkout-page .checkout-form .sidebar_cart_item_tr td:nth-child(2) .side_cart_product_title {
    width: calc(100vw - 151px);
  }
}

.side_bar_last_child {
  width: 100px;
  vertical-align: bottom;
  padding-bottom: 14px;
}

.cart_current_price {
  font-size: 14px;
}

.add_to_cart .cart-inner .cart_media ul.cart_total li .total {
  padding: 0;
  border: 0;
  margin: 0;
  display: f;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.add_to_cart.left .cart-inner .cart_media .cart_total,
.add_to_cart.right .cart-inner .cart_media .cart_total {
  width: 460px;
  bottom: 10px;
}

.cart_scroll {
  max-height: calc(100vh - 168px);
  overflow-y: auto;
  overflow-x: hidden;
}

.checkout-page .checkout-form .cart_scroll {
  max-height: unset;
  overflow-x: auto;
}

.checkout_cart_total {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  color: black;
  margin-top: 20px;
  font-weight: 600;
  color: black;
  font-size: 14px;
  text-align: right;
}
.checkout_cart_total .checkout_cart_total_title {
  color: #767a7a;
}
.checkout_cart_total .checkout_cart_total_amount {
  width: 100px;
  white-space: nowrap;
  color: #16346d;
}

@media (max-width: 574.9px) {
  .add_to_cart.right {
    width: 100vw;
    right: -100vw;
  }
  .sidebar_cart_item_tr .side_cart_product_title {
    width: 250px;
    font-size: 14px;
  }
  .sidebar_cart_item_tr .cart_current_price {
    font-size: 16px;
  }
  .add_to_cart.left .cart-inner .cart_media .cart_total,
  .add_to_cart.right .cart-inner .cart_media .cart_total {
    width: calc(100vw - 38px);
    bottom: 53px;
    padding: 8px;
  }
  .add_to_cart .cart-inner .cart-total {
    margin-bottom: 10px;
  }
  .add_to_cart .cart-inner .cart_media ul.cart_total li .total {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cart_scroll {
    max-height: calc(100vh - 180px);
  }
  .active_price {
    font-size: 14px;
  }
  .cart_quantity_wraper {
    justify-content: flex-end;
  }
}
@media (max-width: 574.9px) {
  .side_bar_last_child {
    display: none;
  }
}
.home_featured_categories {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(178px, 1fr));
}
@media (max-width: 991.9px) {
  .home_featured_categories {
    grid-template-columns: repeat(auto-fit, minmax(89px, 1fr));
    gap: 10px;
  }
}
.home_featured_categories .item a {
  padding: 10px;
  background: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  align-content: center;
  text-align: center;
  height: 137px;
  font-size: 16px;
  text-transform: capitalize;
  cursor: pointer;
  color: black;
}
.home_featured_categories .item a img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.home_featured_categories .item a:hover {
  color: orange;
}
@media (max-width: 575.9px) {
  .home_featured_categories .item a {
    padding: 10px;
    gap: 4px;
    height: 90px;
    font-size: 10px;
  }
  .home_featured_categories .item a img {
    height: 30px;
    width: 30px;
  }
}

.heighlight_products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 574.9px) {
  .heighlight_products {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
  }
}
.heighlight_products .heighlight_product_list .heading {
  font-size: 18px;
  background-color: white;
  color: black;
  text-align: center;
  font-weight: bold;
  padding: 10px 5px;
  margin-bottom: 20px;
  box-shadow: 0px 5px 13px -8px rgba(0, 0, 0, 0.2509803922);
}
.heighlight_products .heighlight_product_list .heading.has_after {
  position: relative;
}
.heighlight_products .heighlight_product_list .heading.has_after::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 30px;
  background-color: white;
  left: 100%;
  top: 0;
}
@media (max-width: 574.9px) {
  .heighlight_products .heighlight_product_list .heading.has_after::after {
    display: none;
  }
}
.heighlight_products .heighlight_product_list .product_items {
  display: block;
}

.left_product_item {
  background: white;
  padding: 10px;
  border-radius: 4px;
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
  transition-duration: 0.3s;
}
@media (max-width: 574.9px) {
  .left_product_item {
    gap: 15px;
  }
}
.left_product_item .image {
  width: 100px;
}
.left_product_item .image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991.9px) {
  .left_product_item .image {
    width: 70px;
  }
  .left_product_item .image img {
    width: 70px;
    height: 70px;
  }
}
.left_product_item .info .product_title {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
  color: black;
  font-weight: 500;
}
.left_product_item .info .product_title:hover {
  color: rgb(255, 95, 19);
}
@media (max-width: 575.9px) {
  .left_product_item .info .product_title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}
.left_product_item .info .price {
  display: flex;
  font-size: 15px;
}
.left_product_item .info .price .new {
  font-weight: bold;
  color: rgb(255, 95, 19);
}
.left_product_item .info .price .old {
  color: black;
  text-decoration: line-through;
}
.left_product_item:hover .cart_btn {
  opacity: 1;
  visibility: visible;
  display: block;
}
.left_product_item .cart_btn {
  border: 0;
  padding: 5px 20px;
  background: rgba(25, 60, 124, 0.855);
  color: white;
  min-width: 118px;
  text-align: center;
  transition-duration: 0.3s;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  display: none;
  font-size: 13px;
}
.left_product_item .cart_btn:hover {
  background: #16346d;
}
@media (max-width: 575.9px) {
  .left_product_item .cart_btn {
    margin-top: 5px;
  }
}
@media (max-width: 991.9px) {
  .left_product_item .cart_btn {
    display: block;
    opacity: 1;
    visibility: visible;
    font-size: 11px;
  }
}

.invoice-box {
  max-width: 800px;
  margin: auto;
  padding: 30px;
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  line-height: 24px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #555;
  background: white;
  overflow-x: auto;
}
.invoice-box table {
  width: 100%;
  line-height: inherit;
  text-align: left;
}
.invoice-box table tr td {
  padding: 5px;
  vertical-align: top;
}
.invoice-box table tr td.title {
  text-align: left;
}
.invoice-box table tr td:nth-child(2) {
  text-align: right;
}
.invoice-box table tr.information table td {
  padding-bottom: 40px;
}
.invoice-box table tr.top {
  white-space: nowrap;
}
.invoice-box table tr.top table td {
  padding-bottom: 20px;
}
.invoice-box table tr.heading td {
  background: #eee;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}
.invoice-box table tr.details td {
  padding-bottom: 20px;
}
.invoice-box table tr.item td {
  border-bottom: 1px solid #eee;
}
.invoice-box table tr.item.last td {
  border-bottom: none;
}
.invoice-box table tr.total td:nth-child(2) {
  border-top: 2px solid #eee;
  font-weight: bold;
}

/** RTL **/
.invoice-box.rtl {
  direction: rtl;
  font-family: Tahoma, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.invoice-box.rtl table {
  text-align: right;
}

.invoice-box.rtl table tr td:nth-child(2) {
  text-align: left;
}

.payment-status h1 {
  color: #88B04B;
  font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 10px;
}

.payment-status p {
  color: #404F5E;
  font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
  font-size: 20px;
  margin: 0;
}

.payment-status .icon-part {
  border-radius: 200px;
  height: 100px;
  width: 100px;
  background: rgb(19, 99, 14);
  margin: 0px auto;
}

.payment-status i {
  color: #9ABC66;
  font-size: 40px;
  line-height: 200px;
  margin-left: -15px;
}

.payment-status {
  max-width: 800px;
  margin: auto;
  padding: 30px;
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  line-height: 24px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #555;
  text-align: center;
}

.invoice-box table tr.top .top_header_row td:nth-child(1) {
  text-align: left;
  white-space: wrap;
  width: 280px;
}
.invoice-box table tr.top .top_header_row td:nth-child(2) {
  text-align: center;
  width: 200px;
}
.invoice-box table tr.top .top_header_row td:nth-child(3) {
  text-align: right;
}
.invoice-box table tr.top .top_header_row td:nth-child(3) .qr_code_body {
  float: right;
}

.qr_code_body {
  position: relative;
  width: 128px;
}
.qr_code_body .center_logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 40px;
  width: 40px;
  opacity: 0.8;
}

@media only screen and (max-width: 600px) {
  .invoice-box table tr.top table td {
    width: 100%;
    text-align: center;
  }
  .invoice-box table tr.information table td {
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media print {
  body {
    background-color: white;
  }
  .p-d-none {
    display: none;
  }
}
.invoice-box table thead tr.heading,
.invoice-box table tbody tr.heading {
  background: #16346d;
  color: white;
  white-space: nowrap;
}
.invoice-box table thead tr.heading td,
.invoice-box table thead tr.heading th,
.invoice-box table tbody tr.heading td,
.invoice-box table tbody tr.heading th {
  background: unset;
  border: 0;
  text-align: center;
  padding: 7px 10px;
}
.invoice-box table thead tr td,
.invoice-box table tbody tr td {
  background-color: transparent;
}
.invoice-box table thead tr td:last-child,
.invoice-box table tbody tr td:last-child {
  text-align: right;
  padding: 5px;
}
.invoice-box table thead tr.item,
.invoice-box table tbody tr.item {
  text-align: center;
}
.invoice-box table tbody tr td:first-child {
  text-align: left;
}
.invoice-box table tbody tr td:nth-child(2) {
  text-align: center;
}
.invoice-box table tbody tr td .product_title {
  min-width: 300px;
  font-size: 14px;
  line-height: 20px;
}
.invoice-box table thead tr th:first-child {
  text-align: left;
}

.category_page_banners {
  max-height: 300px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 20px;
}
.category_page_banners img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.category_filter_search {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 0px 10px 15px;
}
.category_filter_search input,
.category_filter_search button {
  font-size: 13px;
}

.filter_card_items {
  max-height: 400px;
  overflow-y: scroll;
}

@media (max-width: 574.9px) {
  .category_filter_col {
    padding: 0;
  }
  .category_filter_col .top-bar {
    margin-bottom: 0;
    padding: 5px 10px;
    border-radius: 0;
    width: calc(100% + 7px);
    margin-left: -5px;
    position: fixed;
    left: 0;
    top: 45px;
    left: 0;
    z-index: 99;
    border-top: 1px solid rgba(128, 128, 128, 0.0784313725);
  }
}
.section_heading {
  position: relative;
  padding-bottom: 2rem;
  text-align: center;
  margin-bottom: 30px;
  color: black;
}
.section_heading::before {
  position: absolute;
  content: "";
  background: url("/heading-shape.png");
  width: 174px;
  height: 5px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
}

.shop_category_section_heading {
  position: relative;
  border: 1px solid #bbcedc;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 45px;
  min-height: 120px;
}
.shop_category_section_heading .section_heading {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 44px;
  min-height: 74px;
  margin: 20px 0px;
  text-align: left;
}
.shop_category_section_heading .section_heading::before {
  display: none;
}
@media (max-width: 991.9px) {
  .shop_category_section_heading .section_heading {
    backdrop-filter: blur(0.5px);
    background-color: rgba(255, 255, 255, 0.4117647059);
    height: 100%;
    width: 100%;
    top: 0;
    transform: unset;
    margin: 0;
    padding: 20px 3px;
    left: 7px;
  }
}
.shop_category_section_heading .section_heading_button {
  padding: 8px 18px;
  background: #00224d;
  border-radius: 5px;
  color: white;
  font-weight: 400;
  font-size: 14px;
  margin-top: 11px;
  display: inline-block;
  transition-duration: 0.3s;
}
.shop_category_section_heading .section_heading_button:hover {
  background-color: #ff204e;
}

.product_medicine_description {
  background: white;
}
.product_medicine_description * {
  color: black !important;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  text-decoration: none;
  display: block !important;
  float: unset !important;
  width: unset !important;
}
.product_medicine_description strong,
.product_medicine_description h1,
.product_medicine_description h2,
.product_medicine_description h3,
.product_medicine_description h4,
.product_medicine_description h5,
.product_medicine_description h6 {
  font-weight: bold;
  margin-bottom: 20px;
}

.medicine_description_title {
  display: flex;
  gap: 10px;
  color: black !important;
  font-size: 20px;
}

.medicine_details_row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: 50px 0px;
}
@media (max-width: 991.9px) {
  .medicine_details_row {
    margin-top: 20px;
  }
}
.medicine_details_row .left_image_part {
  width: 100%;
  min-height: 100%;
}
.medicine_details_row .left_image_part .product_medicine_image a {
  display: block;
  padding: 10px;
}
.medicine_details_row .left_image_part .product_medicine_image a img {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
  object-position: center;
}
.medicine_details_row .product_medicine_information {
  min-width: 100%;
  flex: 1;
  background: white;
  padding: 10px;
  border-radius: 5px;
}
.medicine_details_row .product_medicine_information h1 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  color: black;
  text-transform: capitalize;
}
.medicine_details_row .product_medicine_information .info_table {
  width: 100%;
}
.medicine_details_row .product_medicine_information .info_table th,
.medicine_details_row .product_medicine_information .info_table td {
  padding: 5px 10px;
  color: black;
}
.medicine_details_row .product_medicine_information .info_table th {
  width: 125px;
}
.medicine_details_row .related_products {
  width: 100%;
  background: white;
  padding: 10px;
  border-radius: 5px;
}
.medicine_details_row .related_products .heading {
  font-size: 20px;
  margin: 10px 0px 15px;
  color: black !important;
  font-weight: 700;
}
.medicine_details_row .related_products .product_items {
  max-height: 430px;
  overflow-y: auto;
}
.medicine_details_row .related_products .left_product_item {
  border: 1px solid gainsboro;
  border-radius: 5px;
}
.medicine_details_row .related_products .left_product_item .cart_btn {
  opacity: 1;
  visibility: visible;
  display: block;
}

.image_viewer {
  height: 500px;
  overflow: hidden;
}
@media (max-width: 991.9px) {
  .image_viewer {
    height: 300px;
  }
}
.image_viewer a {
  display: block;
}

.product_related_image_box {
  position: relative;
}
.product_related_image_box:hover .navigation_left,
.product_related_image_box:hover .navigation_right {
  background-color: white;
  color: black;
}
.product_related_image_box .navigation_left,
.product_related_image_box .navigation_right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  border: 1px solid gray;
  border-radius: 50%;
  text-align: center;
  line-height: 37px;
  color: white;
  transition-duration: 0.3s;
  cursor: pointer;
  font-size: 25px;
  font-weight: bold;
}
.product_related_image_box .navigation_left {
  left: 10px;
}
.product_related_image_box .navigation_right {
  right: 10px;
}
.product_related_image_box .product_related_images {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  overflow-x: scroll;
  scrollbar-width: none;
}
.product_related_image_box .product_related_images::-webkit-scrollbar {
  display: none;
  /* For Chrome, Safari, and Opera */
}
.product_related_image_box .product_related_images li a {
  width: 80px;
  height: 80px;
  display: block;
}
.product_related_image_box .product_related_images li a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.color_varients {
  max-width: 450px;
  padding-top: 20px;
}
.color_varients .color_varient_images {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.color_varients .single_color {
  position: relative;
  overflow: hidden;
}
.color_varients .single_color label {
  margin: 0;
  cursor: pointer;
  user-select: none;
  display: block;
}
.color_varients .single_color label input {
  display: none;
}
.color_varients .single_color img {
  height: 45px;
  width: 45px;
  object-fit: cover;
  object-position: center;
  background-color: white;
  padding: 1px;
  border: 1px solid rgb(204, 204, 204);
}
.color_varients .single_color:has(input:checked) {
  border: 1px solid rgb(47, 116, 153);
}
.color_varients .single_color:has(input:checked)::before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 12px;
  color: white;
  position: absolute;
  top: 2px;
  right: 1px;
  z-index: 10;
}
.color_varients .single_color:has(input:checked)::after {
  content: "";
  height: 35px;
  width: 36px;
  background-color: rgb(47, 116, 153);
  text-align: center;
  position: absolute;
  top: -18px;
  right: -17px;
  transform: rotate(44deg);
}

.available_sizes {
  max-width: 400px;
  padding-top: 20px;
}
.available_sizes table tr {
  cursor: pointer;
  user-select: none;
}
.available_sizes table tr:has(input:checked) {
  background-color: rgb(169, 204, 213);
}
.available_sizes table tr:hover {
  background-color: rgba(169, 204, 213, 0.574);
}
.available_sizes table tr td:nth-child(2),
.available_sizes table tr th:nth-child(2) {
  text-transform: uppercase;
}
.available_sizes table tr td:nth-child(3),
.available_sizes table tr th:nth-child(3) {
  text-align: center;
}
.available_sizes table tr td:nth-child(4) {
  text-align: right;
}
.available_sizes table tr th:nth-child(4) {
  text-align: center;
}

.product_details_price_attributes {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.product_details_price_attributes li {
  background-color: rgba(55, 73, 187, 0.05);
  border-radius: 25px;
  font-size: 14px;
  padding: 6px 13px;
  color: black;
}
.product_details_price_attributes li span {
  display: inline-block;
}
.product_details_price_attributes li .key {
  margin-right: 10px;
}
.product_details_price_attributes li .value {
  font-weight: 600;
}

.quick_overview {
  border-top: 1px solid rgb(210, 210, 210);
  margin-top: 20px;
}

.short_description table {
  margin-top: 10px;
}
.short_description table tr td {
  padding: 5px;
  color: black;
}
.short_description table tr td:nth-child(1) {
  font-weight: 600;
}

.product_top_basic_infos {
  display: grid;
  grid-template-columns: 1fr 250px;
  gap: 20px;
}
@media (max-width: 767.9px) {
  .product_top_basic_infos {
    grid-template-columns: 1fr;
  }
}
.product_top_basic_infos .left_info {
  display: inline-block;
}
.product_top_basic_infos .right_info {
  display: inline-block;
}
.product_top_basic_infos .right_info ul.features {
  margin: 0;
  padding: 0;
  display: grid;
}
.product_top_basic_infos .right_info li.feature {
  margin-bottom: 11px;
  list-style: none;
}
.product_top_basic_infos .right_info .feature-inner {
  padding: 12px 10px;
  border: 1px solid #0e4194;
  background: #f5f5f5;
  display: flex;
  align-items: center;
}
.product_top_basic_infos .right_info .feature-thumbnail {
  min-width: 25%;
  text-align: center;
  font-size: 30px;
  color: #515151;
}
.product_top_basic_infos .right_info .feature-thumbnail .fa {
  color: #0e4194 !important;
}
.product_top_basic_infos .right_info h3.feature-title {
  font-weight: 700;
  font-size: 14px;
  color: #252525;
  margin-bottom: 0;
  margin-top: 0;
}
.product_top_basic_infos .right_info .btn-styled {
  padding: 0.6rem 1rem !important;
}
.product_top_basic_infos .right_info ul {
  list-style-type: none;
}
.product_top_basic_infos .right_info .product-price-options {
  justify-content: space-between;
}
.product_top_basic_infos .right_info .product-price-options .p-wrap.cash-payment {
  flex: 0 0 45%;
  margin-right: 15px;
}
.product_top_basic_infos .right_info .product-price-options .p-wrap:hover,
.product_top_basic_infos .right_info .product-price-options .p-wrap.active {
  border: 2px solid #3749BB;
}
.product_top_basic_infos .right_info .product-price-options .p-wrap {
  flex: 1 1 auto;
  border: 2px solid #EDF2F5;
  position: relative;
  padding: 15px 15px 15px 55px;
  box-shadow: 40px 0 0 #fafafa inset;
  cursor: pointer;
}
.product_top_basic_infos .right_info .feature-desc {
  color: black;
  font-size: 14px;
}

.details_product_short_description table tr td {
  padding: 5px;
  color: black;
}
.details_product_short_description table tr td:nth-child(1) {
  font-weight: 700;
}

.dashboard-left .block-content ul li {
  align-items: center;
}
@media (max-width: 991.9px) {
  .dashboard-left .block-content ul {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    padding-bottom: 27px;
  }
  .dashboard-left .block-content ul li a {
    font-size: 12px;
    line-height: 12px;
  }
  .dashboard-left .block-content ul li ::before {
    line-height: 35px;
  }
  .dashboard-left .block-content ul li.profile_nav_top::before {
    display: none;
  }
  .dashboard-left .block-content ul li .profile_image {
    height: 80px;
    width: 80px;
  }
}

.profile_image {
  position: relative;
}
.profile_image .upload_icon {
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.6588235294);
  color: black;
  backdrop-filter: blur(1px);
  font-size: 12px;
  top: unset;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 25px;
  padding-top: 4px;
  cursor: pointer;
}
.profile_image .upload_icon p {
  font-size: 11px;
}

.login_with_google_button {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.33);
}
.login_with_google_button img {
  height: 30px;
  margin-right: 10px;
}
.login_with_google_button span {
  color: black;
  font-weight: 600;
  text-transform: uppercase;
}

#main_page .main_page_banner {
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
}
#main_page .main_page_banner img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
#main_page .main-theme-slider .main-slider-banner {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#main_page .main-theme-slider .main-slider-banner img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
#main_page .greeting-text {
  max-width: 992px;
  margin: 40px auto;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: black;
}
@media (max-width: 575.9px) {
  #main_page .greeting-text {
    font-size: 16px;
    text-align: justify;
  }
}
#main_page .main_categories_heading {
  margin-bottom: 40px;
}
#main_page .main_categories_heading h2 {
  color: black;
  font-size: 24px;
}
@media (max-width: 575.9px) {
  #main_page .main_categories_heading h2 {
    font-size: 18px;
  }
}
#main_page .main_categories_list {
  margin-bottom: 40px;
}
#main_page .main_categories_list .category_groups {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  text-align: center;
  gap: 25px;
}
@media (max-width: 575.9px) {
  #main_page .main_categories_list .category_groups {
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 10px;
  }
}
#main_page .main_categories_list .category_groups .category_group_item {
  background-color: white;
  box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px;
  color: black;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 575.9px) {
  #main_page .main_categories_list .category_groups .category_group_item {
    font-size: 10px;
  }
}
#main_page .main_categories_list .category_groups .category_group_item img {
  width: 100px;
  margin-bottom: 5px;
}
@media (max-width: 575.9px) {
  #main_page .main_categories_list .category_groups .category_group_item img {
    width: 65px;
  }
}

@media (max-width: 575.9px) {
  html:has(.chat_message_box),
  body:has(.chat_message_box) {
    overflow: hidden;
  }
}
.chat_bot {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 999;
}
@media (max-width: 575.9px) {
  .chat_bot {
    bottom: 55px;
    right: 0;
    z-index: 99999;
  }
}
.chat_bot .chat_bot_body .icon {
  height: 60px;
  width: 60px;
  background-color: #16346d;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  line-height: 60px;
  box-sizing: border-box;
  text-align: center;
  padding: 5px;
  overflow: hidden;
}
@media (max-width: 575.9px) {
  .chat_bot .chat_bot_body .icon {
    height: 50px;
    width: 50px;
  }
  .chat_bot .chat_bot_body .icon img {
    position: relative;
    top: -10px;
  }
}
.chat_bot .chat_bot_body .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.chat_bot .chat_bot_body .start_chat_popup {
  background-color: white;
  border-radius: 10px;
  padding: 30px;
  position: absolute;
  bottom: 80px;
  right: 0px;
  box-shadow: 0px 0px 17px -6px rgba(0, 0, 0, 0.4549019608);
  width: 370px;
  z-index: 8;
}
@media (max-width: 575.9px) {
  .chat_bot .chat_bot_body .start_chat_popup {
    width: 100vw;
  }
}
.chat_bot .chat_bot_body .start_chat_popup .close_popup {
  position: absolute;
  right: 30px;
  top: 20px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: rgb(243, 244, 246);
  display: grid;
  align-items: center;
}
.chat_bot .chat_bot_body .start_chat_popup .close_popup i {
  position: relative;
  top: 2px;
}
.chat_bot .chat_bot_body .start_chat_popup .start_chat_button {
  width: 100%;
  text-align: left;
  padding: 14px 15px;
  border: 0;
  border-radius: 5px;
  background: #16346d;
  color: white;
  font-size: 14px;
  display: flex;
  gap: 11px;
  align-items: center;
  cursor: pointer;
  transition-duration: 0.3s;
}
.chat_bot .chat_bot_body .start_chat_popup .start_chat_button:hover {
  background: rgba(22, 52, 109, 0.8588235294);
}
.chat_bot .chat_bot_body .start_chat_popup .start_chat_button i {
  position: relative;
  top: 2px;
}
.chat_bot .chat_bot_body .start_chat_popup p {
  padding: 10px 0px;
}
.chat_bot .chat_bot_body .start_chat_popup .chart_start_form label,
.chat_bot .chat_bot_body .start_chat_popup .chart_start_form input {
  display: block;
  width: 100%;
}
.chat_bot .chat_bot_body .start_chat_popup .chart_start_form label {
  color: black;
  font-weight: 600;
}
.chat_bot .chat_bot_body .start_chat_popup .chart_start_form input {
  margin-bottom: 15px;
}
.chat_bot .chat_bot_body .chat_message_box {
  position: absolute;
  right: 0;
  bottom: 80px;
  z-index: 10;
  background-color: white;
  background-image: url("/uploads/icons/chat_bg.jpg");
  box-shadow: 0px 0px 17px -6px rgba(0, 0, 0, 0.55);
  width: 370px;
  border-radius: 10px;
  overflow: hidden;
  background-repeat: repeat;
  background-size: 100%;
}
@media (max-width: 575.9px) {
  .chat_bot .chat_bot_body .chat_message_box {
    width: 100vw;
    height: 100svh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.chat_bot .chat_bot_body .chat_message_box .chat_message_header {
  background-color: #16346d;
  color: white;
  padding: 12px 23px;
}
.chat_bot .chat_bot_body .chat_message_box .chat_message_header i {
  cursor: pointer;
}
.chat_bot .chat_bot_body .chat_message_box .chat_message_header span {
  padding-left: 10px;
}
.chat_bot .chat_bot_body .chat_message_box .messages {
  height: 450px;
  overflow-y: auto;
  padding: 20px;
}
@media (max-width: 575.9px) {
  .chat_bot .chat_bot_body .chat_message_box .messages {
    height: unset;
  }
}
.chat_bot .chat_bot_body .chat_message_box .messages::-webkit-scrollbar {
  width: 0;
}
.chat_bot .chat_bot_body .chat_message_box .messages .message_item {
  margin-bottom: 20px;
}
.chat_bot .chat_bot_body .chat_message_box .messages .message_item .text {
  max-width: 270px;
  border-radius: 10px;
  box-shadow: 0px 0px 17px -6px rgba(0, 0, 0, 0.3254901961);
  padding: 15px;
  background-color: white;
}
.chat_bot .chat_bot_body .chat_message_box .messages .message_item.reply {
  text-align: left;
  position: relative;
}
.chat_bot .chat_bot_body .chat_message_box .messages .message_item.reply::after {
  content: "";
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0px;
  left: 0;
  transform: skew(311deg, 4deg);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2705882353);
  z-index: -1;
}
.chat_bot .chat_bot_body .chat_message_box .messages .message_item.sent {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.chat_bot .chat_bot_body .chat_message_box .messages .message_item.sent .text {
  background-color: #16346d;
  color: white;
}
.chat_bot .chat_bot_body .chat_message_box .messages .message_item.sent::after {
  content: "";
  height: 20px;
  width: 20px;
  background-color: #16346d;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: skew(10deg, 10deg);
  z-index: -1;
}
.chat_bot .chat_bot_body .chat_message_box .messeging_box {
  background: white;
  display: flex;
  padding: 15px 15px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.chat_bot .chat_bot_body .chat_message_box .messeging_box .input_box {
  flex: 1;
}
.chat_bot .chat_bot_body .chat_message_box .messeging_box .send_button {
  cursor: pointer;
}
.chat_bot .chat_bot_body .chat_message_box .messeging_box .send_button i {
  color: #16346d;
}
.chat_bot input {
  border: 1px solid rgba(128, 128, 128, 0.149);
  font-size: 14px;
  padding: 14px;
  width: 100%;
  border-radius: 10px;
}
.chat_bot input:focus {
  outline: 0;
  border: 1px solid #16346d;
}
.add_to_cart.right {
    z-index: 1000;
}
