.bx_storege ul li {
    display: inline-block;
    margin: 0 15px;
}
/*LOADER ANIMATION*/

.preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    background-image: url(/assets/img/logo-black.png);
    background-position: center;
    background-repeat: no-repeat;
}
.preloader-remove {
    display:none;
    z-index: -10;
}
.loader{
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
  top: 40px;
}
/* LOADER 4 */

#loader-4 span{
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #3498db;
  margin: 35px 5px;
  opacity: 0;
}

#loader-4 span:nth-child(1){
  animation: opacitychange 1s ease-in-out infinite;
}

#loader-4 span:nth-child(2){
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}

#loader-4 span:nth-child(3){
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@keyframes opacitychange{
  0%, 100%{
    opacity: 0;
  }

  60%{
    opacity: 1;
  }
}
/*FOOTER*/
.position-relative {
    position: relative !important;
}
	.light-gray-1 {
    background-color: #FAFAFA;
}
	.text-color {
    color: #252B42;
}
	@media screen and (min-width: 992px){.h3 {
    font-size: 24px;
		}}
	.second-text-color {
    color: #737373;
}
		.primary-color {
    background-color: #2091F9;
    border-color: #2091F9;
    color: #fff;
}
footer.position-relative {
    background-image: url(/assets/img/pattern.gif);
    background-size: auto;
}
.dark-background-color {
    background-color: #252b42b5;
}
		.align-items-stretch {
    align-items: stretch !important;
}
.light-text-color {
    color: #FFFFFF;
}
.h5 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
}
	@media screen and (min-width: 992px){
.h5 {
    font-size: 16px;
		}	}
	.light-text-color {
    color: #FFFFFF;
}
.h6 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 0 !important;
    margin-top: 0;
}
.link {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}
	.icn-sm {
    font-weight: 400;
    width: 24px !important;
    height: 24px !important;
    font-size: 24px;
}
	[class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: text-bottom;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bi-telephone-fill::before {
    content: "\f546";
}

.bx-header h6 a {
	color: #fff !important;
}

.bx-soa-coupon, .basket-coupon-section {
	display: none;
}

.complect_block {
	/*display: block !important;*/
	margin-left: 10px;
}

.product-item-amount-field {
	display: inline-block !important;
}

.class_one_click {
	display: none !important;
}

/* DELETE AFTER */
label#bxarrFilter_264_606906137, label#bxarrFilter_264_1221833606, label#bxarrFilter_264_450405298, label#bxarrFilter_264_3433194185, label#bxarrFilter_264_162767973 {
    display: none;
}