/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#custome_magnifier {
  position: absolute;
  width: 370px;
  height: 370px;
  border: 5px solid #dfdcd9f0;
  display: none;
  pointer-events: none; /* Ensure that the custome_magnifier does not interfere with mouse events on the image */
  background-size: 300% 300%; /* Adjust the background size for the magnifying effect */
  z-index: 2;
}
.studdetail_td {
  border-top: 1px dashed white !important;
  width: 10% !important;
}
.studdetail_td2 {
  border-top: 1px dashed white !important;
  width: 90% !important;
}
.stud_name {
  font-size: 17px;
  color: black !important;
  font-weight: 560 !important;
}
.admission {
  color: black !important;
}
.blue {
  color: #0d99ff !important;
}
.stud_class {
  font-size: 17px;
  color: black !important;
}
.label_orderdetails {
  width: 50% !important;
  font-size: 17px;
  color: black !important;
  font-weight: 560 !important;
  padding-top: 13px;
}
.label_orderdate {
  width: 50% !important;
  text-align: right;
  color: black;
  padding-top: 13px;
}
.label_invoice {
  width: 30% !important;
  color: black;
  padding-bottom: 16px;
}
.invoice_date {
  width: 70% !important;
  text-align: right;
  color: black;
  padding-bottom: 16px;
}
.tr_product {
  background: #cef1f9;
  color: black;
  font-weight: 500;
  border-radius: 15px 50px 30px 5px !important;
}
.td1 {
  width: 20%;
}
.td2 {
  width: 55%;
}
.td3 {
  width: 25%;
}
.sort-by-row {
  display: none !important;
}
.rounded {
  border-collapse: separate; /* Ensure that cells are separated and not collapsed */
  border-spacing: 0; /* Set spacing between cells to 0 */
}

.rounded td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.rounded td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.buttonclass {
  background-color: #00a0cd;
  color: white !important;
  border-radius: 8px 8px 8px 8px !important;
  padding-right: 10px;
  padding-left: 11px;
  padding-bottom: 3px;
  padding-top: 4px;
}
.scanbutton {
  background: #00a0cd;
  color: white !important;
  border: none;
  padding: 6px 30px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
  transition: background 0.3s;
}
.scanbutton_header {
  background: #00a0cd;
  color: white !important;
  border: none;
  padding: 6px 4px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  transition: background 0.3s;
}
.divstyle {
  /* padding-left: 86px; */
  color: white;
  padding-top: 8px;
}
.qrheading {
  font-size: 20px;
  line-height: 24px;
  color: black !important;
}
.nothing {
  border-radius: 15px 15px 15px 15px !important;
  background: #cdf0f8;
  color: black;
  font-weight: 500;
}
.white {
  background-color: white;
}
.footernothing {
  border-radius: 15px 50px 30px 5px !important;
  background: #ffffff;
  color: white;
  font-weight: 500;
}
.heighttd {
  height: 30px;
}
.stud_style {
  border: 1px solid #000;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  border-width: 0px;
}

.labelhead {
  font-weight: 700;
  font-size: 17px;
  vertical-align: middle;
  padding-left: 5px;
}
.headline {
  background: white;
  color: black;
  padding-top: 15px;
  padding-left: 3px;
  box-shadow: 1px -2px 9px 0px;
}
.pclass {
  padding-bottom: 10px;
}

/* preloader starts */
#preloader-mobile {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none; /* Hide the preloader-mobile by default */
}

#preloader-mobile-icon {
  text-align: center;
  padding-top: 124px;
}

#preloader-mobile-icon img {
  width: 196px; /* Adjust the size of the loading icon as needed */
}
.thankyouclass {
  width: 100%;
  position: relative;
  top: 148px;
  left: 0;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.nodata {
  position: absolute;
  /* top: 114px; */
}
/* preloader ends */
/******Nithya's Changes Start******/
.product-title,
.breadcrumb li span {
  text-transform: capitalize !important;
}
#js-product-list-header .category-cover {
  display: none;
}
.product-miniature .thumbnail-container {
  min-height: 340px;
}
.product-miniature .thumbnail-container {
  padding: 10px !important;
}
.product-miniature .thumbnail-container {
  position: relative;
  height: auto;
  margin-bottom: 10px;
  /* overflow: hidden; */
  background: #fff;
}
.thumbnail-container .product-title {
  font-size: 12px !important;
}
.thumbnail-container .product-title a {
  -webkit-line-clamp: 1;
}
#search_filters .facet .facet-label a {
  width: calc(100% - 40px) !important;
}
#search_filters_wrapper .facet.clearfix.Price ul.faceted-slider {
  overflow: hidden !important;
}
#search_filters_wrapper .facet.clearfix.Price ul li {
  height: 50px !important;
}
#supplier #left-column .block-categories {
  display: none !important;
}
.search_with_keyword button {
  padding: 4px 10px !important;
}
.product-flags .product-flag.on-sale {
  background-color: #f0ebe7;
  border-radius: 0;
}
#search_filters_wrapper
  .facet.clearfix.Price
  ul.faceted-slider
  .ui-slider-horizontal {
  width: 98% !important;
}
.product-detail .product-tabs.tabs {
  padding: 1.25rem 1.875rem;
}
.product-detail .product-tabs.tabs #description {
  overflow: scroll;
}
#supplierhome-categoryouter #image_description_0 {
  left: 69% !important;
  padding: 10px;
}
#supplierhome-categoryouter .image_description h3 {
  font-size: 16px;
}
#supplierhome-categoryouter #image_description_1 {
  top: 23px !important;
  left: 27px !important;
}
#supplierhome-categoryouter #image_description_3 {
  top: 23px !important;
  left: 17px !important;
}
#supplierhome-categoryouter #image_description_4 {
  top: 23px !important;
  left: 17px !important;
}
#supplierhome-categoryouter #image_description_2 {
  top: 23px !important;
  left: 17px !important;
}
#shome_category_img3 {
  width: 65%;
  height: auto;
  margin-left: auto;
  margin-top: 5rem;
  display: block;
}
#shome_category_img1 {
  width: 90%;
  height: auto;
  margin-top: 5rem;
  margin-left: auto;
  display: block;
}
#shome_category_img2 {
  width: 80%;
  margin-top: 4rem;
  margin-left: auto;
  display: block;
}
div#image_description_2 h3,
div#image_description_2 {
  color: #fff !important;
}
#supplierhome-categoryouter #image-form_25779323206035115 {
  height: 267px !important;
  background: #0c8db8;
}
#supplierhome-categoryouter #image_description_5 {
  left: 25% !important;
  padding: 10px;
}
#supplier-homepage-bannr .title_block {
  display: none !important;
}
#homepage-bestsellers .bestseller-products {
  margin-bottom: 30px !important;
}
#homepage-imgbanner .block.ApImage {
  margin-bottom: 50px;
}
#homepage-imgbanner #homepage-bannerimg1 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#homepage-imgbanner #homepage-bannerimg2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#supplier-homepage-bannr #supplierpage-bannerimg1 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#supplier-homepage-bannr #supplierpage-bannerimg2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#homepage-textdesc .block.ApHtml {
  margin-bottom: 50px !important;
}
#signout-confirmation .modal-body {
  text-align: center;
}
#signout-confirmation-message {
  padding-bottom: 15px;
}
#delete-product-confirmation .modal-body {
  text-align: center;
}
#remove-product-confirmation-message {
  padding-bottom: 15px;
}
#address-delete-confirmation .modal-body {
  text-align: center;
}
#address-delete-message {
  padding-bottom: 15px;
}
.leo-compare-wishlist-button .btn:hover span span {
  display: none !important;
}
.page-cms p {
  line-height: 2;
}
.box-footernew div.title {
  pointer-events: none;
}
#payment-confirmation .alert.alert-warning {
  color: #000;
}
.product-features > dl.data-sheet dt.name,
.product-features > dl.data-sheet dd.value {
  color: #000 !important;
}
#order-detail .table th {
  text-transform: capitalize;
}
.leo-modal-wishlist .leo-modal-wishlist-bt {
  margin-left: 15px;
}
.list-wishlist .view-wishlist-product {
  text-transform: capitalize !important;
}
.leo-productscompare-item .delete-productcompare .leo-compare-button {
  padding: 15px 20px;
}
.page-header {
  text-transform: capitalize !important;
}
.form-control-label {
  text-transform: capitalize;
}
.leoquicklogin-icon {
  display: none !important;
}
.products-sort-order.dropdown {
  padding-left: 0px;
}
.products-sort-order.dropdown button {
  background: #8080802e;
}
span.sort-by {
  padding-right: 10px;
}
.products-sort-order .select-title {
  padding: 5px 35px 5px 12px !important;
}
#checkout .js-address-form label[for="field-postcode"] {
  padding-right: 31px;
}
#product .product-thumb-images {
  display: block !important;
}
.leo-quicklogin-modal .modal-header .close:hover {
  color: #fff !important;
}
#promo-code .alert.alert-danger::before {
  content: "";
}
.form-control {
  color: #414141 !important;
}
.breadcrumb li a {
  color: #414141 !important;
}
.footer-container,
.footer-container a {
  color: #929fa5 !important;
}
.thumbnail-container .product-title a {
  color: #414141 !important;
}
.product-discount {
  color: #414141 !important;
}
body {
  color: #414141;
}
#content-hook_order_confirmation {
  color: #414141 !important;
}
.thead-default th {
  color: #000 !important;
}
.table td,
.table tbody th {
  color: #000 !important;
}
.view-order-details-link,
.reorder-link {
  color: #414141 !important;
}
.page-order-detail {
  color: #414141 !important;
}
#leo-product-show-review-content .star_content .star {
  font-size: 14px;
}
#leo-product-show-review-content .star_content {
  padding: 10px 0 10px 0;
}
.disable-orderbtn {
  background: darkgray !important;
  pointer-events: none !important;
}
#image-form_41591740856270145,
#image-form_9770085675301066 {
  z-index: 0;
}
#back-top {
  display: none;
}
.thumbnail-container .product-flags {
  top: -10px !important;
}
#product_reviews_block_tab .review_details {
  word-wrap: break-word;
}
.div_style_inst .image_div {
  width: 100%;
}
.leo-modal-review .product_desc .product_name {
  text-transform: capitalize;
}
.leo-modal-review .btn {
  background: #222 !important;
  color: #fff !important;
}

@media screen and (max-width: 576px) {
  .product-detail .product-tabs.tabs {
    padding: 1.25rem 0.45rem;
  }
}
@media screen and (max-width: 1199px) {
  .contact-form .alert.alert-success li {
    padding-left: 25px !important;
  }
}
@media screen and (min-width: 1200px) {
  .page-home .bannercontainer.banner-fullwidth .iview {
    height: 600px !important;
  }
}
/******Nithya's Changes End******/

/* new css Greeshma starts 26/10/23 */
/* Style the select container */
.custom-select {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: linear-gradient(180deg, #fff 0%, #f5f5f5 100%);
  color: #000;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Hide the default select box */
.custom-select select {
  display: none;
}

/* Style the selected option */
.custom-select .selected-option {
  flex: 1;
}

/* Style the arrow icon */
.custom-select .arrow {
  margin-left: 10px;
}

/* Style the dropdown options */
.custom-select .dropdown {
  display: none;
  position: absolute;
  /* background-color: #fff; */
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: linear-gradient(180deg, #fff 0%, #f6f6f6 100%);
  box-shadow: 0px 110px 31px 0px rgba(168, 178, 184, 0.01),
    0px 71px 28px 0px rgba(168, 178, 184, 0.05),
    0px 40px 24px 0px rgba(168, 178, 184, 0.18),
    0px 18px 18px 0px rgba(168, 178, 184, 0.3),
    0px 4px 10px 0px rgba(168, 178, 184, 0.34);
  border-top: none;
  /* border-radius: 0 0 5px 5px; */
  width: 100%;
  max-height: 150px;
  overflow-y: auto;
}

/* Style the individual options */
.custom-select .dropdown option {
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.2s;
}

/* Highlight the selected option */
.custom-select .dropdown option:checked {
  background-color: #ede0db;
  color: #fff;
}
/*@media screen and (max-width: 768px) {
    .page-home .bannercontainer.banner-fullwidth .iview{height: 114px !important;}
  }
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    .page-home .bannercontainer.banner-fullwidth .iview{height: 600px !important;}
  }
  @media screen and (min-width: 1025px) {
    .page-home .bannercontainer.banner-fullwidth .iview{height: 600px !important;}
  }*/
/* new css Greeshma ends 26/10/23 */

.row_style {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  background: white;
  box-shadow: -109px 299px 89px 0px rgba(190, 185, 182, 0),
    -70px 192px 82px 0px rgba(190, 185, 182, 0.01),
    -39px 108px 69px 0px rgba(190, 185, 182, 0.05),
    -17px 48px 51px 0px rgba(190, 185, 182, 0.09),
    -4px 12px 28px 0px rgba(190, 185, 182, 0.1);
}
.div_style_inst {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.school_card {
  border: 1px solid #cecece;
  border-radius: 12px;
  overflow: hidden;
}
.school_div {
  padding: 12.728px 9.383px;
  position: relative;
  top: 0px;
  backdrop-filter: blur(8.209710121154785px);
  /* border: 3px #542020; */
}

.school_card:hover {
  box-shadow: 0px 72px 20px 0px rgba(227, 227, 227, 0.02),
    0px 46px 18px 0px rgba(227, 227, 227, 0.15),
    0px 26px 16px 0px rgba(227, 227, 227, 0.5),
    0px 12px 12px 0px rgba(227, 227, 227, 0.85),
    0px 3px 6px 0px rgba(227, 227, 227, 0.98);
  transition: all 300ms;
}
.school_card .school_div:hover {
  background: linear-gradient(180deg, #fedbca 0%, #ecd4c9 100%);
  transition: all 300ms;
}

.image_div {
  /* border: 3px solid #DEDEDE; */
}

.div_threesection {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  margin-bottom: 30px;
}

.address-div {
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  .web_table {
    /* visibility:hidden; */
    display: none;
  }
  .mobile_table {
    position: relative;
    /* left: 2px;
		top: -208px; */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact_1 {
    visibility: hidden;
  }
  .contact_2 {
    visibility: block;
  }
  .header_logo_row {
    padding-left: 14px;
    padding-top: 15px;
    background: white;
    padding-bottom: 24px !important;
  }
  .welcome_div {
    padding-top: 25px;
    padding-bottom: 23px;
    color: #414141;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    /* line-height: normal; */
    letter-spacing: 0.585px;
  }

  .address-div {
    flex-direction: column;
  }
  .please_div {
    padding-bottom: 22px;
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .mobile_div_layout {
    visibility: block;
  }
  .layerdiv {
  }
  .imgclass {
    width: 50px !important;
    height: 50px !important;
  }
  .layer_mobile {
    padding-top: -20px;
    position: relative;
    top: -93px;
    left: 18px;
  }

  .right_footer {
    position: relative;
    top: -17px;
    vertical-align: middle;
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .foot-center {
    position: relative !important;
    top: -54px !important;
  }
  .web_table {
    /* visibility: visible; */
    display: block;
    position: relative;
    top: 49px;
  }
  .mobile_table {
    visibility: hidden;
  }
  .contact_1 {
    visibility: block;
  }
  .contact_2 {
    visibility: hidden;
  }
  .header_logo_row {
    padding-left: 93px;
    padding-top: 40px;
  }
  .right_footer {
    position: relative;
    left: 329px;
    top: 27px;
  }
  .welcome_div {
    /*padding-top: 52px;
		padding-bottom: 23px;
		color: #414141;
		text-align: left;
		font-family: Poppins;
		font-size: 29.246px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 0.585px;*/

    padding-bottom: 23px;
    color: #414141;
    text-align: left;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.585px;
  }
  .please_div {
    padding-bottom: 22px;
    color: #000;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .mobile_div_layout {
    visibility: hidden;
  }
  #footer {
    position: relative;
    left: -57px;
  }
}
@media screen and (min-width: 1025px) {
  .label-custom-select {
    position: absolute;
    top: 50%;
    right: 56px;
    transform: translateY(-50%);
  }
  .foot-center {
    position: relative !important;
    top: -54px !important;
  }
  .web_table {
    /* visibility: visible; */
    display: block;
    position: relative;
    top: 30px;
  }
  .mobile_table {
    visibility: hidden;
  }
  .contact_1 {
    /* visibility:block; */
  }
  .contact_2 {
    visibility: hidden;
  }
  .right_footer {
    position: relative;
    left: 329px;
    top: 27px;
  }
  #footer {
    position: relative;
    /* left: -57px; */
  }
  .header_logo_row {
    padding-left: 93px;
    padding-top: 40px;
  }
  .welcome_div {
    padding-top: 9px;
    color: #040404;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.52px;
    margin: 0 !important;
  }
  .please_div {
    /* padding-bottom: 22px; */
    color: #000;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 !important;
  }
  .mobile_div_layout {
    visibility: hidden;
  }
}
.imgclass {
  width: 43px;
  height: 43px;
}
.layerdiv {
}
.layerdiv_main {
  color: rgba(0, 0, 0, 0.6);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.layerdiv_sub {
  color: rgba(0, 0, 0, 0.6);
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.layer_table {
  border-right: 2px solid #c4ada3;
}

/*
  cart summary 
  Greeshma 04/12/23
*/
.carrier_name {
  color: #525456;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.carrier_delay {
  color: #525456;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.carrier_price {
  color: black;
  display: flex;
  width: 85px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  background: #6be376;
}
.carrier_price_shipping {
  color: black;
  display: flex;
  width: 85px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  background: #e3c16b;
}
/* #institute_label{
	all:unset;
	display: none;
   
} */
.main_slider_div {
  display: block;
}
.mobile_slider_div {
  display: none;
}

@media screen and (max-width: 440px) {
  .footer-container {
    color: #777;
    position: relative;
    border-top: 1px solid #f0ebe700;
  }
  .heading1 {
    color: #000;

    font-family: Poppins;
    font-size: 12.248px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .header_right {
    display: none !important;
  }
  .main_slider_div {
    display: none !important;
  }
  .mobile_slider_div {
    display: block !important;
  }
  #institute_label {
    display: flex;
    padding: 0px 25px;
    align-items: center;
    color: #00000099;
    font-size: 14px;
    line-height: 15px;
  }

  .div_threesection {
    height: 100%;
  }
  .footer-center {
    /* padding-bottom: 10px;
		padding-top: 1px !important; */
  }

  .header-logo {
    left: 30px;
    position: relative;
    top: 20px;
  }
  .header-logo img {
    max-height: 37px !important;
  }
  .box-htop .col-info {
    width: auto !important;
    float: left !important;
  }
  .custom-select {
    position: relative;
    display: inline-block;
    background: #b1aba87a;
    border-radius: 4px;
    background: #283964;
    color: #fff;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* all: unset;
    display: flex;
    padding: 3px 12px;
    align-items: center;
    gap: 8px;
    border: 1px solid #D5A58F;
    background: #FFF !important;
    -webkit-appearance: menulist; */
  }
  .label-custom-select {
    position: absolute;
    top: 65%;
    right: 66px;
    transform: translateY(-50%);
  }
  .search_supplier_top {
    padding-top: 1px !important;
  }
  .navbar-header .navbar-toggler {
    all: unset;
    height: 35px;
    /* border: 1px solid #222; */
    margin: 25px 0;
    border-radius: 0;
    line-height: 18px;
    padding-left: initial;
    font-size: 19px;
  }
  .header-top .inner .ApRow {
    display: flex;

    justify-content: space-between;
  }
  .bg-boxed {
    margin-top: 1px !important;
  }
  .header-top .inner > .ApRow:nth-child(2) {
    justify-content: center;
    display: flex;
    background: no-repeat;
  }
  .header-top .inner .ApRow {
    height: 73px !important;
  }
}

@media screen and (max-width: 392px) {
  .carrier_name {
    font-size: 14px !important;
    padding-left: 3px !important;
  }
  .carrier_delay {
    font-size: 10px !important;
    padding-left: 4px !important;
  }
  .carrier_price {
    color: black;
    display: flex;
    width: 55px;
    padding: 3px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    font-size: 12px;
  }
  .carrier_price_shipping {
    color: black;
    display: flex;
    width: 62px;
    padding: 3px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    font-size: 12px;
  }
  #js-checkout-summary {
    display: none;
  }
  /* new css */
  /* .userinfo-selector svg {
		width: 25px !important;
	    	height: 22px !important;
    	}
    	#cart-block svg{
	    width: 30px !important;
	    height: 25px !important;
    	}
	.header-logo{
		
    		left: 10px;
	    position: relative;
	    top: 18px;
	}*/
  .header-logo img {
    max-height: 45px !important;
  }
  /* .navbar-header .navbar-toggler {
		height: 31px;
		border: 1px solid #222;
		margin: -19px 0;
		border-radius: 0;
		line-height: 4px;
	}
	.navbar-toggler {
		line-height: 1;
		background: transparent no-repeat center center;
		background-size: 24px 24px !important;
	}

	
		.custom-select{
		left: -22px !important;
		background: #b1aba87a !important;
		position: relative !important;
		top: 43px !important;
		font-size: 12px !important;
	}
	.header-logo img {
		max-height: 39px !important;
	}
	.userinfo-selector{
		position: relative !important;
		top: -78px !important;
		left: 32px !important;
	}
	#cart-block{
		position: relative !important;
		top: -78px !important;
		left: 23px !important;
	} */
  /* new css */
}
/**
 * product details page
 * 06/12/2023
 * Greeshma
 */
.product-tabs.tabs .tab-pane {
  padding-top: 1px !important;
}
/* .data-sheet{
	padding-left: 454px !important;
    padding-right: 454px !important;
} */
.product-prices .current-price {
  color: #000;

  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.product-prices {
  margin: -10px 0 -26px !important;
}
/**
 * payit modal starts
 */
.payit_mobile_number {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  justify-content: center;
}
.payit_span_mob {
  color: #999;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.payit_mobile_input {
  display: flex;
  /* width: 240px; */
  height: 59px;
  padding: 16px 20px;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid #e9e9e9;
  background: #fff;
}
.payit_mobile_code {
  display: flex;
  /* width: 75px; */
  height: 59px;
  /* padding: 16px 20px; */
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid #e9e9e9;
  background: #fff;
}
.mobile_row {
  display: flex;
  justify-content: center;
}
.mobile_row_button {
  display: flex;
  justify-content: center;
  padding-top: 12px;
}
.verifybutton {
  /* display: flex; */
  /* width: 332px; */
  width: 303px;
  padding: 16px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px !important;
  border: 1px solid #e9e9e9;
  background: #4f1c93 !important;
  box-shadow: 0px 4px 30px 0px rgba(79, 28, 147, 0.2);
}
.payit_get_otp {
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#error_div {
  color: rgba(219, 6, 17, 0.6);
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.payit_image {
  width: 300px;
  height: 286px;
  flex-shrink: 0;
}
.payit_span_otp {
  color: #4f1c93;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: center;
}
#overlay_payit {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 999;
}

#loader_payit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.mySlides {
  /* height: 106.4px; */
  flex-shrink: 1;
  border-radius: 4.752px;
  box-shadow: 0px 0px 17.168px 0px rgba(0, 163, 255, 0.05);
  backdrop-filter: blur(8.584049224853516px);
  padding-top: 3px;
  border: 1px solid #4f1c93;
  font-size: 11px;
}
.mySlides1 {
  border-radius: 4.752px;
  box-shadow: 0px 0px 17.168px 0px rgba(0, 163, 255, 0.05);
  backdrop-filter: blur(8.584049224853516px);
  border: 1px solid #4f1c93;
  font-size: 11px;
}
.contentdiv {
  display: flex;
  justify-content: left;
  padding-left: 18px;
  /* padding-top: 12px; */
  font-weight: 800;
}
.newform_dv {
  display: flex;
  justify-content: center;
}
.newform_dv_1 {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.walletdiv {
  display: flex;
  /* width: 360px; */
  padding: 9px;
  justify-content: space-between;
  align-items: center;
  border-radius: 9px;
  border: 1px solid #4f1c93;
  background: #fff;
  box-shadow: 0px 4px 40px 0px rgba(79, 28, 147, 0.1);
  font-size: 11px !important;
}
.wallet {
  color: #000;

  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#recharge_wallet {
  color: #4f1c93;

  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#balance {
  color: #7d7d7d;
  text-align: right;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#balance_amt {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.cardDetails1 {
  /* width: 360px; */
  padding: 16px 14px;

  align-items: center;
  border-radius: 9px;
  border: 1px solid #4f1c93;
  background: #ede8f4;
  box-shadow: 0px 4px 40px 0px rgba(79, 28, 147, 0.1);
}
.cardetails_div {
  display: flex;
  justify-content: center;
}
.cardinfo {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#card_details_subdiv {
  display: flex;
  padding: 8px 12px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 7px;
  background: #fff;
}
#dateid {
  display: flex;
  padding: 6px;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  background: rgb(255 255 255 / 50%);
  width: 1;
}
#cvv {
  display: flex;
  padding: 6px;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  background: rgb(255 255 255 / 64%);
  width: 100px;
}
#recharge {
  display: flex;
  padding: 6px;
  align-items: center;
  gap: 10px;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
  background: rgb(255 255 255 / 64%);
  width: 183px;
  height: 25px;
}
.div_background {
  padding: 8px 12px;
  border-radius: 7px;
  background: #fff;
}
#dateid {
  width: 133px;
}
#displaymthd {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#displaytype {
  color: #4f1c93;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.transcation_view {
  display: flex;
  justify-content: center;
  padding-top: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15.538px;
  align-self: stretch;
}
.success_class {
  align-self: stretch;
  color: #474747;
  text-align: center;
  font-family: Poppins;
  font-size: 15.538px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.307px;
}
.amount_class {
  align-self: stretch;
  color: #121212;
  text-align: center;
  font-family: Poppins;
  font-size: 23.307px;
  font-style: normal;
  font-weight: 600;
  line-height: 31.076px;
}
.trans_idlabel {
  color: #707070;
  font-family: Poppins;
  font-size: 12.625px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.48px;
}
.trans_Id,
.trans_Time,
.trans_Method,
.sender_name {
  color: #121212;
  text-align: center;
  font-family: Poppins;
  font-size: 12.625px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.48px;
}

.container_trans {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* border: 1px solid #ccc; */
  padding: 20px;
}

.row_trans {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.label_trans {
  flex: 1;
  text-align: left;
}

.value_trans {
  flex: 1;
  text-align: left;
}
.fourthDiv {
  display: flex;
  /* width: 335.036px;
    padding: 23.307px;
    flex-direction: column; */
  justify-content: center;
  /* gap: 31.076px;
    border-radius: 23.307px;
    background: #FFF;
    box-shadow: 0px 7.769px 23.307px 0px rgba(170, 170, 170, 0.12); */
}
.trans_rows {
  display: flex;
  width: 335.036px;
  padding: 23.307px;
  flex-direction: column;
  justify-content: center;
  gap: 31.076px;
  border-radius: 23.307px;
  background: #fff;
  box-shadow: 0px 7.769px 23.307px 0px rgba(170, 170, 170, 0.12);
}
.cardclass_row {
  display: flex;
  justify-content: center;
  padding-bottom: 5px;
}
.cvv_class {
  color: rgba(219, 6, 17, 0.6);
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#topupWallet {
  color: #4f1c93;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
.btn_topup {
  border-radius: 0;
  background: #4c2a8f;
  padding: 0px 5px;
  line-height: 20px;
  border: 2px solid #4c2a8f;
  transition: all 0.4s;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff !important;
  font-weight: 600;
  cursor: pointer;
}
.recharge_div {
  display: flex;
  padding: 9px;
  justify-content: space-between;
  align-items: center;
  border-radius: 9px;
  background: rgba(79, 28, 147, 0.1);
  box-shadow: 0px 4px 40px 0px rgba(79, 28, 147, 0.1);
  font-size: 11px !important;
}
.topup_row_main {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
/**
 * payit modal ends
 */

/**
  * new payit page
  */
.payit_span_mob1 {
  color: #999;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.payitbody {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
}
.center-div {
  text-align: center;
  padding: 15px;
}
.common_padding {
  display: flex;
  justify-content: center;
}
.heading1 {
  color: #000;

  font-family: Poppins;
  font-size: 15.634px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header_instamain {
  padding-top: 25px;
  /* padding-bottom: 23px; */
  color: #414141;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.585px;
}
.threediv_span {
  color: #393939;
  font-family: Poppins;
  font-size: 13.99px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.address_span {
  color: #5b5b5b;
  text-align: center;

  font-family: Poppins;
  font-size: 17.446px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 27.913px */
}
.header_right {
  padding-top: 25px;
  padding-bottom: 23px;
}
@media screen and (max-width: 700px) {
  .header_right {
    display: none !important;
  }
}
.institution_footer .title_block {
  cursor: default !important;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #000;
}
.newClass {
  display: block !important;
}
.studentInfo {
  color: #283964;
}
.studentInfo:hover {
  cursor: pointer;
  background-color: #f0f0f0; /* Change this color as needed */
}
@media only screen and (max-width: 747px) {
  .commonLeftPadding {
    padding-left: 33px !important;
    width: 291px !important;
  }
}

/* shomemodule */

.student-card {
  flex-direction: row;
}

.studentInfo {
  display: flex;
  gap: 10px;
  flex-direction: row;
}
.student-button {
  width: auto;
}

.text-red {
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  background: linear-gradient(0deg, #c92546 20.83%, #ff5678 72.92%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slider_div {
  display: none;
}

.logo_div {
  display: none;
}

.icon_div {
  flex-direction: column;
}

.footer_div {
  flex-direction: column;
}

.student-card {
  border: 0.1px solid #d5d3d3;
  /* width: 100%; */
}

.student-card:hover {
  border: 1px solid #c92546;
}
.studDetailsDiv {
  padding-left: 0px;
}

/*   
  @media only screen and (max-width: 767px) {
    .student-card {
      flex-direction: column;
    }
    .studentInfo {
      flex-direction: column;
    }
    .student-button {
      width: 100%;
    }
  } */

@media only screen and (min-width: 768px) {
  .logo_div {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .icon_div {
    flex-direction: row;
  }

  .footer_div {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .slider_div {
    display: flex;
  }
  .studDetailsDiv {
    padding-left: 80px;
  }
}

/* ----------------------------------------------- */
/* The dropdown content styles */
.dropdown-content {
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Styling the dropdown options */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* Custom styles for the 'active' class */
.userpopup.active {
  background-color: lightblue; /* Example style */
  border: 1px solid #ddd; /* Example style */
  border-radius: 4px; /* Example style */
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}

.breadcrumb {
  border-radius: 0;
  position: relative;
  background-color: #f7f7f7;
  margin: -55px 0 15px;
  padding: 20px 0;
  text-align: left;
  font-size: 14px;
  position: relative;
}
.header-container{
  padding: 0 10px;
}
.products-selection {
  margin-bottom: 0px;
}
.active_filters {
  background: #f9f9f9;
  padding: 10px 10px 0;
  margin-bottom: 10px;
}
#product .product-detail > div.row {
  padding-top: 20px;
}
@media (min-width: 991px) {
  .righ-ptoducts-detail {
      padding-left: 10px;
  }
}

#search_filters .facet .facet-label{
  width: 53%;
  padding: 7px 20px 0px 0;
}
@media (min-width: 1200px) {
  #search_filters .facet .facet-label{
    width: 40%;
  }
}
@media (min-width: 1536px) {
  #search_filters .facet .facet-label{
    width: 30%;
  } 
}
#search_filters .facet {
  margin: 0 0 0px;
}
#search_filters .clear-all-wrapper {
  margin: 0 0;
}
#search_filters .js-search-filters-clear-all {
  margin-top: 0;
}


@media (min-width: 320px) {
  #left-column{
    display: none;
  }
  .container{
    padding-top: 22px !important;
  }
  .order-line{
    font-size: 12px;
  }
  .order_conf_style{
    font-size: 9px !important;
  }
  .table_mobile_payment{
    font-size: 10px !important;
  }
  .out_stock_class{
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    position: absolute;
    top: 129px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #b30000;
    color: #ffffff;
    padding: 1px 10px;
    font-weight: bold;
    border-radius: 3px;
    z-index: 10;
    width: 100%;
  }

  .table-responsive {
    display: block;
    width: 100%;
    min-height: 0%;
    overflow-x: auto;
  }

  .product-pack .pack-product-container {    
      display: flex;
      flex-direction: column;
   }
   .common-padding-class{
       padding-bottom: 8px !important;
   }
   .hide_head_exchange{
    display: none;
   }

.widthtouchpin{
  width:27% !important;
}

.font-common{
  font-size: 13px !important;
}
}
@media (min-width: 768px) {
  .table-responsive {
    display: inline-table;
    width: 100%;
    min-height: 0%;
    overflow-x: auto;
}
}
@media (min-width: 1024px) {
  #left-column{
    display: block;
  }
  .order-line{
    font-size: 14px;
  }
  .order_conf_style{
    font-size: 12px !important;
  }
  .table_mobile_payment{
    font-size: 14px !important;
  }
  .out_stock_class{
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    position: absolute;
    top: 134px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #b30000;
    color: #ffffff;
    padding: 7px 16px;
    font-weight: bold;
    border-radius: 3px;
    z-index: 10;
    width: 100%;
  }
  
  .table-responsive {
    display: inline-table;
    width: 100%;
    min-height: 0%;
    overflow-x: auto;
}
.product-pack .pack-product-container {    
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.common-padding-class{
  padding-bottom: 1px !important;
}
.font-common{
  font-size: 14px !important;
}
.widthtouchpin{
  width:23% !important;
}

.hide_head_exchange{
  display: block;
 }
}



.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
  content: '\e145';
}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
  content: '\e15b';
}


/* .quantity-wrapper {
  display: flex;
  align-items: center;
  width: 120px;
}

.quantity-wrapper .qty-btn {
  background: #eee;
  border: 1px solid #ccc;
  padding: 0px 5px;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  user-select: none;
}

.quantity-wrapper input.productQtyKit {
  text-align: center;
  width: 60px;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  font-size: 14px;
  font-weight: 600;
} */

.quantity-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.quantity-wrapper input.productQtyKit {
  border-radius: 0;
  padding: 9px;
  line-height: 20px;
  transition: all .4s;
  text-transform: uppercase;
  font-size: 11px;
  color: #161515;
  font-weight: 600;
  width: 100%;
  box-sizing: border-box;
}

/* Common button style */
.quantity-wrapper .qty-btn {
  position: absolute;
  right: 0;
  width: 30px;
  height: 50%;
  border: none;
  background-color: #f0f0f0;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

/* Plus button - top */
.quantity-wrapper .qty-btn.plus {
  top: 0;
  border-bottom: 1px solid #ccc;
}

/* Minus button - bottom */
.quantity-wrapper .qty-btn.minus {
  bottom: 0;
  border-top: 1px solid #ccc;
}




