@font-face {
  font-family: HelveticaNeue;
  src: url('../src/fonts/HelveticaNeue Light.woff2');
  src: url("../src/fonts/HelveticaNeueCyr-Light.eot"),
  url("../src/fonts/HelveticaNeueCyr-Light.woff") format("woff"); 
}
@font-face {
  font-family: HelveticaNeueMedium;
  src: url('../src/fonts/HelveticaNeue Medium.woff2'),
  url("../src/fonts/Helvetica Neu Medium.woff") format("woff");
}
@font-face {
  font-family: Franchise;
  src: url('../src/fonts/Franchise-Bold.woff2');
  src: url("../src/fonts/Franchise-Bold.eot"),
  url("../src/fonts/Franchise-Bold.woff") format("woff");
}
@font-face {
  font-family: AntonioBold;
  src: url('../src/fonts/Antonio-Bold.ttf');
}
@font-face {
  font-family: AntonioExtraLight;
  src: url('../src/fonts/Antonio-ExtraLight.ttf');
}
@font-face {
  font-family: AntonioLight;
  src: url('../src/fonts/Antonio-Light.ttf'); 
}
@font-face {
  font-family: AntonioMedium;
  src: url('../src/fonts/Antonio-Medium.ttf'); 
}
@font-face {
  font-family: AntonioRegular;
  src: url('../src/fonts/Antonio-Regular.ttf');
}
@font-face {
  font-family: AntonioSemiBold;
  src: url('../src/fonts/Antonio-SemiBold.ttf');
}
@font-face {
  font-family: AntonioThin;
  src: url('../src/fonts/Antonio-Thin.ttf');
}
@font-face {
  font-family: arial;
  src: url('../src/fonts/arial.ttf');
}
html {
  scroll-behavior: smooth;
}
.SelectOption {
  background-color: #ffffff;
  color: #000000;
}
.quickdescription {
  font-family: HelveticaNeueMedium;
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  text-align: justify;
  letter-spacing: 0.05rem;
}

.gridButtonview {
  position: relative;
  text-align: center;
}
#hidedrop {
  display: none;
}
#visibledrop {
  display: block;
}
.buttonVisible {
  visibility: visible;
  font-family: HelveticaNeueBold;
  font-size: 0.5rem;
  height: 1.5rem;
	   width: 4rem;
   text-align: left;
}
.buttonNotVisible {
  visibility:hidden;
}
.Quickwarning {
  padding-left: 1.3rem;
  padding-top: 0rem;
  font-family: HelveticaNeueBold;
  font-size: 0.825rem;
  color: #000000;
  padding-left: 0.4rem;
}
.Quickwarning_container {
  padding-top: 0.2rem;
}
#Quicktier_table td {
  border-right: 1px solid #808080;
}
.QuickTierTableHead {
  background-color: #d6d8db;
}
.QuickTierTableHead th {
  padding: 0.2rem 0.2rem !important;
  border-bottom-style: solid !important;
  border-bottom-color: #000000 !important;
  border-bottom-width: 0.1rem !important;
  border-right: 1px solid #000000;
}
#Quicktier_table {
  table-layout: auto;
  font-family: HelveticaNeueMedium;
  font-size: 0.9rem;
  width: 100%;
  border: #000000 solid;
  border-width: 0.1rem;
  letter-spacing: 0.05rem;
  border-radius: 0rem;
}
#Quicktier_table tbody {
  background: #ffffff;
}
.QuickFirst_level_details {
  font-family: HelveticaNeueBold;
}
.QuickVendorName {
  font-family: HelveticaNeueBold;
  font-size: 0.8rem;
  padding-left: 0.2rem;
  text-decoration-line: underline;
}
.QuickFirst_level_details_inline {
  font-family: HelveticaNeueBold;
  display: inline-block;
}
.productTitle {
  font-family: HelveticaNeueBold;
  font-size: 1rem;
  font-weight: bold;
}
.product-field-bold {
  font-family: HelveticaNeueBold;
  font-size: 0.9rem;
  padding-top: 0.2rem;
  }
.qucikviewHead {
  padding-top: 0.2rem;
  font-family: HelveticaNeueBold;
  font-size: 1.5rem;
  font-weight: bold;
}
#ImageQickview {
  padding-left: 8rem;
  padding-right: 8rem;
}
.comparison-field {
  font-family: HelveticaNeueBold;
  font-size: 0.9rem;
  padding-top: 0.2rem;
}
#rounded-add-to-cart {
  letter-spacing: 0.1rem;
  border-radius: 0rem !important;
  text-align: center;
  padding: 0.75rem 0rem;
}
.product-field {
  font-family: HelveticaNeue;
  font-size: 0.9rem;
  padding-top: 0.2rem;
}
.compareTitle {
  font-family: HelveticaNeueBold;
  font-size: 1.2rem;
}
.product-field-bold {
  font-family: HelveticaNeueBold;
  font-size: 0.9rem;
  padding-top: 0.2rem;
}
.remove-all-span {
  font-family: HelveticaNeueBold;
  font-size: 1rem;
  color: #176db7;
}
.ProductRemove {
  font-family: HelveticaNeueBold;
  font-size: 0.8rem;
  color: #176db7;
}
.compareProductName {
  font-family: HelveticaNeueBold;
  font-size: 1rem;
  text-decoration: underline;
}
.vendor-span, .product-name-span {
  font-family: HelveticaNeueBold;
}

.blur_state {
  opacity: 0.5;
  background-color: #f2f2f2;
}
.ui-dialog-content {
  overflow-y: hidden !important;
}
.QuickviewDialoggrid {
  border-color: #000000 !important;
  border-width: 1rem !important;
  width: 53.4rem !important;
  height: auto !important;
  background-color: #ffffff !important;
  position: fixed !important;
  opacity: 1 !important;
  overflow: hidden !important;
  margin-left: 4rem;
  z-index: 1000;
  left: 20rem;
  right: -45rem;
  top: 8rem;
}

.DescriptionDialog {
  border-color: #000000 !important;
  border-width: 1rem !important;
  width: 53.4rem !important;
  height: auto !important;
  background-color: #ffffff !important;
  position: absolute !important;
  opacity: 1 !important;
  overflow: hidden !important;
  margin-left: 4rem;
  z-index: 1000;
}
.QuickviewDialog {
  width: 53.4rem !important;
  height: auto !important;
  background-color: #ffffff !important;
  position: fixed !important;
  opacity: 1 !important;
  overflow: hidden !important;
  margin-left: 4rem;
  z-index: 1000;
  left: 30%;
  top: 8rem;
}
.ui-dialog-container {
  border-style: solid;
  border-width: 2px;
  border-color: #000000;
}
#qvContainer {
  width: 52rem;
  height: auto;
  min-height: 31rem;
  padding: 0rem 0.4rem;
}
.ui-dialog-titlebar {
  height: 0;
}

.thumbnail {
  padding-right: 0.625rem;
}

.search_icon {
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  right: 1.8rem;
  bottom: 0.7rem;
}
.NewImage {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  float: left;
  width: 6rem;
  height: 6rem;
  transform: rotate(320deg);
}

.new-item-image {
  position: absolute;
  left: 0.3rem;
  top: 0.16rem;
  float: left;
  width: 1.5rem;
  height: 1.5rem;
}

.First_level_details,
.wh-First_level_details {
  font-size: 0.8rem;
  font-family: HelveticaNeueBold;
}
.First_level_details_green {
  font-family: HelveticaNeueBold;
  color: #388e3c;
}
.First_level_details_red {
  font-family: HelveticaNeueBold;
  color: #ff0000;
}
.First_level_details_black {
  font-family: HelveticaNeueBold;
  color: #000000;
  display: inline-block;
}
.indicators-div{
  font-size: 0.8rem;
  margin: 0;
}
.availableFavourite{
  font-family: HelveticaNeueBold ;
  color: #388e3c;
}
.page-header {
  /* height: 1.85rem; */
  width: auto;
  color: #181818;
  font-family: HelveticaNeueBold;
  font-size: 1rem;
  line-height: 1.43rem;
  margin-right: 0.57rem;
}
.vendorPLPListHeader{
  padding:0 0 10px 0;
}
.vendorHeader{
  padding:0.8rem 0;
}
.page-wrap {
  padding: 1.5rem 1em;
  margin: 0rem;
  background-color: #f2f2f2;
}
.qty-box {
  width: 4rem;
  border: 1px solid #000000;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.slideshow-bullets-div {
  position: absolute;
  text-align: center;
  bottom: 0.125rem;
  width: -webkit-fill-available;
}
.availableWH{
  color: #388e3c;
}
.big-text {
  font-size: 1rem;
  font-family: HelveticaNeue;
}
.warn-span {
  font-size: 11px;
  width: 200px;
}
.op-labeled-input {
  width: 80%;
}
.op-labeled-input input,
.comp-labeled-input input {
  border-radius: 0 !important;
  border: 1px solid #000000 !important;
  border-left: none !important;
  height: 2rem;
  font-family: HelveticaNeue !important;
}
.op-clear-label {
  color: #4183c4;
  cursor: pointer;
  text-align: right;
  text-decoration: underline;
}
.checkoutPointer{
  color: #4183c4;
  cursor: pointer;
}
.op-labeled-input .ui.label,
.comp-labeled-input .ui.label {
  border-radius: 0 !important;
  border: 1px solid #000000 !important;
  display: inline-flex;
  align-items: center;
  border-right: none !important;
  color: #000000 !important;
  background-color: #ffffff;
  height: 2rem;
}
.comp-labeled-input .ui.label {
  padding: 0;
  height: 1rem !important;
}
.comp-labeled-input input {
  height: 1.55rem;
  width: 3.8rem;
  padding: 0.2rem !important;
}
.op-po-input,
.choose-file-label {
  width: 7.1rem;
  height: 1.7rem;
  padding: 0.2rem 0.2rem !important;
  font-family: HelveticaNeue !important;
  font-weight: bold;
  border: 1px solid #000000;
  background-color: #ffffff;
}
.op-po-input input {
  width: 7.1rem;
}
.op-input input,
.choose-file-label input {
  border: none !important;
  padding-left: 0.2rem !important;
  padding-right: 0.2rem !important;
  font-family: HelveticaNeue !important;
}
.choose-file-label {
  width: 11rem;
  margin-left: -10px;
  overflow: hidden;
  font-family: HelveticaNeue;
}
.custom-file-input {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  opacity: 0;
  display: inline;
}
.custom-input-btn {
  background-color: #ffffff !important;
  color: #c8102e !important;
  font-family: HelveticaNeue !important;
  font-weight: bold !important;
  font-size: 1rem !important;
  cursor: pointer;
  padding: 2px;
  border: 2px solid #ff0000 !important;
  height: 1.7rem;
}
.link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #ffffff !important;
  font-family: HelveticaNeue;
  font-size: 0.875rem;
}

.footer-content {
  padding-bottom: 0rem;
  font-family: HelveticaNeue;
  font-size: 0.75rem;
}

.footer_wrap {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  line-height: 0.9rem;
  font-size: 0.9rem !important;
  position: 'relative';
  bottom: 0;
  right: 0;
  left: 0;
}
.t-center {
  text-align: center !important;
  white-space: pre-wrap;
}
.t-center.text-hometile-align{
  text-align-last: start;
}
.t-left {
  text-align: left !important;
}
.t-right {
  text-align: right !important;
}
.menu {
  border-right: 0.125rem !important;
  border-radius: 0 !important;
  background: #181818 !important;
}
.user-menu,
.cart-menu {
  background: #1a1c21e6 !important;
  padding: 0.5rem !important;
}
.user-menu-option,
.cart-menu-option,
.cart-menu-option a {
  color: #ffffff !important;
  display: block;
  line-height: 2em;
  cursor: pointer;
  font-size: 1rem;
}
.ui.dropdown>.text {
  font-size: 1rem;
}
.user-viewoptions-menu {
  padding-left: 1.5rem !important;
  background: rgb(26,28,33) !important;
  background: linear-gradient(90deg, rgba(26,28,33,0) 15%, rgba(26,28,33,1) 15%) !important;
  border: 0 !important;
}

.user-viewoptions-menu-mobile {
  position: static !important;
  padding-left: 1rem !important;
  background: rgb(26,28,33) !important;
  background: linear-gradient(90deg, rgba(26,28,33,0) 15%, rgba(26,28,33,1) 15%) !important;
  border: 0 !important;
}
.ui.dropdown .menu .menu.user-viewoptions-menu {
  margin-left: -1rem !important;
  padding-left: 1.5rem !important;
}
#user-menu:after {
  background: #1a1c21e6 !important;
  top: -0.6em !important;
}

#cart-menu:after {
  background: #1a1c21e6 !important;
  top: -0.45rem;
}

.flyout {
  color: #ffffff !important;
}

.dropdown_first {
  color: rgba(255, 255, 255, 0.7) !important;
  align-self: center;
  margin: 0.2rem 0.2rem;
}
.dropdown_first:hover {
  background: #ffffff14;
  color: #fff !important;
  border-radius: 0.3rem;
}
#product-menu > .item .flyout > .item {
  padding: 0.45rem;
}
.header_user_icons .addressbookLink{
  color: #000000 ;
  padding-right: 0rem ;
  padding-left: 0rem ;
}
#order-menu > .item .flyout > .item {
  padding: 0.45rem;
}
#categories {
  padding: 0.5rem 0.5rem !important;
}
#categories:hover,
#orderStatus:hover,
#orderTools:hover,
.user-menu-option:hover {
  background: #3a3b3d;
  color: #ffffff !important;
}
.zero-padding {
  padding: 0 !important;
}
.left-only-padding {
  padding-left: 1rem !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.left-top-padding{  
  padding-left: 1rem !important;
  padding-right: 0 !important;
  padding-top: 1rem !important;
  padding-bottom: 0 !important;
}
.less-side-padding{
  padding:1rem 0.08rem !important;
}

.compact_padding.less-side-padding{
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.compact_padding{
  padding: 0.285rem 0.285rem  3rem !important;
}
.zero-margin {
  margin: 0 !important;
}
.compare-btn,
.create-cart-btn,
.cancel-order-btn,
.addressbook-btn {
  background-color: #ffffff !important;
  border-color: #ff0000 !important;
  color: #c8102e !important;
  font-family: HelveticaNeue !important;
  font-weight: bold !important;
  font-size: 1rem !important;
  cursor: pointer;
}
.addresscustomer{
  margin-left: 1rem;
}
.listingDescription {
  font-family: HelveticaNeue !important;
	font-size: 1rem !important;
  word-wrap: break-word;
}
.d-center {
  display: flex !important;
  justify-content: center;
}
.no_prdcts_display {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 37rem;
}
.d-left {
  display: flex !important;
}
.d-block{
  display: block;
}
.d-none{
  display: none;
}
.d-inline-center {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center;
}
.d-inline-baseline {
  display: inline-flex !important;
  justify-content: baseline !important;
  align-items: baseline;
}
.dropdownItem {
  color: rgba(255, 255, 255, 0.7) !important;
}
.menu1 {
  border-right: 0.125rem !important;
  padding-left: 0rem !important;
}
#search_div {
  display: flex;
  align-items: center;
  padding-right: 0.625rem;
}
#search_div .search-box {
  height: 30px;
  border-radius: 0rem;
  padding-left: 0.625rem;
  font-size: 1rem;
  width: 29rem;
  float: right;
}

.active item {
  background: #ffffff !important;
  font-weight: bolder !important;
}
.ui.grid.header-top{
  align-items: center;
}

.item_num {
  padding-left: 6.25rem !important;
  padding-right: 1.25rem !important;
}
.member_cost {
  padding-right: 0.3125rem !important;
}
.pack {
  padding-right: 0.3125rem !important;
}

#product {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  padding-right: 0rem !important;
}

.button_grid {
  border-radius: 0rem !important;
}

.header_Logo {
  /* float: left; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.desktop-menu-bar {
  position: fixed;
  top: 4.5rem;
  z-index: 100;
  width: -webkit-fill-available;
  width: -moz-available;
  min-height: 2em !important;
  left: 0;
}
.header-top-left{
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 27.5rem;
  margin-right: 0.5rem;
}
.header-top-right{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_icons {
  /* height: 100%; */
  color: #181818;
  /* padding: 0.5rem !important; */
}
.header_icons > div {
  /* float: right;
  display: table-cell; */
  vertical-align: middle;
}
/* .header_icons > div > * {
  padding: 0rem 1rem;
} */
.header_logo_img {
  width: 7.29rem;
  height: 1.43rem;
  /* display: table-cell; */
  vertical-align: middle;
}
.Netwarehouse_text {
  font-weight: bold;
  font-family: Franchise;
  font-size: 1.72rem;
  line-height: 2.21rem;
  font-stretch: extra-expanded;
  color: #000000;
}
/* .Netwarehouse,
.mol-div {
  display: table-cell;
} */
.mol {
  display: flex;
  align-items: flex-start;
}
.clr_blk {
  color: #000000;
} 
.mol-div .mol .home.icon.small
{
  font-size: .8em ;
  width: 1.14em;
}
.cursor_p {
  cursor: pointer;
}
.no_cursor {
  cursor: not-allowed !important
}
/* .mol {
  padding: 0rem 1.2rem;
} */
.warehouse-image{
  padding-right: 0rem !important;
}
.mol_text {
  font-family: HelveticaNeue;
  font-size: 1rem;
  cursor: pointer
}
.categoriesList {
  padding-bottom: '0.5rem';
  display: flex;
}
.restricted-product-planogram{
  color: #ff0000;
  /* min-height: 1rem;
  margin-top: 1rem; */
}

.restricted-product { 
  color: #ff0000;
  min-height: 0;
}
.restricted-product-grid{
  color: #ff0000;
  /* min-height: 1rem;
  margin-top: 1rem; */
}

.header_user_icons span{
  font-family: HelveticaNeue ;
  font-size: 0.875rem ;
  padding-right: 1.4rem;
}

.header_logo_img img {
  width: 100%;
  height: 100%;
}
#menu_header {
  margin: 0rem;
}
.search-box {
  padding-top: 0rem;
  padding-bottom: 0rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}
#icon {
  padding-right: 0.625rem !important;
}

#select {
  background: #000000;
  border: 0.125rem solid #ffffff;
  font-family: HelveticaNeue;
  color: #ffffff;
  height: 30px;
  padding: 0.125rem;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.image1 {
  height: 35rem !important;
  width: 100% !important;
  padding-right: 0.3125rem !important;
  padding-left: 0.3125rem !important;
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
  border: 0.0625rem solid #dddddd;
  margin: 0 auto;
  position: relative;
  background-color: #ffffff;
}

.image2b {
  height: 15rem;
  width: 100%;
  border: 0.0625rem solid #dddddd;
  margin-top: 0.0625rem;
}
.header-top{
  overflow: true;
  position:fixed;
  width: 100%;
  top: 0;
  left:0;
  right:0;
  z-index: 2;
  justify-content: space-between;
  background-image: url('Sandpaper BG.png');
  background-repeat: repeat;
  background-size: 100% 200%;
  background-position: center;
  box-sizing: border-box;
}
.desktop_menu > div:nth-child(2){
  margin-top: 7rem !important;
}
.pusher.sidebar-pusher > div:nth-child(2){
  margin-top: 8.4rem !important;
}
.carousel_wrap {
  border: 0.0625rem solid #dddddd;
  background-color: #ffffff;
  margin-top: 0rem;
  overflow-y: hidden;
  color: #176db7;
}

.link-text{
  color: #2b77f2;
  text-decoration: underline;
  cursor: pointer;
}

.carousel_main {
  padding: 0.5rem 1em;
  background-color: #f2f2f2;
}

.image3 {
  height: 6rem !important;
  width: 100% !important;
  margin-bottom: 0.625rem !important;
}

.ui.dropdown .menu > .item {
  color: #ffffff;
}

.bottom_1 {
  padding-bottom: 1.875rem !important;
  padding-left: 3.125rem !important;
}

.bottom_2 {
  padding-bottom: 1.875rem !important;
}

.ui.checkbox .box:before,
.ui.checkbox label:before {
  border-color: #000000 !important;
  border-radius: 0 !important;
  height: 70%;
  width: 70%;
}

.compare_checkbox .box:before,
.compare_checkbox label:before{
  height: 16px !important;
  width: 16px !important;
}

.compare_checkbox{
  min-height: 13px !important;
}

.ui.radio .box:before,
.ui.radio label:before {
  border-radius: 100% !important;
}

.card_item {
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}
.card_wrap {
  padding-bottom: 0.2rem;
}
.fav_card_item {
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}
#menuProducts {
  color: #ffffffb3 !important;
  align-self: center;
  padding-top: 0.575rem;
  padding-bottom: 0.575rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  margin: 0.2rem 0.35714286rem;
}
#menuProducts:hover {
  background: #ffffff14;
  color: #ffffff !important;
  border-radius: 0.3rem;
}
#menuProducts_active,
#menuOrders_active {
  border-radius: 0.3rem;
  background: #ffffff1a !important;
  align-self: center !important;
  padding-top: 0.575rem !important;
  padding-bottom: 0.575rem !important;
  padding-left: 0.3rem !important;
  padding-right: 0.3rem !important;
  color: #ffffff !important;
  margin: 0.2rem 0.35714286rem;
}
#menuOrders,
#menuFav {
  color: #ffffffb3 !important;
  align-self: center;
  padding-top: 0.575rem;
  padding-bottom: 0.575rem;
  padding-right: 0.3rem;
  padding-left: 0.4rem;
  margin: 0.2rem 0.35714286rem;
}
#menuOrders:hover,
#menuFav:hover {
  background: #ffffff14;
  color: #ffffff !important;
  border-radius: 0.3rem;
}
#menuOrders[class='active'],
#menuFav[class='active'] {
  border-radius: 0.3rem;
  background: #ffffff1a !important;
  align-self: center !important;
  padding-top: 0.575rem !important;
  padding-bottom: 0.575rem !important;
  padding-left: 0.3rem !important;
  padding-right: 0.3rem !important;
  color: #ffffff !important;
  margin: 0.2rem 0.35714286rem;
}
#grid_icon {
  padding-left: 0.5rem;
}
.card_name {
  display: inline-block;
  font-family: HelveticaNeue;
}
.availablelabel {
  width: 60%;
  display: inline-block;
  font-family: HelveticaNeueBold; 
}
.card_data {
  width: 50%;
  display: inline-block;
}

.card_item .card_img,
.fav_card_item .card_img,
.card_list_wrap,
.card_list_wrap > a,
.slides-div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card_item .card_img a,
.fav_card_item .card_img a img {
  object-fit: contain;
  width: 7.14rem;
  height: 7.14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:auto;
}

.desktop-menu-bar .item {
  height: 2.45rem;
}
.card_list_content > div {
  width: 25%;
  display: inline-block;
  font-size: 0.85rem !important;
}

.card_list_wrap > a {
  width: 100%;
  height: 5.25rem;
}
.card_list_wrap > a > img {
  max-height: 100%;
  height: 100%;
  width:100%;
  object-fit: contain;
}

#show_and_hide_images {
  cursor: pointer;
  color: #4183c4;
  text-decoration: underline;
  margin-top: 0;
  margin-bottom: 0;
}

.pagination_bottom {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.pagination_top {
  margin-top: 0rem;
}
.pagination_top,
.pagination_bottom {
  justify-content: flex-end;
  display: flex;
}
@media (min-width:1025px) {
.pagination_bottom {
  display: none;
}
}


.disable_img_click {
  pointer-events: none;
}
.combo {
  font-size: 100%;
  height: 1.5rem;
  margin-right: 2rem;
  margin-left: 0.5rem;
}
.exportPdfAssortments {
  top: 4rem;
}
.ui.pagination.menu .item {
  min-width: 2rem !important;
}
.cost_red_color {
  color: #ff0000;
}

.carousel_left_arrow {
  position: absolute;
  left: 1.8rem;
  cursor: pointer;
  width: 1.35rem;
}

.carousel_right_arrow {
  position: absolute;
  right: 0.4rem;
  cursor: pointer;
  right: 1.8rem;
  width: 1.35rem;
}

.carousel_img {
  max-width: 100%;
  max-height: 100%;
  height: 32rem;
  object-fit: cover;
  object-position: bottom;
  cursor: pointer;
}

.carousel_img_height {
  height: 100%;
  overflow: hidden;
}

.checkoutErrorBacttoCart {
  margin-top: 2rem;
}

#add_to_cart_plp{
  margin-top: 0.5rem;
}

#plp_add_to_cart{
  float: right;
  width: 10rem;
}
.cartTable  {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.cartHeaders {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  }

.italic{
  font-style: italic !important;
}
.onlyReunionPopupWrapper {
  position: fixed;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 400;
    left: 0;
}
.onlyReunionPopup {
  position: fixed;
    z-index: 999;
    width: 39rem;
    max-width: 80%;
    top: 25%;
    background: #fff;
    left: 50%;
    transform: translate(-50%);
}
.onlyReunionPopup p {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  padding: 1.5rem;
  text-align: center;
}
.onlyReunionPopup_close {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  font-weight: bold;
  cursor: pointer;
}
.feedbackLink {
  text-align: right;
  right: 0;
  z-index: 1;
}
.feedbackLink a {
  color: #fff;
  background: #db2828;
  cursor: pointer;
  padding: 0.45rem 0.6rem;
  font-size: 1.13rem;
}
.feedbackLink a:hover {
  color: #fff;
  background: #b21e1e;
}
.biggerScreen {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.biggerScreen p {
  color: #c31032;
  background: #ddd;
  padding: 1rem;
  font-size: 1vw;
  text-align: center;
}
#root {
  max-width: 1920px;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .feedbackLink {
    display: inline-block;
    position: fixed;
    transform: rotate(-90deg);
    transform-origin: bottom right;
    top: 8rem;
  }
  .feedbackLink a {
    border-radius: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* For IE11 */
  .header-top {
    left: 0;
    transition: all 0.5s;
    position: fixed;
    height: 38px;
  }
  .card_list_wrap{
    min-height: 73px;
  }
  .desktop-menu-bar {
    position: fixed;
    top: 10rem;
    width: 100%;
  }
  i.icons .icon{
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: unset !important;
  }
  /* .desktop-menu-bar + div {
    padding-top: 6rem !important;
  } */
  .search_icon {
    bottom: 0.7rem !important;
  }
  .ui.red.button{
    border-radius: 0;
  }
  /* .card_list_wrap,
  .card_list_wrap > a{
    display: inline;
  } */
}
@supports (-ms-ime-align:auto) {
  /* For Edge */
  .header-top {
    left: 0;
    transition: all 0.5s;
    position: fixed;
    height: 86px;
  }
  .desktop-menu-bar{
    position: fixed !important;
    top: 10rem !important;
    left: 0;
    right:0;
    min-width: 100%;
  }
  .ui.menu.desktop-menu-bar {
    min-height: 2em;
  }
  .desktop_menu > div:nth-child(2){
    margin-top: 11.5rem !important;
  }
  .search_icon {
    bottom: 0.7rem !important;
  }
  .card_list_wrap,
  .card_list_wrap > a{
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  .header_Logo {
    bottom: 1rem;
    left: 7px;
  }
  
  .imaged{
    height: 14rem !important;
  }
  .header_icons{
    width: 100%;
  }
  #button_grid{
    letter-spacing: 0em !important;
  }
  .header_logo_img img {
    width: 100%;
    height: 100%;
  }
  
  .carousel_img_height {
    height: 100%;
  }
  .addressbookLink,
  .cursor_p,
  .ui.dropdown {
    font-size: 17px;
  }
  #search_div .search-box {
    width: 21rem;
  }
  .search_icon {
    left: 19rem;
  }
  .ui.search.dropdown {
    width: 10rem;
  }
  .ui.secondary.menu .item {
    bottom: 1rem;
  }
  .header-top-right {
    justify-content: flex-end;
  }
  /* .mol {
    padding: 0em;
    top: 0.5rem;
    right: 6.5rem;
  } */
  /* .mol > i {
    position: relative;
    top: 0.5rem;
  } */
  /* .mol_text {
    margin: -0.9em;
    position: static;
    left: 2.25em;
    top: 0;
  } */
  .pusher.sidebar-pusher > div:nth-child(2){
    margin-top: 11rem !important;
  }

  .pagination_top,
  .pagination_bottom {
    margin-right: 0rem;
    justify-content: center;
  }
  .pagination_bottom {
    padding-left: 0rem;
  }
  /* .ui.menu .item {
    padding: 1rem 0.5rem !important;
  } */
  .content-wrap {
    height: 55rem;
  }

}

@media only screen and (max-width: 767px){
  @supports (-ms-ime-align: auto) {
    .header-top {
      height: 86px !important;
    }
  }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
    .header-top {
      height: 86px !important;
    }
  }
  .header-top {
    height: 86px !important;
  }
}

@media screen and (max-width: 600px) {
  .header_user_icons_text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 14rem;
  }
  .header-top-left {
    max-width: 18rem;
  }
  .header_user_icons_text > p {
    display: inline-block;
  }
  .userInfoWrapper {
    align-items: flex-start;
  }

  .footer-content {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0rem;
    display: block;
    margin-top: 0.5rem;
    text-align: center;
    line-height: 1rem;
  }

  .footer_wrap {
    position: unset;
    bottom: unset;
    left: unset;
    right: unset;
  }

  .header_Logo {
    height: 2.5rem;
  }

  .menu {
    padding-left: 0rem !important ;
    padding-right: 0rem !important;
  }

  .menu1 {
    padding-right: 0rem !important;
  }
  #img {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    text-align: left;
  }
  .pipe {
    color: #1b1c1d;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    width: 100% !important;
    margin: 0 0 !important;
    text-align: left;
    text-decoration: none;
    display: inline-block;
  }

  .footerStyle {
    padding: 1rem;
    position: relative;
  }
  .bottom_1 {
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
  }
  .bottom_2 {
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #excelHide{
    display: none;
  }
  .header_Logo:after {
    content: ' ';
    display: block;
    clear: both;
  }
  /* .header_Logo {
    position: relative;
    top: -5px;
  } */
  .header_Logo > * {
    float: left;
  }
  .header_logo_img {
    width: 5.3rem;
    height: 1.1rem;
  }
  .header_logo_img > img {
    position: static;
  }
  /* .mol {
    min-width: 100px;
  } */
  .mol-div {
    margin-left: -20px;
    position: static;
  }
  .mol > i.home {
    position: static;
  }
  .mol_text {
    margin: 0;
  }
  /* .store_no {
    position: static;
    float: right;
    margin-left: 10px;
  } */
}
@media only screen and (min-width: 320px) and (max-width: 667px) and (orientation: landscape) {
  .mol {
    position: static;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mol {
    position: relative;
  }
  /* .mol > i.home {
    left: 5px;
    top: 4px;
    position: absolute;
  } */
  .mol_text {
    padding-left: 6px;
  }
  .store_no {
    min-width: 73px;
  }
  
}
@media screen and (max-width: 1024px) {
  #sidebar-native {
    position: fixed;
    top:6rem;
    max-height: calc(100% - 6rem);
  }

}
@media only screen and (min-width: 667px) and (max-width: 1024px) {
  #sidebar-native {
    top:10rem;
    max-height: calc(100% - 3rem);
  }
}
@media only screen and (min-width: 667px) and (max-width: 768px) and (orientation: landscape) {
  #sidebar-native {
    top:6rem;
    max-height: calc(100% - 6rem);
  }
}
@media (max-width: 320px) {
  #search_div .search-box {
    width: 18rem;
  }
  .search_icon {
    left: 16rem;
  }
  .Netwarehouse_text{
    font-size: 1.29rem;
    line-height: 1.71rem;
  }
}
@media (min-width: 1025px) {
  .right.menu {
    flex-grow: 1;
    justify-content: flex-end;
  }
  #search_div {
    width: 100%;
    max-width: 29rem;
  }
  #search_div .search-box {
    width: 100%;
  }
}
