
.block-subscribe-form {
	max-width: 75%;
}
.block-subscribe-form > div {
  padding: 0 !important;
  min-height: initial !important;
}
.block-subscribe-form form {
  display: flex !important;
  justify-content: space-between;
}
.block-social-line a,
.footer-list a, .copyright-wrp a {
	transition: var(--main-all-transition);
}
.block-social-line a:hover {
	background: var(--main-green);
}
.footer-list a:hover, .copyright-wrp a:hover {
	color: var(--bs-white);
}

.header-btn-login:hover + .login-popup-description {
  display: block;
}

.copyright span {
  line-height: 22px;
  display: inline-block;
}
.thumb-items-wrp,
.product-list {
  padding-right: 15px !important;
  padding-left: 0;
}
.promo-block .promo-block-body {
	height: 100%;
	min-height: 200px;
}
.promo-block .promo-block-text {
  margin-right: 35%;
  /*min-height: auto;*/
}
.promo-block.main-promo-block .promo-block-body {
	min-height: auto;
}
.promo-block.main-promo-block .promo-block-text {
  margin-right: auto;

}
.promo-block.main-promo-block .promo-block-image img {
  max-width: 100%;
  width: 100%;
  height: fit-content;
}
.promo-block.main-promo-block .promo-block-text .h5 {
	font-size: 1.5em;
}
.promo-block.main-promo-block .promo-block-text .small {
	font-size: 1.25em;
}
.promo-products {
	position: relative;
}
.advantage-title {
	justify-content: center;
}

#product-gallery-wrp {
	position: relative;
}
.images-slides {
	/*margin-top: -105px;*/
	margin-bottom: 9px;
}
.images-slides img {
	border-radius: var(--main-border-radius);
  border: 1px solid var(--bs-white);
}
.images-slides .slick-slide.slick-current img {
  border: 1px solid var(--main-green-hover);
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; 
  width: auto;
  max-width: 100%; 
  max-height: 100%; 
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: var(--main-light-gray);
  border-radius: 10px;
  left: 0px;
  right: 4px;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
  transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 8px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 5px;
  bottom: 5px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 8px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 5px;
  right: 5px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#header-menu-row > div:hover > .subcategories-dropdown-wrp {
	top: 44px;
	opacity: 1;
	visibility: visible;
}
.subcategories-dropdown-lvl-wrp {
	background: var(--bs-white);
	border-radius: var(--main-border-radius);
	box-shadow: var(--h-boxshadow);
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	height: auto;
	max-height: 80vh;
	width: 300px;
}
#header-menu-row .subcategories-dropdown-wrp ul {
	width: 100%;
	list-style: none;
	padding: 6px 0 6px 0;
	overflow-y: auto;
}
#header-menu-row .subcategories-dropdown-wrp li {
	display: block;
	width: 100%;
}
#header-menu-row .subcategories-dropdown-wrp li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 1;
	white-space: normal;
	line-height: 16px;
	font-size: 14px;
	height: 36px;
}
#header-menu-row .subcategories-dropdown-wrp li:hover a::after {
	border-radius: 0;
	left: 0;
	right: 0;
}
.subcategories-dropdown-wrp li a svg {
	opacity: .5;
}
.subcategories-dropdown-wrp li .subcategories-dropdown-lvl-wrp {
	height: 100%;
	border-radius: 0 var(--main-border-radius) var(--main-border-radius) 0;
	padding-left: 20px;
	margin-left: -20px;
	width: 320px;
}
.subcategories-dropdown-wrp li > .subcategories-dropdown-wrp {
	opacity: 0;
	visibility: hidden;
	left: 0%;
	top: 0;
	z-index: 3;
	height: 100%;
}
.subcategories-dropdown-wrp li:hover > .subcategories-dropdown-wrp {
	left: 100%;
	opacity: 1;
	visibility: visible;
}
.subcategories-dropdown-wrp.lvl0 {
	z-index: -5 !important;
}
.subcategories-dropdown-wrp.lvl1 {
	z-index: -3 !important;
}
.subcategories-dropdown-wrp.lvl2 {
	z-index: -1 !important;
}

#pages-wrp {
	height: calc(100vh - 96px);
	left: auto;
	width: 375px;
	right: -100%;
	transition: right 0.25s ease-in-out, box-shadow 0.15s ease-in-out;
}
#pages-wrp.active {
	left: auto;
	right: 0%;
	box-shadow: var(--f-boxshadow);
}
#address-block {
  left: 0;
  top: -100vh;
}
#address-block.active {
  top: 170px;
}

#address-block .address-block-wrp {
  width: 320px;
  margin-left: auto; 
  border-radius: 0 0 var(--main-border-radius) var(--main-border-radius);
}

.category-name-wrp {
  background: none;
  padding: 0 .5em;
}
.sub-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: .75rem -.5rem;
}
.sub-links a {
  border-bottom: none;
  padding: 0.3rem .75rem;
  color: var(--main-dark-gray);
  /*text-decoration: underline;*/
  background: var(--main-light-light-gray);
  border-radius: var(--main-border-radius);
  margin: .3rem .35rem;
}
.sub-links a:hover {
  text-decoration: none;
}
.category-count {
  margin-top: 2px;
}
.filter-sorting-wrp .btn {
  color: var(--main-dark-gray);
}

#filters {
  position: relative;
  height: 100%;
  left: 0;
  overflow: visible;
  width: 24%;
  z-index: 1;
  box-shadow: var(--h-boxshadow);
  border-radius: var(--main-border-radius);
  padding: 1rem;
  transition: none;
  margin-right: .75rem;
  margin-left: .75rem;
}

.add2cart.product-prices-block label {
  cursor: pointer;
  transition: var(--main-all-transition);
  padding-left: .5em !important;
  padding-right: .5em !important;
}
.add2cart.product-prices-block label:hover {
  color: var(--main-green-hover);
}
.header-btn-login:hover + .login-popup-description,
.login-popup-description:hover {
  opacity: 1;
  visibility: visible;
}
.login-info-icon {
  background: var(--main-green-light);
  color: var(--main-green);
  width: 34px;
  height: 34px;
  line-height: 28px;
  text-align: center;
  flex: 0 0 34px;
  border-radius: 50%;
  margin-right: 10px;
}
.login-info-icon svg {
  width: 20px;
  height: 20px;
}
#show-loginpop {
  height: 44px;
  font-weight: 600;
}

.b2b-page-block-desc {
  width: 50%;
}
.b2b-bg-float-blocks {
  display: block;
}
.directions-swiper-wrp.w-50 {
  width: 60% !important;
}
.top-direction-block-slider .directions-swiper-wrp.w-50 .swiper-items .direction-slide {
  flex: 0 0 calc(25% - 10px);
  margin-bottom: 0;
}

.need-logout-actions {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.need-logout-actions .btn {
  margin-bottom: 0;
}
#delivery-tabs button {
  width: auto;
}
#delivery-tabs-body > div {
  /*justify-content: space-between;*/
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
#delivery-tabs-body .delivery-tab-item {
  flex: 0 0 31%;
}
#wa-order-cart-wrapper.wa-order-cart-wrapper .wa-products .wa-product .wa-product-body > .wa-column-image {
  width: 90px;
}
.how-order-n > span::after {
  margin-top: 1px;
}


@media screen and (min-width: 992px) {
    

    .opt-tabs {
    	display: flex !important;
    	flex-direction: column;
    	align-content: stretch;
    	align-items: stretch;
    	margin-bottom: 1em;
    }
    .opt-tabs > button {
        flex: 1 0 auto;
    }
}