@import"sufin_menu.css";

html,
body {
  font-family: "Roboto", sans-serif !important;
  background-color: white;
  margin: 0;
  padding: 0;

}

/* top header related classes */
.header-shadow {
    box-shadow: 0px 2px 2px 0px var(--deal-tile-shadow);
}
header .buyer-header {
  /* background: var(--header-bg-color) 0% 0% no-repeat; */
  background-color: white;
  color: white;
  padding: 7px 23px;

}


header .top-header .nav-link {
  padding: 0;
  margin-left: 22px;
}

header .top-header .nav-link:hover {
  color: var(--link-color);
}



.top-header .new-top-navigation {
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  margin-right: 8px;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
  line-height: 23px;
  margin-right: 17px;
}

.navbar-brand .header-logoDiv {
  margin: 0 !important;
}

.searchbar-header .navbar {
  padding: 0 24px;
  line-height: 40px;
}

.dropdown-large .dropdown-toggle::after {
  content: "";
  width: 12px;
  height: 7px;
  background-image: url("/static/assets/images/new_buyer/down-arrow-grey.svg");
  background-repeat: no-repeat;
  background-size: 9px;
  margin-top: 0px;
  margin-left: 3px;
}

.new-top-navigation li {
  color: var(--top-nav-color);
  font-weight: normal;
  font-size: 13px;
  cursor: pointer;
  margin: 0 0 0 20px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  line-height: 21px;
}
.badge_cart { right: -5px;}
.new-top-navigation {
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  line-height: 18px;
}

/* classes related to login menu start here */

.new-userhub {

  border-radius: 30px;
  text-align: center;
  color: black !important;
  padding: 0;
  font-size: 13px;
  line-height: 15px;
  max-width: 135px;
  height: 28px;
  display: flex;
  font-weight: 400;
  align-items: center;
}

.new-userhub>span {
  color: black !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 118px;
  overflow: hidden;
  /* border: 1px solid red; */
  display: inline-block;
  text-align: left;
}

.text-link
{
  color: var(--link-color) !important;
 
}

.new-userhub span.text-link {
  color: var(--link-color) !important;
  font-size:14px;
}

.new-userhub span.text-link:hover {
	color:white!important;
}

.new-userhub img {

  margin-right: 4px;
}

.login-reg span {
  text-align: center !important;
}

/* .new-userhub.login-reg.dropdown-toggle:after{
  display:none;
  } */


.new-userhub.dropdown-toggle:after {
  content: "";
  width: 12px;
  height: 7px;
  background-image: url("/static/assets/images/new_buyer/new-down-arrow-Icon.svg");
  background-repeat: no-repeat;
  background-size: 9px;
  margin-top: 0px;
  margin-left: 8px;
  border: 0;
}

.new-userhub .dropdown-menu:before {
  content: "";
  border-bottom: 10px solid white;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: -10px;
  right: 54px;
  /* left: auto!important; */
  margin: auto !important;
  z-index: 10;
}

.new-userhub .dropdown-menu:after {
  content: "";
  border-bottom: 12px solid var(--header-shadow-color);
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  position: absolute;
  top: -12px;
  right: 52px;
  /* left: auto!important; */
  margin: auto !important;
  z-index: 9;
}

.new-userhub .dropdown-menu {
  right: -5px !important;
  min-width: 205px;
  /* left: auto!important; */
  margin-top: 11px !important;
  border: 1px solid var(--dropdown-border-color) !important;

}

.new-userhub .dropdown-menu .dropdown-item {
  padding: 10px 18px !important;
  line-height: 20px !important;
  color: var(--tile-title-color) !important;
  font-size: 14px;
}

.new-userhub .dropdown-menu .dropdown-item:focus, .new-userhub .dropdown-menu .dropdown-item:hover, 
.new-userhub .dropdown-menu .dropdown-item a:hover, .new-userhub .dropdown-menu .dropdown-item:hover a {
  color: white !important;
  text-decoration: none;
  background-color: var(--primary-color) !important;
  cursor: pointer;
}

.user-login-menu {
  width: 200px !important;
  padding: 15px !important;
  left: 0px !important;
  right: 0px !important;
  margin-top: 10px;
}

.user-login-menu span {
  color: var(--tile-title-color) !important;
  line-height: 20px;
}

.user-login-menu:before {
  content: "";
  border-bottom: 10px solid white;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: -10px;
  right: 54px;
  /* left: auto!important; */
  margin: auto !important;
  z-index: 10;
}

.user-login-menu:after {
  content: "";
  border-bottom: 12px solid var(--header-shadow-color);
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  position: absolute;
  top: -12px;
  right: 56px;
  /* left: auto!important; */
  margin: auto !important;
  z-index: 9;
}

.user-login-menu .commonBtn {
  width: 100%;
}

.user-login-menu span {
  padding: 0;
  font-size: 13px;
}

.user-login-menu span a {
  padding: 0 !important;
  color: var(--link-color);
  font-size: 14px;
}

/* cart menu related css */
.cart-menu {
  width: 330px;
  right: -5px !important;
  left: auto;
  box-shadow: 0px 10px 20px var(--indicators-shadow);
  border: 1px solid var(--divider-color) !important;
}

.cart-menu h5 {
  font-size: 14px;
  line-height: 18px;
  color: var(--tile-title-color);
  padding: 16px 16px 8px;
  margin-bottom: 0;
  font-weight: 500;
}

.cart-menu hr {
  border-color: var(--divider-color);
  margin: 0;

}

.cart-menu .prod-img {
  width: 66px;
  height: 66px;
  border: 1px solid var(--prodtile-border);
  position: relative;
  min-width: 66px;
  vertical-align: top;
  display: inline-block;
  margin-right: 15px;
}

.cart-menu .prod-img img.img-fluid {
  width: 62px !important;
  height: 62px !important;
}

.cart-menu .prod-title {
  font-size: 14px;
  line-height: 18px;
  color: var(--tile-title-color);
  font-weight: 400;
  margin-bottom: 0;


}

.product-details {
  display: inline-block;
  width: 70%;
}

.cart-menu .quantity-details {
  font-size: 14px;
  line-height: 18px;
  color: var(--step-text-color);
  font-weight: 400;
  margin-bottom: 0;
}

.full-width-btn {
  width: 100% !important;
}

.cart-menu:before {
  content: "";
  border-bottom: 8px solid white;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: -8px;
  right: 27px;
  /* left: auto!important; */
  margin: auto !important;
  z-index: 10;
}

.cart-menu:after {
  content: "";
  border-bottom: 10px solid var(--header-shadow-color);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: -10px;
  right: 25px;
  /* left: auto!important; */
  margin: auto !important;
  z-index: 9;
}

.no-arrow:after {
  display: none !important;
}

/* Start Header Menu */

.buyer-menu {
  padding: 10px 23px 9px;
  background-color: transparent;
}

.buyer-menu-left {
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.buyer-menu-left .nav-item .nav-link {
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  text-align: left;
  color: var(--tile-title-color);
  padding: 0 0 0 0;
  margin-right: 32px;
}

.buyer-menu-left .nav-item.active .nav-link {
  font-weight: 500;
}

.buyer-menu-left .nav-item:first-child .nav-link {
  margin-right: 27px;
}

.buyer-menu-left .nav-item .nav-link .menu-icon {
  margin-top: -2px;
  margin-right: 12px;
}

.buyer-menu-right {
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}

.new-userhub-menu {
  border-radius: 30px;
  text-align: center;
  color: var(--tile-title-color) !important;
  padding: 0;
  font-size: 13px;
  line-height: 15px;
  max-width: 165px;
  height: 21px;
  display: flex;
  font-weight: 400;
  align-items: center;
  padding-left: 46px;
  position: relative;
}

.new-userhub-menu .mobile-app-icon {
  margin-top: -2px;
}

.buyer-menu-right li:first-child .new-userhub-menu {
  padding-left: 0px;
}

.new-userhub-menu.dropdown-toggle:after {
  content: "";
  width: 9px;
  height: 7px;
  background-image: url("/static/assets/images/new_buyer/new-down-arrow-Icon.svg");
  background-repeat: no-repeat;
  background-size: 9px;
  margin-top: 0px;
  margin-left: 8px;
  border: 0;
}

.new-userhub-menu.language-link:after {
  margin-top: 2px;
}

.dropdown-buyer-menu-right {
  margin-top: 10px;
  right: 0 !important;
  box-shadow: 1px 2px 5px var(--category-secondary-color);
  border: 1px solid var(--divider-color);
  width: 116px;
  max-width: 116px;
  min-width: 116px;
}

.dropdown-buyer-menu-right.get-app-menu {
  left: 8px !important;
}

.dropdown-buyer-menu-right.help-center-menu {
  left: 15px !important;
}

.dropdown-buyer-menu-right.language-menu {
  left: -5px !important;
}

.dropdown-buyer-menu-right:before {
  content: "";
  border-bottom: 8px solid white;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: -8px;
  right: 12px;
  /* left: auto!important; */
  margin: auto !important;
  z-index: 10;
}

.dropdown-buyer-menu-right:after {
  content: "";
  border-bottom: 10px solid var(--divider-color);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: -10px;
  right: 10px;
  /* left: auto!important; */
  margin: auto !important;
  z-index: 9;
}

.dropdown-buyer-menu-right .dropdown-item {
  padding: 10px 18px !important;
  line-height: 20px !important;
  color: var(--tile-title-color) !important;
  font-weight: normal;
  font-size: 13px;
  cursor: pointer;
  max-width: 116px;

}

.dropdown-buyer-menu-right .dropdown-item:hover {
  color: white !important;
}

.dropdown-buyer-menu-right .dropdown-divider {
  margin: 0;
  border-top: 1px solid var(--divider-color) !important;
}

/* START Hamburger menu for mobile view*/
.sidenav {
  height: 100%;
  width: 260px;
  position: fixed;
  z-index: 4;
  top: 0;
  left: -100%;
  background-color: var(--hamSidenav-bg);
  overflow-x: hidden;
  padding-top: 0 !important;
  transition: 0.5s;
}

.opennav {
  left: 0;
}

.menu-section .sub-menus {
  list-style: none;
  padding-left: 0;
  color: var(--tile-title-color);
  list-style: none;
  line-height: 36px;
  font-size: 14px;
  font-weight: normal;
  padding-top: 0;
  margin-top: 0px;
}

.menu-section .sub-menus li,
.menu-section .sub-menus li.submenu-collapse {
  padding: 13px 7px;
  border-bottom: 1px solid var(--hamSidenav-bg);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: black;
  background-color: white;
}

.menu-section .sub-menus li.submenu-collapse {
  border: 0px;
  border-bottom: 1px solid var(--hamSidenav-bg);
  padding: 0px
}

.menu-section .sub-menus li.submenu-collapse .card-header {
  padding: 0;
  background-color: white;
  border-bottom: 0px;
  padding: 13px 7px;
}

li.submenu-collapse ul {
  list-style: none;
  padding-left: 0;
  color: var(--tile-title-color);
  list-style: none;
  line-height: 36px;
  font-size: 14px;
  font-weight: normal;
  padding-top: 0;
  padding-right: 0;
  margin-top: 0px;
}

.menu-section .sub-menus li.submenu-collapse ul li {
  padding-left: 27px;
  position: relative;
}

.menu-section .sub-menus li.submenu-collapse ul li.active-language-tick::after {
  content: '';
  background-image: url("/static/assets/images/new_buyer/green-check.svg");
  background-size: 21px 21px;
  background-repeat: no-repeat;
  height: 21px;
  width: 21px;
  position: absolute;
  top: 10px;
  right: 13px;
}

li.submenu-collapse ul li:first-child {
  border-top: 1px solid var(--hamSidenav-bg);
}

.menu-section .sub-menus li.submenu-collapse .card-header:after,
.menu-section .sub-menus li.submenu-collapse .card-header.collapsed:after {
  content: '';
  background-image: url("/static/assets/images/new_buyer/rfq-accordion_up_arrow.svg");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 10px;
  right: 12px;
  cursor: pointer;
}

.menu-section .sub-menus li.submenu-collapse .card-header.collapsed:after {
  background-image: url("/static/assets/images/new_buyer/rfq_accordion_down-arrow.svg");
}



.closeaninav {
  transition: 0.5s;
  float: right;
  width: 100% !important;
  background: var(--suggestion-shadow-color);
  left: 0;
  height: 100vh;
  top: 0;
  padding-right: 0;
  margin-right: 0;
  position: fixed;
  z-index: 3;
}

.menu-heading {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  padding-left: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 0px;
}

.ham-trynow {
  color: var(--seller-primary-color) !important;
}

/* End Header Menu */

/* Start L&T-SuFin B2B Bulk Purchase App Popup */
.bulk-purchase-app-dialog {
  max-width: 662px;
}

.bulk-purchase-app-header {
  background-color: var(--pod-popup-header-bg);
}

.bulk-purchase-app-dialog .modal-content {
  border-radius: 4px;
  border: none;
}

.bulk-purchase-app-body {
  max-height: 700px;
  overflow-y: auto;
  padding-right: 16px;
}

.bulk-purchase-app-body::-webkit-scrollbar {
  width: 7px;
}

.bulk-purchase-app-body::-webkit-scrollbar-track {
  background: white;
}

.bulk-purchase-app-body::-webkit-scrollbar-thumb {
  background-color: var(--tray-scrollbar-thumb-bg);
  border-radius: 8px;
}

.bulk-purchase-app-dialog .close {
  padding: 12px 16px 8px;
  opacity: 1 !important;
}

.features-QR-code-sec {
  max-width: 322px;
}

.features-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 14px;
}

.app-features-list li {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 6px;
  background-image: url("/static/assets/images/new_buyer/right-arrow-bullet.svg");
  background-repeat: no-repeat;
  background-position: 0px 7px;
  padding-left: 13px;
}

.scan-to-download-txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.app-screen-size {
  width: 272px;
  height: 320px;
}

/* End L&T-SuFin B2B Bulk Purchase App Popup */

/* Start Help Center Popup */
.help-center-dialog {
  max-width: 665px;
}

.help-center-dialog .modal-content {
  border-radius: 4px;
  border: none;
}

.help-center-body {
  max-height: 700px;
  overflow-y: auto;
  padding-right: 16px;
}

.help-center-body::-webkit-scrollbar {
  width: 7px;
}

.help-center-body::-webkit-scrollbar-track {
  background: white;
}

.help-center-body::-webkit-scrollbar-thumb {
  background-color: var(--tray-scrollbar-thumb-bg);
  border-radius: 8px;
}

.help-center-dialog .close {
  padding: 12px 16px 8px;
  opacity: 1 !important;
}

.help-center-content{
  padding-bottom: 56px;
}

.help-info-txt{
  margin-bottom: 29px;
}

.assistance-label {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 7px;
}

.support-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.contact-img-sec{
  margin-right: 38px;
}

.mail-info-box{
  margin-top: 36px;
}

.contact-info-sec .info-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 4px;
}

.contact-info-sec .info-txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.line-height-21{
  line-height: 21px;
}

/* End Help Center Popup */

.badge-pill {
  background: white;
  border: 1px solid var(--divider-color);
  border-radius: 14px;
  padding: 7px 10px;
  font-weight: normal;
  margin-right: 8px;
}

.badge-pill.active {
  background: var(--active-badge);
  border: 1px solid var(--buyer-primary-color);
}

/* Start All Media Queries */

@media screen and (min-width: 992px) and (max-width: 1199px) {

  .buyer-menu-left .nav-item .nav-link {
    margin-right: 24px;
  }

  .new-userhub-menu {
    padding-left: 24px;
  }

  .new-top-navigation li {
    padding: 0px;
    margin:0 0 0 18px;
  }

}

@media (min-width: 560px) and (max-width: 767px) {
  .sidenav {
    width: 50%;
  }
}


@media (max-width:767px) {

  .new-userhub {
    height: 24px;
    font-size: 12px;
    /*max-width: 130px;*/
  }

  .new-top-navigation {
    flex-wrap: wrap
  }

  .new-top-navigation li {
    margin: 0px 0 0 16px;
  }

  header .buyer-header {
    padding: 10px 8px 1px;
  }

  .new-top-navigation img {
    width: 16px;
    height: 16px;
  }

  .new-top-navigation li {
    font-size: 12px;
  }

  .become-seller-link {
    width: 100%;
    display: flex;
    justify-content: end;
    line-height: 31px;
  }

  .contact-img-sec{
    margin-right: 0px;
    margin-bottom: 24px;
  }
  .contact-img-sec img{
    max-width: 100%;
  }

  
}
.cart-badge-header {
  display: block;
  position: absolute;
  top: -5px;
  left: 7px;
  width: 18px;
  height: 18px;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  background-color: var(--primary-color);
  color: white;
  text-align: center;
  z-index: 2;
  padding: 3px;
  border-radius: 18px;
}
.new-userhub .dropdown-menu .dropdown-item a {
         color: var(--tile-title-color);
}

.new-userhub .dropdown-menu .dropdown-item:hover.text-link, .new-userhub span:hover span.text-link {
    color: white!important
}
.new-userhub .dropdown-menu .dropdown-item a {
    padding: 0!important;;
}
.closeaninav img {
  right: 25px;
  position: absolute;
  /* display: block; */
  top: 10px;
  z-index:999999;
}
@media  (max-width: 991px) {
  .ham-icon img {
    width: 24px;
  }
  .fixed-top-header{
    z-index:1032 !important;
  }
}
.srch-height{
	height:50px;
}
.category-menu-color{
	color:black
}