.clear {
	clear: both;
}

.fixed-overlay {
	position: fixed;
	overflow: auto;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	z-index: 19;
	display: none;
}

.modal {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -120px;
	margin-top: -75px;
}

.modal_container {
	background-color: #fff;
	width: 200px;
	height: 150px;
}

.form-ordering-input {
	height: auto !important;
}

.form-ordering-padding {
	padding-left: 0 !important;
}

.section-detail-text ul {
	list-style: disc !important;
}

.section-detail-text ul li {
	list-style-type: disc !important;
	list-style-position: inside !important;
}

.section-preview-text h1 {
	font-size: 16px;
	margin: 0.67em 0;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

.section-detail-text h2 {
	font-size: 13px;
	margin: 0.67em 0;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

.section-detail-text h3 {
	font-size: 13px;
	margin: 0.67em 0;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

.product-tabs .tab-content ul li {
	list-style: disc;
	list-style-position: inside;
}

.product-tabs .tab-content ol li {
	list-style: decimal;
	list-style-position: inside;
}

.footer-bottom {
	position: relative;
}

.nike-online {
	position: absolute;
	right: 9%;
	bottom: 5%;
}

.news-wrap,
.reviews-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.news-wrap.clearfix:before,
.reviews-wrap.clearfix:before {
	display: none;
}

.no-desktop {
	display: none;
}

@media screen and (max-width: 1000px) {
	.nike-online {
		position: unset;
	}

	.copy {
		margin-bottom: 10px;
	}

	.no-desktop {
		display: block;
	}
}

.bx_filter_section {
	position: relative;
}

.filter-inner {
	position: relative;
}

.bx_filter_button_box .bx_filter_parameters_box_container {
	display: flex;
	justify-content: space-between;
	flex-direction: column-reverse;
}

.bx_filter_button_box .bx_filter_parameters_box_container a {
	width: 100%;
	background-color: #d4b15c;
	color: #000;
	margin-bottom: 10px;

}

.bx_filter_button_box .bx_filter_parameters_box_container a.filter-apply {
	background: black;
	color: white;
}

.bx_filter_container_modef #modef {
	position: absolute;
	right: -210px;
	width: 200px;
	background: black;
	color: white;
	z-index: 99;
	height: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 14px;
	box-sizing: border-box;
	top: 0;
}

.bx_filter_container_modef #modef a {
	color: white;
}

.bx_filter_container_modef #modef .arrow {
	position: absolute;
	left: -5px;
	top: 11px;
	border-style: solid;
	border-width: 3.5px 5px 3.5px 0;
	border-color: transparent #000000 transparent transparent;
}


@media screen and (max-width: 1000px) {
	.bx_filter_container_modef {
		display: none;
	}

	body .b24-widget-button-position-bottom-right {
		right: 15px;
		bottom: 15px;
		margin: 0;
	}

	body .toTop {
		right: 11px;
		bottom: 94px;
		margin: 0;
	}

}

.catalog-filter {
	z-index: 1000;
}

.header-main.fixed-top {
	z-index: 1001;
}

.noscroll {
	overflow: hidden;
}

.hide_filter {
	visibility: hidden
}

.show_filter {
	display: none
}

@media screen and (max-width: 900px) {
	.catalog-filter {
		position: fixed;
		width: 100%;
		box-sizing: border-box;
		padding: 50px 10px 10px;
		overflow: scroll;
		background: white;
		overflow-y: scroll;
		top: 0;
		left: -100%;
		top: 0;
		bottom: 0;
		transition: .5s;
		z-index: 100000;
	}

	.bx_filter_button_box {
		position: fixed;
		bottom: -100%;
		width: 100%;
		z-index: 1000000;
		box-sizing: border-box;
		background: white;
		left: -100%;
		padding: 10px;
	}

	.bx_filter_button_box.show {
		bottom: 0;
	}

	.btn.show_filter {
		display: block;
		width: 100%;
		background-color: #d4b15c;
		color: #000;
		height: 48px;
		text-align: center;
		line-height: 48px;
	}

	.catalog-filter.show,
	.catalog-filter.show .bx_filter_button_box {
		left: 0%;
	}

	.bx_filter_button_box .bx_filter_parameters_box_container {
		flex-direction: row;
	}

	.bx_filter_button_box .bx_filter_parameters_box_container a {
		margin: 0;
		width: 49%;
		margin-bottom: 30px;
	}

	.hide_filter {
		visibility: visible;
		position: absolute;
		top: 10px;
		right: 16px;
		font-size: 28px;
		color: black;
	}

}


.allert {
	color: #fff;
	background: #000;
	font-size: 15px;
	text-align: center;
	width: 100%;
	line-height: 2.5;
}


@media screen and (max-width: 400px) {
	.allert {
		color: #fff;
		background: #000;
		font-size: 11px;
		text-align: center;
		width: 100%;
		line-height: 3.5;
	}
}

.product .product-title {
	word-wrap: break-word;
}

.product-list_image-block .no_hovered_img {
	display: block;
}

.product-list_image-block .hovered_img {
	display: none;
}

.product-list_image-block:hover .no_hovered_img {
	display: none;
}

.product-list_image-block:hover .hovered_img {
	display: block;
}

@media screen and (max-width: 550px) {
	.product-images img {
		width: 100vw;
		object-fit: cover;
	}

	.product-images-container .bx-wrapper {
		max-width: 100vw !important;
		width: 100vw;
		margin-left: -15px;
		margin-right: -15px;
	}

	.product-images-container .product-images.product-images_show-zoom {
		width: 100vw !important;
	}

	.product-images-zoom .product-images-zoom-image-wrapper img {
		max-width: 100%;
	}
}

.disname:first-letter {
	text-transform: uppercase;
}

@media screen and (min-width: 1001px) {

	.about-info-title h1 {
		width: 170px;
	}
}

.about-infos {
	margin: 0px auto 130px !important;
}

.about-infos h1, .about-infos p {
	text-align: justify;
	width: 55%;
	margin: 0 auto;
	text-transform: uppercase;
	line-height: 1.8;
	font-size: 11px;
	text-align-last: center;
	font-family: 'Effra', sans-serif;
	font-weight: 600;
}

.banner-2019 {
	margin: 0 auto;
	max-width: 50%;
}

@media (max-width: 767px) {
	.about-2019 {
		width: 90%;
	}

	.banner-2019 {
		max-width: 90%;
	}
}
