@import url(https://db.onlinewebfonts.com/c/aef2da2daa6e15be44ff1a2706cc61a1?family=AvertaStd-Semibold);
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "Helvetica Neue";
  src: url("/assets/fonts/helvetica_neue/HelveticaNeue-Regular.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #ef233c;
  --secondary: #f8f9fa;
  --text: #212529;
  --border: #e9eef2;
  --radius: 10px;
  --black-color: #000000;
  --averta-font: "AvertaStd-Semibold";
  --oc-navy: #1c1f3f;
  --oc-maroon: #7a1d1d;
  --oc-pink: #ee3a7d;
  --oc-red: #e30613;
  --oc-cream: #fdf6e3;
  --font-inter: "Inter", sans-serif;
  --font-poppins: "Poppins", sans-serif;
  --font-helvetica: "Helvetica Neue", sans-serif;
  --tblr-color-white: white;
  --tblr-filter-blur-sm: blur(4px);
  --tblr-color-slate-800: #1e2734;
  --tblr-color-background-primary: light-dark(var(--tblr-color-white),
      var(--tblr-color-slate-800));
}

.header {
  background: #fff;
  background-color: color-mix(in srgb, var(--tblr-color-background-primary), transparent 10%);
  backdrop-filter: var(--tblr-filter-blur-sm);
  border-bottom: 2px solid #e9eef2;
  z-index: 1030;
}

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

.form-control:focus {
  box-shadow: unset !important;
}

.header .logo {
  height: 42px;
}

.header .search-icon {
  background: unset;
  font-size: 20px;
}

.header .search-box {
  width: 100%;
  max-width: 450px;
}

.header .search-box .form-control {
  border-right: 0;
  font-size: 13px;
  border-color: var(--border);
  box-shadow: none;
}

.header .search-box .form-control::-moz-placeholder {
  font-family: var(--averta-font);
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.header .search-box .form-control::placeholder {
  font-family: var(--averta-font);
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.header .search-box .btn {
  border-color: var(--border);
}

.header .search-box .btn:focus {
  box-shadow: unset;
}

.header .header-btn {
  display: flex;
  font-family: "AvertaStd-Semibold";
  align-items: center;
  gap: 10px;
  padding: 10px;
  font-weight: 600;
  color: var(--black-color);
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
  line-height: 15px;
  white-space: nowrap;
}

.header .header-btn:focus {
  box-shadow: unset !important;
  color: var(--black-color);
}

.header .header-btn.btn-danger:focus,
.header .header-btn.btn-danger:focus-visible {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.btn-outline-secondary.dropdown-toggle.show {
  color: #210c09;
  background-color: unset !important;
  border-color: unset !important;
}

.header .dropdown-menu {
  border: unset;
}

.header .dropdown-item {
  padding: 6px 12px;
}

.header .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #b9bdc9 !important;
}

.header .header-btn .menu-icon {
  width: 22px;
  height: 22px;
  display: flex;
  border-radius: 4px;
  align-items: center;
  background: rgba(255, 0, 0, 0.0509803922);
  justify-content: center;
}

.header .header-btn .menu-icon .iconify {
  color: #ff0000;
}

.header .header-btn:focus {
  box-shadow: none;
}

.header .btn-danger {
  background: var(--primary);
  border-radius: 6px;
  padding: 12px;
}

.header .btn-danger:hover {
  background: #d90429;
  border-color: #d90429;
}

.header .search-dropdown {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-height: 280px;
  overflow-y: auto;
  scrollbar-width: thin;
  background: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}


#searchModal .modal-dialog .modal-content .modal-body .list-group {
  max-height: 600px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.header .search-dropdown .list-group {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.header .navbar .tabler-login-2,
.tabler-logout-2,
.tabler-user {
  font-size: 20px;
}

.header .search-dropdown .search-dropdown-loading {
  padding: 10px 12px;
}

.header .search-dropdown .search-dropdown-empty {
  padding: 10px 12px;
}

.auth-modal .modal-dialog .modal-content .modal-header {
  position: absolute;
  top: 15px;
  right: 18px;
  z-index: 9;
}

.heading {
  width: 100%;
  margin-bottom: 20px;
}

/* .h6-wrap {
  text-align: center;
} */

.h6-wrap h1 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #1e2530;
}

.h6-wrap .underline {
  width: 60px;
  height: 4px;
  background: #f5b83d;
  margin: 0 auto;
  border-radius: 4px;
  position: relative;
}

.h6-wrap .underline::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -3px;
  transform: translateX(-50%);
  width: 14px;
  height: 10px;
  background: #e2451e;
  border-radius: 4px;
}

.h6-wrap h1 span {
  color: #e2451e;
}

.h6-wrap p {
  margin: 0;
  font-size: 12px;
  color: #8a8f98;
  letter-spacing: 0.3px;
}

@media (min-width: 992px) {

  .dropdown-resource,
  .dropdown-resource ul.dropdown-menu>li {
    position: relative;
  }

  .dropdown-resource>ul.dropdown-menu {
    top: 100%;
    left: 0;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .059) !important;
    border-radius: 5px;
    border: 0;
    margin: 0;
    min-width: 200px;
    padding: 0;
  }

  .dropdown-resource a,
  .dropdown-resource .dropdown-menu a {
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 13px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    color: #333;
    border-radius: 5px;
  }

  .dropdown-resource .top-categories {
    border: 1px solid #64748B;
    padding: 7px 12px;
  }

  .dropdown-resource .dropdown-menu a:hover {
    background-color: #eaf2ff;
  }

  .dropdown-resource ul.dropdown-menu ul.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .059) !important;
  }

  .dropdown-resource ul.dropdown-menu {
    display: none;
  }

  .dropdown-resource:hover>ul.dropdown-menu,
  .dropdown-resource ul.dropdown-menu>li:hover>ul.dropdown-menu {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .dropdown-resource ul.dropdown-menu {
    display: none;
    position: static;
    box-shadow: none;
    padding-left: 14px;
  }

  .popular-books .product-card .product-img-dev .prod-img {
    height: 150px !important;
    min-height: 150px !important;
    max-height: 150px !important;
  }
}


.mobile-drill .drill-panel .drill-list .drill-item {
  text-transform: capitalize;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  color: #3C4852;
  padding: 10px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
}

#drillPanels {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.drill-panel {
  position: absolute;
  inset: 0;
  background: #fff;
  transform: translateX(100%);
  transition: transform .28s ease;
  overflow-y: auto;
}

.drill-panel.active {
  transform: translateX(0);
}

.drill-panel[data-panel="root"] {
  transform: translateX(0);
}

.drill-header {
  padding: 14px 8px;
  border-bottom: 1px solid #eef0f3;
}

.drill-back {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: none;
  padding: 0;
  font-weight: 700;
  font-size: 15px;
  color: #23282f;
}

.drill-list {
  list-style: none;
  margin: 0;
  padding: 8px 0;
}

.drill-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  color: #23282f;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #f5f6f8;
}




.bottom-cart-btn {
  z-index: 999;
  background: #299a6b;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  color: #ffffff;
  border-radius: 20px;
  border: unset;
  bottom: 20px;
  padding: 2px 25px;
}

.bottom-cart-btn:focus {
  background: #299a6b;
  color: #ffffff;
}

.bottom-cart-btn h6 {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 19px;
  font-family: "AvertaStd-Semibold";
  font-weight: 700;
}

.bottom-cart-btn p {
  font-size: 12px;
  font-family: "AvertaStd-Semibold";
  line-height: 14px;
  font-weight: 700;
}

.popular-categories {
  margin-top: 60px;
}

@media (max-width: 1199.98px) {
  .popular-categories .category {
    width: calc((100% - (7 * 20px)) / 8);
  }
}

@media (max-width: 991.98px) {
  .popular-categories .category {
    width: calc((100% - (5 * 20px)) / 6);
  }
}

@media (max-width: 767.98px) {
  .popular-categories .category {
    width: calc((100% - (3 * 20px)) / 4);
  }
}

@media (max-width: 575.98px) {
  .popular-categories .category {
    width: calc((100% - (2 * 20px)) / 3);
  }
}

/* New Slider */

.category-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 20px;
  padding: 10px 5px 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.category-slider::-webkit-scrollbar {
  display: none;
}

.popular-categories .category {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: 95px;
  color: #333;
  transition: 0.3s;

  width: calc((100% - (9 * 20px)) / 10);
}

.popular-categories .category:nth-child(7n+1) .icon-box {
  background: #fff4e5;
}

.popular-categories .category:nth-child(7n+2) .icon-box {
  background: rgba(124, 225, 183, 0.2196078431);
}

.popular-categories .category:nth-child(7n+3) .icon-box {
  background: #eef2ff;
}

.popular-categories .category:nth-child(7n+4) .icon-box {
  background: #fff0f6;
}

.popular-categories .category:nth-child(7n+5) .icon-box {
  background: #fef9e7;
}

.popular-categories .category:nth-child(7n+6) .icon-box {
  background: #e8f8f5;
}

.popular-categories .category:nth-child(7n+7) .icon-box {
  background: #eef2ff;
}

/* End */

/* .popular-categories .category {
  width: 95px;
  color: #333;
  transition: 0.3s;
} */

.popular-categories .category .icon-box {
  width: 52px;
  height: 52px;
  margin: auto;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.popular-categories .category .icon-box img {
  width: 24px;
  height: 24px;
}

.popular-categories .category h6 {
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1.3;
}

.popular-categories .category:hover {
  color: #ff9800;
}

.popular-categories .category:hover .icon-box {
  background: #fff4e5;
  transform: translateY(-3px);
}

/* .popular-categories .category:nth-child(1) .icon-box {
  background: #fff4e5;
}

.popular-categories .category:nth-child(2) .icon-box {
  background: rgba(124, 225, 183, 0.2196078431);
}

.popular-categories .category:nth-child(3) .icon-box {
  background: #eef2ff;
}

.popular-categories .category:nth-child(4) .icon-box {
  background: #fff0f6;
}

.popular-categories .category:nth-child(5) .icon-box {
  background: #fef9e7;
}

.popular-categories .category:nth-child(6) .icon-box {
  background: #e8f8f5;
} */

/* .slick-initialized .slick-slide {
  width: 110px !important;
}

.popular-categories .category-slider .slick-track {
  display: flex !important;
  justify-content: flex-start !important;
  margin-left: 0 !important;
} */

/* .category-slider .slick-slide:nth-child(7n+1) .icon-box {
  background: #fff4e5;
}

.category-slider .slick-slide:nth-child(7n+2) .icon-box {
  background: rgba(124, 225, 183, 0.2196078431);
}

.category-slider .slick-slide:nth-child(7n+3) .icon-box {
  background: #eef2ff;
}

.category-slider .slick-slide:nth-child(7n+4) .icon-box {
  background: #eef2ff;
}

.category-slider .slick-slide:nth-child(7n+5) .icon-box {
  background: #fff4e5;
}

.category-slider .slick-slide:nth-child(7n+6) .icon-box {
  background: rgba(124, 225, 183, 0.2196078431);
}

.category-slider .slick-slide:nth-child(7n+7) .icon-box {
  background: #eef2ff;
} */

.slider .carousel .carousel-inner .carousel-item img {
  border-radius: 20px;
}

.section-img {
  border-radius: 20px;
}

.popular-books {
  font-family: "Inter";
}

.popular-books .title-bar {
  width: 5px;
  height: 30px;
  background: #ef3b43;
  border-radius: 0 10px 10px 0;
}

.popular-books .see-all {
  font-weight: 600;
  line-height: 180%;
  border-radius: 8px;
  border: 1px solid #e9eef2;
  padding: 5px 10px;
}

.popular-books .product-card {
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.popular-books .product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.popular-books .product-card .product-img-dev {
  position: relative;
  /* display: flex; */
  /* min-height: 260px;
  max-height: 260px; */
  justify-content: center;
  /* padding: 28px 20px 34px; */
  background: linear-gradient(100deg, rgba(255, 245, 236, 0.9) 0%, #ffffff 55%, rgba(255, 245, 236, 0.9) 100%);
}

.popular-books .product-card .product-img-dev .prod-img {
  /* width: 188px; */
  /* display: flex; */
  height: 260px;
  min-height: 260px;
  max-height: 260px;
  justify-content: center;
  align-items: center;
}

.popular-books .product-card .product-img-dev .prod-img .product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.popular-books .product-card .review-section {
  position: absolute;
  left: 6px;
  bottom: 6px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #ffecec;
  padding: 2px 4px;
  border-radius: 3px;
  font-size: 12px;
  color: #868686;
  font-weight: 500;
}

.popular-books .product-card .review-section i {
  color: #ff5d5d;
  font-size: 15px;
}

.popular-books .product-card .review-section .divider {
  color: #d0d0d0;
}

.popular-books .product-card .card-body {
  padding: 22px;
}

.popular-books .product-card .product-title {
  /* min-height: 45px; */
  max-height: 45px;
  font-size: 14px;
  line-height: 1.6;
  color: #3c4852;
  font-weight: 500;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}

.popular-books .product-card hr {
  margin: 0 0 0px;
  background-color: rgba(15, 23, 42, 0.1019607843) !important;
}

.popular-books .product-card .offer-ribbon {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.popular-books .product-card .offer-ribbon {
  --r: 0.8em;
  padding: 0px 18px;
  font-size: 12px;
  padding-right: calc(var(--r) + 0.25em);
  line-height: 1.8;
  clip-path: polygon(-100vw 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, -100vw 100%);
  background: linear-gradient(95.64deg, #299a6b 24.3%, #70b38b 91.02%);
  width: -moz-fit-content;
  width: fit-content;
}

.popular-books .product-card .price-section {
  display: flex;
  align-items: center;
  gap: 10px;
}

.popular-books .product-card .price {
  font-size: 14px;
  font-weight: 700;
  color: #210c09;
}

.popular-books .product-card .old-price {
  color: #bcbcbc;
  text-decoration: line-through;
  font-size: 10px;
}

.popular-books .product-card .cart-btn {
  width: 45px;
  height: 45px;
  padding: 10px !important;
  border: none;
  background: #f6f6f6;
  transition: background-color 0.4s ease-in-out;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popular-books .product-card .cart-btn img {
  width: 20px;
}

.popular-books .product-card .cart-btn .text {
  display: none;
}

.popular-books .product-card .cart-btn:hover {
  background-color: #ffd400;
}

.popular-books .product-card .cart-btn:hover img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(99%) saturate(300%) hue-rotate(100deg) brightness(299%) contrast(105%);
}

.site-footer {
  background-color: #161b2c;
  color: #b9bdc9;
  font-size: 0.9rem;
}

.site-footer a {
  color: #ffffff;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #ffffff;
  text-decoration: unset;
}

.site-footer__heading {
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 1rem;
  font-family: var(--font-poppins);
}

.site-footer__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
}

.site-footer__list li {
  margin-bottom: 0.65rem;
}

.site-footer__list li:last-child {
  margin-bottom: 0;
}

.site-footer__store-badge img {
  height: 38px;
  width: auto;
}

.site-footer__contact-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 10px;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e9364b;
}

.site-footer__divider {
  border-color: rgba(255, 255, 255, 0.08);
}

.site-footer__clat-links a {
  display: inline-block;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
}

.site-footer__bottom {
  font-size: 0.85rem;
  color: #ffffff;
  font-family: "Helvetica Neue", sans-serif;
}

.site-footer__bottom .brand {
  color: #e9364b;
  font-weight: 600;
}

.offcanvas-header {
  padding: 16px 16px 12px;
  border-bottom: 1px dashed #d3d3d3 !important;
}

.offcanvas-header h5 {
  font-family: var(--font-inter);
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 10px;
}

.offcanvas-header h5 .cart-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  border-radius: 37px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 600;
  color: #475569;
  background: #f1f5f9;
}

.offcanvas-header .btn-close {
  font-size: 12px;
}

.cart-list {
  scrollbar-width: none;
}

.cart-list::-webkit-scrollbar {
  display: none;
}

.cart-list .list-group-item {
  background: linear-gradient(100deg, rgba(255, 245, 236, 0.9) 0%, #ffffff 55%, rgba(255, 245, 236, 0.9) 100%);
  border: unset;
  font-family: var(--font-inter);
  padding: 12px;
}

.cart-list .list-group-item .prod-img {
  width: 99px;
  height: 104px;
  min-width: 99px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  flex-shrink: 0;
}

.cart-list .list-group-item .cart-thumb {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.cart-list .list-group-item .cart-title {
  font-size: 13px;
  font-weight: 500;
  color: #210c09;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
  padding-right: 8px;
}

.cart-list .list-group-item .price-section .price {
  font-size: 13px;
  font-weight: 700;
  color: #210c09;
}

.cart-list .list-group-item .price-section .old-price {
  color: #bcbcbc;
  text-decoration: line-through;
  font-size: 10px;
  margin-left: 4px;
}

.cart-list .list-group-item .offer-ribbon {
  font-weight: 600;
  color: #fff;
  --r: 0.8em;
  padding: 0 18px;
  font-size: 12px;
  padding-right: calc(var(--r) + 0.25em);
  line-height: 1.8;
  clip-path: polygon(-100vw 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, -100vw 100%);
  background: linear-gradient(95.64deg, #299a6b 24.3%, #70b38b 91.02%);
  width: -moz-fit-content;
  width: fit-content;
}

.cart-list .list-group-item .cart-qty {
  width: 88px;
  height: 26px;
}

.cart-list .list-group-item .cart-qty .btn {
  padding: 0;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #e2e8f0;
  background: #ffffff;
  border-radius: 8px;
  color: #000;
}

.cart-list .list-group-item .cart-qty .btn:hover {
  background: #fff;
  color: #868686;
}

.cart-list .list-group-item .cart-qty .btn:focus {
  box-shadow: unset;
}

.cart-list .list-group-item .cart-qty .minus-btn {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.checkout .cart-list .list-group-item .cart-qty .cart-del {
  border-right: 0;
  height: unset !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.cart-list .list-group-item .cart-qty .plus-btn {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.cart-list .list-group-item .cart-qty .quantity-input {
  border-left: 0;
  border-right: 0;
  border-color: #e2e8f0;
  border-radius: 0;
  font-size: 14px;
  padding: 0;
}

.cart-list .list-group-item .cart-qty .quantity-input:focus {
  box-shadow: unset;
}

.cart-list .list-group-item .cart-del {
  width: 23px;
  height: 23px;
  border-radius: 4px;
  background: #ffffff;
  font-size: 14px;
  line-height: 1;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.checkout-footer {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
  z-index: 5;
}

.checkout-footer .btn {
  background: #3c4852;
  border: unset;
  color: #ffffff;
  font-weight: 400;
  padding: 10px;
}

.auth-modal {
  font-family: var(--font-inter);
}

.auth-modal .modal-dialog {
  max-width: 670px;
}

.auth-modal .modal-dialog .modal-content {
  max-height: 436px;
  border: none;
  border-radius: 30px;
  overflow: hidden;
}

.auth-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.auth-modal .modal-dialog .modal-content .modal-body .modal-left {
  position: relative;
  background: #1a1a1a;
}

.auth-modal .modal-dialog .modal-content .modal-body .modal-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  max-height: 490px;
}

.auth-modal .modal-dialog .modal-content .modal-body .modal-left-overlay {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
}

.auth-modal .modal-dialog .modal-content .modal-body .badge-year {
  display: inline-block;
  background: #fff200;
  color: #000;
  font-weight: 800;
  font-size: 1.9rem;
  letter-spacing: 0.5px;
  padding: 4px 14px;
  border-radius: 4px;
  line-height: 1.1;
}

.auth-modal .modal-dialog .modal-content .modal-body .headline-white {
  color: #495057;
  font-weight: 800;
  font-size: 2.1rem;
  line-height: 1.15;
  margin-top: 10px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.auth-modal .modal-dialog .modal-content .modal-body .modal-right {
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}

.auth-modal .modal-dialog .modal-content .modal-body .modal-right .brand-badge {
  display: inline-block;
  margin: 0 auto 34px;
  text-align: center;
}

.auth-modal .modal-dialog .modal-content .modal-body .modal-right .brand-badge .brand-main {
  color: #210c09;
  font-weight: 800;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  font-family: var(--font-inter);
  line-height: 1;
}

.auth-modal .modal-dialog .modal-content .modal-body .modal-right .brand-badge .brand-sub {
  color: #210c09;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 2px;
  border-top: 2px solid #c8102e;
  padding-top: 3px;
  margin-top: 2px;
}

.auth-modal .modal-dialog .modal-content .modal-body .modal-right .form-instruction {
  color: #6c757d;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}

.auth-modal .modal-dialog .modal-content .modal-body .modal-right .form-instruction .mobile-no {
  color: #000;
}

.auth-modal .modal-dialog .modal-content .modal-body .modal-right .form-instruction a {
  color: #ef3b43;
  text-decoration: none;
}

.auth-modal .modal-dialog .modal-content .modal-body .modal-right .phone-input-group {
  border: 1px solid #dee2e6;
  border-radius: 10px;
  overflow: hidden;
  height: 44px;
}

.auth-modal .modal-dialog .modal-content .modal-body .modal-right .phone-input-group .country-code {
  background: #f1f3f5;
  border: none;
  color: #495057;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 16px;
  border-radius: 6px;
}

.auth-modal .modal-dialog .modal-content .modal-body .modal-right .phone-input-group .form-control {
  border: none;
  box-shadow: none;
  padding-left: 10px;
}

.auth-modal .modal-dialog .modal-content .modal-body .modal-right .phone-input-group .form-control:focus {
  box-shadow: none;
}

.auth-modal .modal-dialog .modal-content .modal-body .modal-right .phone-otp-input-group {
  display: flex;
  align-items: center;
  gap: 8px;
  border: none;
  border-radius: 10px;
  justify-content: center;
}

.auth-modal .modal-dialog .modal-content .modal-body .modal-right .phone-otp-input-group .country-code {
  background: #f1f3f5;
  border: none;
  color: #495057;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 16px;
  border-radius: 6px;
}

.auth-modal .modal-dialog .modal-content .modal-body .modal-right .phone-otp-input-group .form-control,
.auth-modal .modal-dialog .modal-content .modal-body .modal-right .phone-otp-input-group .otp-box {
  width: 40px;
  height: 40px;
  padding: 0;
  flex: 0 0 40px;
  text-align: center;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  box-shadow: none;
}

.auth-modal .modal-dialog .modal-content .modal-body .modal-right .phone-otp-input-group .form-control:focus,
.auth-modal .modal-dialog .modal-content .modal-body .modal-right .phone-otp-input-group .otp-box:focus {
  box-shadow: none;
  border-color: #adb5bd;
}

.auth-modal .modal-dialog .modal-content .modal-body .modal-right .btn-otp {
  background: #e8384f;
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 14px;
  border-radius: 10px;
  border: none;
  width: 100%;
}

.auth-modal .modal-dialog .modal-content .modal-body .modal-right .btn-otp:focus {
  box-shadow: unset;
}

.auth-modal .modal-dialog .modal-content .modal-body .modal-right .terms-text {
  color: #6c757d;
  text-align: center;
  font-size: 12px;
}

.auth-modal .modal-dialog .modal-content .modal-body .modal-right .terms-text a {
  color: #ef3b43;
  text-decoration: underline;
}

.swal2-title {
  font-size: 20px;
}

.swal2-confirm {
  background-color: #e02b2b !important;
}

.swal2-confirm:focus {
  outline: unset;
  box-shadow: unset;
}

.swal2-cancel {
  background-color: #299a6b !important;
}

.swal2-cancel:focus {
  outline: unset;
  box-shadow: unset;
}

@media (max-width: 991px) {
  .header {
    backdrop-filter: unset;
    background-color: #fff;
  }

  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: -130px;
    margin-top: .125rem;
  }

  .navbar-collapse {
    position: fixed;
    top: 60px;
    /* adjust to your actual header height */
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1045;
    padding: 1.5rem;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  }

  .search-box {
    max-width: 100%;
  }

  .header-btn,
  .btn-danger {
    width: 100%;
    justify-content: center;
  }

  .popular-categories .category {
    width: unset;
  }

  .modal-left img {
    min-height: 280px;
  }

  .modal-right {
    padding: 36px 24px;
  }

  .popular-books .product-card {
    border-radius: 10px;
  }

  /* .popular-books .product-card .product-img-dev {
    height: 120px !important;
  } */

  /* .popular-books .product-card .product-img-dev .prod-img .product-img {
    width: 125px;
    max-width: 88px;
  } */

  .popular-books .product-card .product-title {
    max-height: 42px;
  }

  .popular-books .product-card .card-body .price-cart {
    align-items: center !important;
  }

  .popular-books .product-card .price-section .price {
    font-size: 12px;
  }

  .popular-books .product-card .price-section .old-price {
    font-size: 10px;
  }

  .popular-books .product-card .offer-ribbon {
    position: absolute;
    top: 0;
  }

  .offer-counter::after {
    font-size: 6rem;
  }
}

@media (max-width: 1025px) {
  .popular-books .product-card .offer-ribbon {
    font-size: 9px;
    padding: 0px 6px;
  }

  .popular-books .product-card .review-section {
    left: 4px;
    bottom: 4px;
    font-size: 10px;
  }

  .popular-books .product-card .price-section {
    display: grid;
    align-items: start;
    gap: unset;
    padding-bottom: unset !important;
  }

  .popular-books .product-card .cart-btn {
    width: 35px;
    height: 35px;
    border-radius: 8px;
  }
}

@media (max-width: 400px) {
  .popular-books .product-card .product-title {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-size: 11px;
    margin-bottom: 0;
    padding: 0 !important;
  }

  .popular-books .product-card .price-section {
    display: grid;
    align-items: start;
    gap: unset;
    padding-bottom: unset !important;
  }
}

@media (max-width: 380px) {
  .auth-modal .modal-dialog .modal-content .modal-body .modal-right {
    padding: 48px 10px;
  }
}


@media (min-width: 400px) and (max-width: 767px) {
  .popular-books .product-card .product-img-dev .prod-img {
    height: 210px !important;
    min-height: 210px !important;
    max-height: 210px !important;
  }
}


@media (min-width: 992px) and (max-width: 1200px) {
  .popular-books .product-card .product-img-dev .prod-img {
    height: 220px !important;
    min-height: 220px !important;
    max-height: 220px !important;
  }
}

.modal-close-btn {
  position: absolute;
  color: #fff;
  width: 20px;
  height: 20px;
  background: #999;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.editorContent a {
  color: #e30613 !important;
  text-decoration: none;
}

.editorContent ol {
  margin-bottom: 15px;
  margin-top: 5px;
  line-height: 26px;
  list-style-type: decimal;
  padding-left: 20px;
  font-family: var(--font-helvetica);
}

.editorContent p {
  color: #26272c !important;
  margin: 15px 0px 10px 0px;
  font-family: var(--font-helvetica);
  line-height: 32px;
}

.editorContent td p {
  margin: 0px;
}

.editorContent ul li {
  color: #26272c;
  /* line-height: 18px; */
  line-height: 20px;
  font-weight: 400;
  padding: 0 0 0 26px;
  position: relative;
  margin: 0 0 12px 0;
  /* display: inherit !important; */
  font-family: var(--font-helvetica);
}


.editorContent ul li strong {
  color: #26272c;
  font-weight: 800;
  display: inline;
}

.editorContent h2 {
  padding-top: 24px;
  color: #e30613;
  font-size: 24px;
  font-family: var(--averta-font);
}

.editorContent ul {
  padding-top: 10px;
}

.editorContent ul li::before {
  content: url('/assets/web/images/check-point.svg');
  position: absolute;
  vertical-align: middle;
  margin-right: 7px;
  left: 0;
  top: 1px;
}


.editorContent h3,
h4 {
  font-size: 18px;
  font-weight: bold;
  padding-top: 15px;
}

.editorContent h3 {
  font-size: 20px;
  padding-top: 15px;
}

.editorContent h5,
h6 {
  font-size: 16px;
}

.editorContent {
  width: 100%;
  font-family: var(--averta-font);
  font-size: 16px;
  letter-spacing: 0.45px;
}

.editorContent .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* .editorContent table {     */
/* border-collapse: separate; */
/* border-spacing: 0; */
/* border: 1px solid #d4d4d4; */
/* border-radius: 10px; */
/* overflow: hidden; */
/* margin: 20px auto; */
/* width: 100%; */
/* display: block; */
/* overflow-x: auto; */
/* white-space: nowrap; */
/* } */

.editorContent table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  overflow: hidden;
  margin: 20px auto;
  /* table-layout: fixed; */
  border-right: none;
}

/* .editorContent tbody, td, tfoot, th, thead, tr{ */
/* width:100%; */
/* } */


.editorContent table:not(:has(thead)) tr:first-child:not(:has(a)) {
  background-color: #000;
  color: #fff;
}

.editorContent table:not(:has(thead)) tr:first-child:not(:has(a)),
.editorContent table:not(:has(thead)) tr:first-child:not(:has(a)) p,
.editorContent table:not(:has(thead)) tr:first-child:not(:has(a)) strong,
.editorContent table:not(:has(thead)) tr:first-child:not(:has(a)) b {
  background-color: #000;
  color: #fff !important;
  margin: 0px;
}


.editorContent thead th,
.editorContent th {
  background: #000;
  color: #fff;
}


.editorContent th,
.editorContent td {
  padding: 12px;
  text-align: left;
  border-right: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;

  white-space: normal;
  /* word-break: break-word;  */
  overflow-wrap: break-word;
  font-size: clamp(12px, 2vw, 15px);
}

.editorContent td {
  font-family: var(--font-helvetica);
}

.editorContent iframe {
  width: 100%;
  height: 400px;
  padding-top: 15px;
}

@media (max-width: 550px) {

  .editorContent th,
  .editorContent td {
    padding: 8px;
  }

  .editorContent iframe {
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 768px) {
  .editorContent img {
    width: 100%;
    height: auto;
  }
}

/* .editorContent tr th:last-child, */
/* .editorContent tr td:last-child { */
/* border-right: none; */
/* } */

.editorContent tbody tr:last-child td {
  border-bottom: none;
}


.editorContent strong,
.editorContent b {
  font-family: var(--averta-font);
}


.editorContent ul li strong {
  font-size: 14px;
  font-family: var(--averta-font);
}


.editorContent blockquote p {
  position: relative;
  margin-bottom: 15px;
  padding-left: 10px;
}

.editorContent blockquote {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(135deg, #150506 0%, #070707 58%, #270608 100%);
  color: #fff !important;
  padding: 18px 24px;
  margin-top: 10px;
}

.editorContent blockquote::after {
  content: "\201C";
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 110px;
  line-height: 1;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.08);
  pointer-events: none;
  z-index: 0;
}

.editorContent blockquote>* {
  position: relative;
  z-index: 1;
}

.editorContent blockquote p,
.editorContent blockquote p em,
.editorContent blockquote em {
  color: #fff !important;
  font-style: normal !important;
  margin: 0;
}

/* .editorContent blockquote p::after { */
/* content: ""; */
/* position: absolute; */
/* left: 0; */
/* top: 0; */
/* width: 4px; */
/* height: 100%; */
/* background: #e30613; */
/* border-radius: 4px; */
/* } */

.editorContent .blogBtn {
  background: #e30613;
  color: #fff !important;
  padding: 10px;
  border-radius: 10px;
}

@media (max-width: 550px) {
  .editorContent table .blogBtn {
    padding: 5px;
    font-size: 9px;
  }
}

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