@import"sufin_menu.css";

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

}

/* top header related classes */
header .top-header {
  /* background: var(--header-bg-color) 0% 0% no-repeat; */
  background-color: white;
  box-shadow: 0px 3px 4px var(--header-shadow-color);
  color: white;
  padding: 3px 15px;

}

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

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

.top-header .top-navigation {
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  margin-right: 8px;
}
.navbar-brand {
  padding-top:5px;
  padding-bottom:5px;
  cursor:pointer;
}

.navbar-brand .header-logoDiv img {
  width: auto;
}

.b2b-logo { 
   vertical-align: top;
    border-left: 1px solid var(--divider-color);
    padding-left: 12px;
    margin-left: 12px;
    line-height: 28px;
    display: flex;
    align-items: center;
}

.top-navigation li span {
  color: #fffdfd;
  font-weight: normal;
  font-size: 13px;
  cursor:pointer;
}

.top-navigation li a {
  color: var(--top-nav-color);
  font-weight: normal;
  font-size: 13px !important;
  cursor:pointer;
}

.top-navigation li {
  background: transparent;
  outline: none !important;
  border: none;
  color: white;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0px;
  display: inline-block;
  padding: 0;
}

.userhub {
  background-color: var(--login-register-bg) !important;
  border-radius: 30px;
  text-align: center;
  color: white !important;
  padding: 6px 10px;
  font-size: 13px;
  line-height:15px;
  max-width:165px;
  height:28px;
}

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

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

.userhub img {
  height: 16px;
  width: 16px;
  margin-right: 3px;
}

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

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

.userhub.dropdown-toggle:after {
  vertical-align: top!important;
  content: "\f107"!important;
  border: 0!important;
  font-family: 'FontAwesome'!important;
  font-size: 10px!important;
  right: 0!important;
  margin-left:6px!important;
}

.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: 62px;
  /* left: auto!important; */
  margin: auto !important;
  z-index: 10;
}

.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: 60px;
  /* left: auto!important; */
  margin: auto !important;
  z-index: 9;
}

.userhub .dropdown-menu {
  right: -59px!important;
  min-width: 205px;
  /* left: auto!important; */
  margin-top: 11px!important;
}

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

.userhub .dropdown-menu .dropdown-item a {
	margin:0!important;
	padding:0!important;
}

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

.sellerhub {
  background-color: var(--seller-primary-color) !important;
  border-radius: 21px;
  text-align: center;
  color: white !important;
  margin-right: 15px;
  padding: 6px 18px!important;
  line-height:16px;
}

.dropdown-divider {
  margin: 0;
  border-top: 1px solid var(--divider-color);
}
/* top header related classes ends here */

/* searchbar header related classes starts here */
.searchbar-header {
  background: var(--primary-color) 0% 0% no-repeat;
  opacity: 1;
  min-height: 50px;
  padding: 0rem 15px;
}

.searchbar-header .input-group-prepend{
  align-items: center;
}

.searchbar-header .input-group-prepend > img {
  height: 14px!important;
  width: 20px!important;
}

.what-icon img{
  height: 28px;
  width: 138px;
}

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

.searchbar-header .navbar span.dropdown-toggle {
  position:relative;
}

.searchbar-header .navbar .cart-icon {
	width:28px;
	height:28px;
}

.searchbar-header .navbar-nav .nav-link,
.searchbar-header .navbar-nav .nav-link a {
  color: white;
}

.searchbar-header .nav-link {
  color: white !important;
  background-color: transparent;
  border-color: transparent !important;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: normal;
  padding: 0 12px !important;
  box-shadow: none !important;
  text-align: left;
}

.searchbar-header .nav-link:hover {
  background: var(--header-highlight-color);
}

.searchbar-header .searchDiv .input-group-append{
  background:transparent;
}

.searchbar-header .badge_custom {
  position: absolute;
  right: 0;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  font-size: 10px;
  background: var(--seller-primary-color);
  color: white;
  font-weight: normal;
  line-height: 12px;
  letter-spacing: -1px;
  text-align: center;
  margin-right:-1px;
}

/* searchbar header related classes ends here */

.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: 62px;
  /* 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: 60px;
  /* 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;
}
/* header category menu ends here */



a.dropdown-item>span {
  display: inline-block !important;
}

.header-userIcon {
  left: 0;
  position: absolute;
  width: 35px;
}

.header-userIcon img {
  height: 30px;
  width: 30px;
}

.header-comp-name {
  font-size: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 10px;
  text-align: left;
  display: block;
  margin-top: 2px;
}

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

.header-username-dropdown .dropdown-toggle {
  display: block;
  padding: 0;
}

.header-link {
  color: var(--link-color)
}

/* navbar related classes */

.product-category-dropdown {
  line-height: 44px;
}

/* .product-category-dropdown .dropdown-toggle::after{
display:none;
} */
.product-category-dropdown .fa-bars {
  font-size: 18px;
  padding-top: 12px;
}

/* .product-category-dropdown{
margin-right:1.25rem;
} */
.header-productDiv {
  cursor: pointer;
}

.header-logoDiv>a {
  display: inline-block;
}

.header-logoDiv>a>img {
  width: 120px;
}

.border-radius-search {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.border-radius-srch {
  border-radius: 50px !important;
}

.dropdown-large .input-group-btn {
  color: white !important;
}

/* .top-navigation>li {
  border-right: 1px solid var(--header-nav-border);
} */

.top-navigation>li:last-child {
  border-right: 0px;
}

.top-navigation .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.navbar-nav .dropdown-menu {
  position: absolute;
}

:focus {
  outline: 0 !important;
}

.light-color-text {
  color: var(--tile-title-color);
  font-size: 12px;
  font-weight: normal !important
}

.navbar-toggler-icon {
  background-image: url("assets/images/burger-icon.svg");
}

.badge_cart {
  right: -5px;
}

.bg-dropdown-color {
  height: 45px;
}

.list-ul-icon-white {
  color: white;
}

.list-ul-icon-black {
  color: var(--tile-title-color);
}

.brand-logo {
  color: var(--category-secondary-color);
  font-size: 9px;
}

.product-category-dropdown>li.show {
  background: var(--search-color);
  color: var(--tile-title-color) !important;
}

.product-category-dropdown>li.show>a {
  color: var(--tile-title-color) !important;
}

.searchDiv .product-category-dropdown li.show {
  background: transparent !important;
}

.searchbar-header .navbar-nav .nav-link span i {
  font-size: 18px;
}

.header-border {
  border-bottom: 5px solid var(--primary-color);
}

.username-div {
  display: block;
}

.username {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 24px;
  text-align: left;
  display: block;
}

.dropdown-menu .username-div {
  display: block;
  max-width: 180px;
  overflow: hidden;
}
.highlight-border {
  border: 3px solid var(--orange-color) !important;
}

.ham-icon {
  color: var(--tile-title-color);
}

.ham-icon img{
  width:16px;
  height:12px;
}
/* START Hamburger menu for mobile view*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  padding-top: 0 !important;
  transition: 0.5s;
}

/* .searchDiv{
  transition:0.5s; 
} */
.sidenav a {
  padding-left: 0;

}

.logo-div{
	padding:15px 8px 8px;
}

.industry-section {
  border-top: 1px solid var(--divider-color);
  padding-top: 15px;
  padding-left: 10px;
  border-bottom: 1px solid var(--divider-color);
  padding-bottom: 10px;
}

.opennav {
  width: 80%;
  /* background-image: linear-gradient(to right,white 91%, black 10%); */
}

.closeaninav img{
  right: 25px;
  position: absolute;
  /* display: block; */
  top: 10px;
}
.seller-microsite-header .closeaninav img{
  right: auto!important;
  left:81%;
  position: absolute;
  /* display: block; */
  top:4px;
}


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

.sidenav-content {
  background-color: white;
  width: 100%;
  height: 100%;
}

.menu-section .menu-toggle-section {
  list-style: none;
  padding-left: 0px;
  color: var(--tile-title-color);
  list-style: none;
  line-height: 36px;
  font-size: 12px;
  margin-bottom: 0;
  padding-bottom: 0;
  transition: 0.5s;
}

.menu-section .menu-toggle-section li {
  padding: 15px 15px 15px 40px;
  border-bottom:1px solid var(--divider-color);
  font-size:13px;
  line-height:14px;
}

.menu_items {
	padding: 15px 15px 15px 40px;
	border-bottom:1px solid var(--divider-color);
	font-size:13px;
	line-height:14px;
}

.menu-item-insert {
	padding: 0;
	margin-bottom: 0;
}

.list-item-click{
	display: inline-block;
   	width: 100%;
   	height: 100%;
}

.highlited-menu{
  background-color:var(--cat-highlight-bg);
  color:var(--link-color)
}

.logout-section {
  padding-left: 0px;
  bottom: 0;
  width: 100%;
  border-top: 1px solid var(--border-color);
  margin-bottom: 0
}

.logout-section li {
  padding: 15px;
}

.img-changecls {
  transform: rotate(180deg);
}

.ham-trynow {
  /* font-size: 12px; */
  /* font-style: italic; */
  color: var(--seller-primary-color)!important;
  text-decoration:none!important;
}

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

.sign-in-btn{
  width: auto;
	font-size:13px;
	background: var(--primary-color) 0% 0% no-repeat padding-box;
	border: 1px solid var(--primary-color);
	border-radius: 3px;
	color:white;
	padding:5px 15px;
	display: inline-block;
	line-height: 17px;
	text-align:center;
}

.menu-section .sub-menus li {
  padding: 15px 8px;
  border-bottom: 1px solid var(--divider-color);
  line-height: 19px;
}

.menu-section .sub-menus li.selected:before {
  content: url(/static/assets/images/Verified_Tick.svg);
  width: 16px;
  height: 16px;
  float: right;
  margin-right:24px;
}

.language-option.selected{
  color:var(--buyer-primary-color)!important;
}

.closenav {
  width: 0;
  background-color: white;
}

.hamheader-userName {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 23px;
  display: inline-block;
  padding-left: 30px;
  max-width: 253px;
  position: relative;
  padding-right: 15px;
  min-width: 253px;
  height: 30px;
  vertical-align: top;
}

.hamheader-userIcon {
  left: 0;
  position: absolute;
  width: 35px;
  line-height:24px;
}

.hamheader-userIcon img {
  width: 16px;
  height: 16px;
}

.hamusername {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 24px;
  text-align: left;
  display: block;
  color: var(--tile-title-color);
}

.hamheader-comp-name {
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 18px;
  text-align: left;
  display: block;
  margin-top: 2px;
  color: var(--tile-title-color);
  font-weight: bold;
}

@media only screen and (max-device-width: 740px) and (orientation: landscape) {
  .logout-section {
    position: relative;
  }
}

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

  .closesidenav {
    width: 50%;
  }
  
}

@media (min-width: 768px) and (max-width: 991px) {
header .top-header .nav-link {
  padding: 0;
  margin-left: 12px;
}
.top-navigation li img {
    width: 24px!important;
    height: 24px!important;
}
.top-navigation .badge_custom{
	position: absolute;
    border-radius: 50%;
    right: -14px;
    height: 20px;
    width: 20px;
    top: -2px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    background: var(--seller-primary-color);
    color: white;
    font-weight: normal;
    line-height: 13px;
    letter-spacing: -1px;
    text-align: center;
}
 .cart-menu{
  margin-top:11px;
  }
  .cart-menu:before{
  right:24px!important;
  }
  .cart-menu:after{
  right:22px!important;
  }
.b2b-logo{
  padding-left: 8px !important;
  margin-left:8px!important;
  line-height: 23px!important;
}

.navbar-brand .header-logoDiv img{
  width:92px;
  height:23px;
}
}

@media (min-width: 640px) and (max-width: 706px) {
  .dropdowm-imgcls {
    margin-top: -12%;
  }
}

@media (max-width:767px){
  .searchbar-header{
    padding:0 8px;
  }
  .badge_cart {
  right: -12px!important;
}
.fixed-top-header {
  z-index: 99999;
}
  
  .cart-menu{
  margin-top:11px;
  }
  .cart-menu:before{
  right:24px!important;
  }
  .cart-menu:after{
  right:22px!important;
  }
  .what-icon img{
    width:22px;
    height:22px;
  }
  
  .top-navigation li{
    position:relative;
  }
  
  .top-navigation li img{
    width:24px;
    height:24px;
  }
  
  .top-navigation .badge_custom {
    /* box-shadow: 1px 2px 2px 0px var(--badge-shadow-color); */
    position: absolute;
    border-radius: 50%;
    right: -14px;
    height: 20px;
    width: 20px; 
    top:-5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    background: var(--seller-primary-color);
    color: white;
    font-weight: normal;
    line-height: 13px;
    letter-spacing: -1px;
    text-align: center;
  }
  
  .b2b-logo{
    padding-left: 7px !important;
    line-height: 24px!important;
    height: 24px;
    margin-left: 8px!important;
    display: flex;
    align-items: center;
  }
  
  .b2b-logo img{
    width:49px;
    height:21px;
  }
  
  .navbar-brand .header-logoDiv img{
    width:92px;
    height:23px;
  }
  /* .top-header .top-navigation{
    margin-right:0;
  } */
  
}

/* END  Hamburger menu for mobile view*/

.font-11 {
  font-size: 11px;
}

.font-13 {
  font-size: 13px;
}

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

.language-dropdown {
	background-color: #fff;
    border: 1px solid var(--buyer-primary-color);
    border-radius: 20px;
    color: var(--tile-title-color);
    padding: 4px 16px;
    font-size: 13px;
    line-height: 18px;
    margin-left: 1.5rem!important;
}

.language-menu {
    margin-top: 10px;
    right: 0!important;
    box-shadow: 0 3px 6px var(--header-shadow-color);
    border: 1px solid var(--divider-color);
    width: 116px;
    max-width: 116px;
    min-width: 116px;
}

.language-dropdown.dropdown-toggle:after {
    vertical-align: top;
    content: "\f107";
    border: 0;
    font-family: FontAwesome;
    font-size: 10px;
    right: 0;
    margin-left: 6px;
    color: var(--buyer-primary-color);
}

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

.language-menu:after, .language-menu:before {
    content: "";
    position: absolute;
    margin: auto!important;
}

.language-menu:before {
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    top: -8px;
    right: 12px;
    z-index: 10;
}

.language-menu:after {
    border-bottom: 10px solid var(--divider-color);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -10px;
    right: 10px;
    z-index: 9;
}

.language-menu:after, .language-menu:before {
    content: "";
    position: absolute;
    margin: auto!important;
}

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

@media (min-width: 320px) and (max-width: 360px) {
  .hamheader-userName {
  min-width:220px;
  max-width:220px;
  }
}

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

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

.cart-menu:before {
    content: "";
    border-bottom: 8px solid white;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    top: -8px;
    right: 31px;
    /* 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: 28px;
    /* left: auto!important; */
    margin: auto !important;
    z-index: 9;	
}
.p-3 {
    padding: 1rem!important;
}

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

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

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

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

.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 .prod-title {
    font-size: 14px;
    line-height: 18px;
    color: var(--tile-title-color);
    font-weight: 400;
    margin-bottom: 0;
}

.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;
}
.badge-count-noti{
	right:54px!important;
}

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


.input-group-text .dropdown-toggle:after {
  vertical-align: middle;
  content: "";
  width:12px;
  height:12px;
  background-image: url("/static/assets/images/down-arrow-grey.svg");
  background-repeat: no-repeat;
  background-size:9px;
}

.language-dropdown.dropdown-toggle:after {
  content: "";
  vertical-align: top;
  width:12px;
  height:16px;
  background-image: url("/static/assets/images/down-arrow-blue.svg");
  background-repeat: no-repeat;
  background-size: 7px;
  margin-left: 5px;
  margin-top: 1px;
  background-position: center;
  margin-right: -5px;

}

.userhub.dropdown-toggle:after {
  vertical-align: middle!important;
  content: ""!important;
  width:14px;
  height:18px;
  background-image: url("/static/assets/images/down-arrow-white.svg");
  background-repeat: no-repeat;
  background-size: 7px;
  margin-left: 0;
  margin-top:5px;
}
/* End arrow images*/

.badge-count-noti-web {
	right: 56px !important;
}

.badge-count-noti-mobile {
	right: -9px !important;
}
.d-inherit{
	display:inherit;
}
.logout-modal{
  width:350px;
}

/*start seller microsite header css*/
.seller-poweredby{
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  border-left:1px solid var(--border-color1);
  height: 28px;
  vertical-align: middle;
  padding-left :8px;
  margin-left:8px;
  line-height: 18px;
  margin-right: 8px;
  line-height: 28px;
  color: var(--headings-txt-color);
  font-family: "Poppins", sans-serif;

}
.s-menu-active{
  color: var(--header-color-microsite);
  font-weight: 500;
  margin-right:24px ;
}
.s-menu-active a{
  color: var(--header-color-microsite);
  font-weight: 500;
}
.header-menu-item{
  margin-right: 24px;
  cursor: pointer;
}
.header-menu-cls{
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;

}
.seller-location-header {
  color: var(--compare-checkbox-border);
  font-size: 11px;
  font-weight: 400;
  display: inline-block;
  line-height: 13px;
  margin-top: 6px;
}
.rating-icon-alignment{
  padding-left:24px;
}
.seller-microsite-header{
  padding-left:80px;
  padding-right:80px;
}
@media screen and (max-width: 767px) {
.seller-poweredby{
border-left:0;
padding-left:16px;
}
.rating-icon-alignment{
  padding-left:68px!important;
}
.seller-microsite-header{
  padding-left:0px;
  padding-right:0px;
}
.header-menu-item{
  margin-right: 0px;
  cursor: pointer;
}
}
@media (min-width:768px) and (max-width:1023px) {
  .rating-icon-alignment {
    padding-left: 67px !important;
}
.seller-poweredby{
  border-left: none;
  padding-left: 16px;
}
.header-menu-item{
  margin-right: 0px;
  cursor: pointer;
}
}
.seller-logo-microsite{
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  word-break:break-word;
}
.seller-menu-cls,.seller-menu-cls:hover{
  color: initial;
  text-decoration: none;
}
.seller-logo-text-name{
	height:60px;
	padding-top:24px;
}

.sidenav li a,.sidenav li a:focus{
  color: black;
  text-decoration: none;
}
.sidenav li a:hover{
  color: var(--buyer-primary-color)
}

.seller-microsite-header .closeaninav {
  opacity: 0.5;
}
/*end seller microsite header css*/