@font-face {
	font-family: "Inter";
	src: url("../fonts/BrandFont-Inter_Web_TTF_WOFF2-Editable/Inter-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	src: url("../fonts/BrandFont-Inter_Web_TTF_WOFF2-Editable/Inter-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	src: url("../fonts/BrandFont-Inter_Web_TTF_WOFF2-Editable/Inter-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	src: url("../fonts/BrandFont-Inter_Web_TTF_WOFF2-Editable/Inter-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

html body {
	font-family: "Inter", sans-serif;
	color: #303030;
	padding-top: 0;
}

html body a {
	color: #303030;
}

::-moz-selection {
	background-color: #2870ed;
	color: white;
}

::selection {
	background-color: #2870ed;
	color: white;
}

.btn {
	background-color: #2870ed;
	border-radius: 20px;
	box-shadow: 0px 1px 6px rgba(68, 68, 68, 0.2);
}

.btn-primary,
.btn.btn-primary,
.btn.btn-primary:not(:disabled):not(.disabled).active,
.btn.btn-primary:not(:disabled):not(.disabled):active {
	background-color: #2870ed;
	border-color: #2870ed;
}

.btn-primary:hover,
.btn.btn-primary:hover,
.btn.btn-primary:not(:disabled):not(.disabled).active:hover,
.btn.btn-primary:not(:disabled):not(.disabled):active:hover {
	background-color: #064ea1;
	border-color: #064ea1;
}

.btn-secondary,
.btn.btn-secondary,
.btn.btn-secondary:not(:disabled):not(.disabled).active,
.btn.btn-secondary:not(:disabled):not(.disabled):active {
	background-color: #245375;
	border-color: #245375;
	border-radius: 20px;
	color: white;
}

.btn-border {
	border: 2px solid #2870ed;
	border-radius: 20px;
	background-color: #2870ed;
	color: #fff;
}

.btn-border--inverse {
	background-color: white;
	border-color: white;
	color: #064ea1;
}

.btn-border--inverse:hover.btn-border {
	background-color: white;
	border-color: white;
	color: #064ea1;
}

.btn-border:hover {
	background-color: #064ea1;
	border-color: #064ea1;
}

.navbar-expand .navbar-nav .btn-border {
	margin-left: -12px;
}

.btn-link,
.btn.btn-link {
	background-color: white;
	color: #2870ed;
	box-shadow: 0px 1px 6px rgba(68, 68, 68, 0.2);
	padding-left: 24px;
	padding-right: 24px;
	text-decoration: none;
}

.navbar-expand .navbar-nav .btn-link,
.navbar-expand .navbar-nav .btn.btn-link {
	padding-left: 12px;
	padding-right: 12px;
	margin-left: -12px;
}

.btn-link:hover,
.btn.btn-link:hover {
	background-color: #E4EAF0;
}

path[stroke="#E42220"],
path[stroke="#E52020"] {
	stroke: #245375;
}

path[stroke="#1F2548"],
path[stroke="#212952"] {
	stroke: #2870ed;
}

path[fill="#E52020"] {
	fill: #2870ed;
}

path[fill="#212952"],
.listing-navigation-prev path[fill="#E52020"],
.listing-navigation-next path[fill="#E52020"] {
	fill: #245375;
}

img[src*=ico-pdf] {
	filter: hue-rotate(11deg) brightness(1.1) contrast(3.2);
}

.arrow,
.swiper-button-prev,
.swiper-button-next {
	border-color: #2870ed;
}

.custom-control-input:checked ~ .custom-control-label::before {
	background-color: #2870ed;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	background-color: #245375;
}

.auction-form .select2-container .select2-selection--single .select2-selection__rendered,
.auction-form .select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
	color: #303030;
}

.form-control {
	color: #303030;
	border-radius: 8px;
}

.header-small {
	color: black;
}

.box {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.28);
	border-radius: 8px;
}

.box img {
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.select2-container--bootstrap4 .select2-selection,
.select2-search--dropdown .select2-search__field,
.select2-dropdown {
	border-radius: 8px;
}

.select2-dropdown.select2-dropdown--below {
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.select2-dropdown.select2-dropdown--above {
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.select2-container--below.select2-container--open.select2-container--bootstrap4 .select2-selection {
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.select2-container--above.select2-container--open.select2-container--bootstrap4 .select2-selection {
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.color-red {
	color: #2870ed;
}

.color-blue-light {
	color: #245375;
}

#user-menu .nav-item.submenu,
#user-menu .nav-item.active {
	background-color: #2870ed;
}

#user-menu .nav-item.submenu a,
#user-menu .nav-item.submenu a span,
#user-menu .nav-item.active a,
#user-menu .nav-item.active a span {
	color: white;
}

#user-menu .nav-item.active {
	border-left-color: #245375;
}

#user-menu .nav-item.active img {
	filter: grayscale(1) brightness(11.5);
}

#user-menu .nav-item.submenu.active {
	background-color: #064ea1;
}

a.ico-star-fav {
	filter: hue-rotate(230deg) brightness(0.5);
}

.user-view .btn-link,
.user-view .btn.btn-link {
	background-color: transparent;
	color: #245375;
	box-shadow: none;
}

[aria-labelledby=dropdownMenuLink] {
	border-radius: 8px;
	box-shadow: 0px 1px 6px rgba(68, 68, 68, 0.2);
	border: none;
}

.user-view.auction-element img {
	max-width: 90px;
	border-radius: 0;
}

.main-wrapper {
	padding-bottom: 30px;
}

.main-wrapper:before {
	content: "";
	display: block;
	height: 170px;
	width: 100%;
	background-color: #2870ed;
}

.main-wrapper:has(.homepage):before {
	display: none;
}

.big-images .swiper-container {
	padding-top: 0;
}

.bg-lightgrey {
	background-color: #E4EAF0;
}

.top-search {
	background-color: #e4eaf0;
	padding-bottom: 15px;
}

.top-search .ico-search {
	background-color: white;
	border: 1px solid white;
	color: #2870ed;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	height: calc(1.5em + 0.75rem + 3px);
}

.top-search .select2-container--bootstrap4 .select2-selection,
.top-search .select2-search--dropdown .select2-search__field,
.top-search .select2-dropdown,
.top-search .select2-container--below.select2-container--open.select2-container--bootstrap4 .select2-selection,
.top-search .select2-container--above.select2-container--open.select2-container--bootstrap4 .select2-selection {
	border-radius: 0;
}

.top-search .input-header {
	box-shadow: 0px 1px 6px rgba(68, 68, 68, 0.2);
}

.top-header.bg-white {
	background-color: #2870ed !important;
	box-shadow: none;
}

.top-header a img {
	max-width: 90px;
	transform: scale(1.5) translateX(30%);
}

.top-header .dropdown a img {
	transform: none;
}

.top-header .row > .col-auto:not(:last-child) a {
	width: 255px;
}

.top-menu li {
	padding: 5px 10px;
}

.top-menu li.has-submenu span {
	color: white;
	font-weight: 600;
}

.top-menu li.has-submenu span:after {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="18" viewBox="0 0 20 18" fill="none"><path d="M13.5527 6.22119L9.80304 9.65619L6.05338 6.22119L4.90152 7.27869L9.80304 11.7787L14.7046 7.27869L13.5527 6.22119Z" fill="%23ffffff"/></svg>');
}

.top-menu li.has-submenu .submenu {
	box-shadow: 0px 1px 6px rgba(68, 68, 68, 0.2);
	border-radius: 8px;
}

body .top-wrapper-container {
	width: calc(100% - 100px);
	z-index: 1001;
	left: 50px;
	top: 15px;
	border-radius: 10px;
	height: 135px;
	box-shadow: rgba(11, 31, 66, 0.14) 0 4px 14px 2px;
}

body .top-header {
	border-radius: 10px 10px 0 0;
}

body .top-search {
	border-radius: 0 0 10px 10px;
}

#user-menu-dropdown .nav-link {
	color: #064ea1;
}

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
	color: #5c7999;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
	color: white;
	background-color: #245375;
	font-weight: 600;
}

.select2-results__option {
	color: #064ea1;
}

.top-menu ul {
	box-shadow: none;
	border: 1px solid #f1f1f1;
}

.top-menu li:not(.has-submenu):hover {
	background-color: #245375;
	color: white;
	border-radius: 8px;
}

.top-menu li:not(.has-submenu):hover a {
	color: white;
	font-weight: 500;
}

.top-menu li a {
	transition: none;
}

.top-menu li.has-submenu span {
	color: white;
}

.header-ctas-wrapper a,
.header-ctas-wrapper > div {
	color: white;
}

.header-ctas-wrapper > div {
	font-size: 10px;
}

.navbar-expand .navbar-nav .btn-border {
	box-shadow: none;
}

.bar {
	background-color: #fff;
}

.mobile-menu-visible .bar {
	background-color: #2870ed;
}

.menu-button {
	margin-top: 20px;
}

.top-search .ico-search {
	text-transform: none;
}

.top-search .select2-container--bootstrap4 .select2-selection {
	border: none;
}

.top-search input[type=text] {
	border: none;
}

.top-search .ico-search {
	height: calc(1.5em + 0.75rem + 3.5px);
}

button#user-menu-button {
	background-color: white;
}

.btn.btn-profile,
.btn.btn-profile:not(:disabled):not(.disabled).active,
.btn.btn-profile:not(:disabled):not(.disabled):active {
	border-color: #2870ed;
}

.btn.btn-profile::before,
.btn.btn-profile:not(:disabled):not(.disabled).active::before,
.btn.btn-profile:not(:disabled):not(.disabled):active::before {
	background-color: #2870ed;
}

.footer-logo {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.footer-logo img {
	max-width: 80px;
}

.footer-bottom {
	background-color: #082255;
	color: white;
}

.footer-bottom .nav .nav-link {
	color: white;
}

.footer-bottom h3 {
	color: white;
}

.footer-bottom hr {
	border-color: rgba(255, 255, 255, 0.25);
}

.footer-bottom .footer-doubles:after {
	content: "";
	width: 30px;
	display: block;
	height: 2px;
	background-color: #2870ed;
	margin-top: 10px;
}

.footer-bottom .ico-container img {
	filter: none;
}

.wide-bg-image.homepage {
	background-image: none;
}

.wide-bg-image.homepage .banners-slider,
.wide-bg-image.homepage .banners-slider .swiper-container {
	min-height: 450px;
}

.homepage.floating-box-container {
	min-height: 450px;
}

.homepage.floating-box-container form {
	z-index: 10;
}

.filter-wrapper {
	position: absolute;
	background-color: #fff;
	width: 50%;
	left: 80px;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: 1px 4px 6px 1px rgba(0, 0, 0, 0.25);
}

.filter-wrapper .priority-nav {
	background-color: #edf0f4;
}

.filter-wrapper .priority-nav:after {
	content: "";
	background-color: #e2e7ee;
	height: 1px;
	width: 100%;
	display: block;
	z-index: 0;
	position: relative;
}

.filter-wrapper .priority-nav li.isActive {
	background-color: #fff;
	position: relative;
}

.filter-wrapper .priority-nav li.isActive:after {
	content: "";
	background-color: #fff;
	height: 3px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 1;
}

.filter-wrapper .priority-nav a {
	font-weight: 400;
}

.filter-wrapper .priority-nav a.active {
	border-color: #fff;
	color: #030935;
	font-weight: 700;
}

.filter-wrapper .priority-nav-has-dropdown .priority-nav__dropdown-toggle {
	transform: scale(0.6) translateY(-10px) translateX(60px);
	width: 130px;
	height: 50px;
}

.filter-more-wrapper {
	display: flex;
	animation: isShowing 0.3s ease-in-out 0s 1 forwards;
}

.filter-more-wrapper.isHidden {
	display: none;
	animation: isShowing 0.3s ease-in-out 0s 1 forwards;
}

.filter-more-button {
	padding: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	position: absolute;
	bottom: 10px;
	left: 20px;
	font-size: 12px;
	color: #030935;
	font-weight: 500;
}

.filter-more-button:before {
	content: attr(data-text);
	text-decoration: underline;
}

.filter-more-button.isOpened svg {
	transform: rotate(180deg);
}

.banners-slider {
	width: 100%;
	position: relative;
	z-index: 0;
}

.banners-slider .swiper-container {
	width: 100%;
	padding: 0;
}

.banners-slider .swiper-slide {
	width: 100%;
}

.banners-slider .swiper-slide img {
	width: auto;
	height: 100%;
	min-width: 100%;
}

.banners-slider .swiper-multiple-images .swiper-slide {
	max-width: none;
}

.banners-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	background-color: #fff;
	opacity: 1;
}

.banners-slider .swiper-pagination {
	bottom: 50px;
}

.banner-content {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 40%;
}

.banner-content .header-mid-section {
	color: #fff;
}

.banner-content .subheader-mid-section {
	text-align: left;
}

.banner-content .btn {
	float: right;
}

.banner-content .btn svg {
	transform: rotate(-90deg);
}

.filter-wrapper .priority-nav {
	background-color: white;
	border-bottom: 1px solid #064ea1;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
}

.filter-wrapper .priority-nav a {
	color: #303030;
}

.filter-wrapper .priority-nav li.isActive {
	background-color: #2870ed;
	border-top-left-radius: 6px;
}

.filter-wrapper .priority-nav li.isActive:after {
	background-color: #2870ed;
	height: 0;
}

.filter-wrapper .priority-nav a.active {
	border-color: #2870ed;
	color: #fff;
}

.erste .filter-wrapper {
	top: 65%;
}

.filter-wrapper .priority-nav:after {
	background-color: #2870ed;
}

.header-mid-section {
	color: #303030;
	font-weight: 500;
}

.subheader-mid-section {
	display: inline-block;
	padding: 0 20px;
	border-bottom: 3px solid #2870ed;
	color: #303030;
}

.banners-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	background-color: #245375;
}

.swiper-pagination-bullet-active {
	background-color: #2870ed;
}

.filter-label {
	background-color: #E4EAF0;
	border-radius: 8px;
}

.filter-label.isActive {
	background-color: #2870ed;
	color: #fff;
}

.filter-more-button {
	color: #303030;
}

.filter-more-button path {
	fill: #2870ed;
}

.box-data .title {
	color: #2870ed;
}

.features-wrapper {
	background-image: none;
	background-color: #E4EAF0;
}

.banner-content path[fill="#E52020"] {
	fill: #2870ed;
}

.reviews-wrapper,
.prizes-wrapper,
.features-wrapper + .container {
	display: none;
}

.erste .banner-content {
	top: 64%;
}

.banner-content .subheader-mid-section {
	border: 1px solid transparent;
	background-color: #fff;
	color: #2870ed;
	border-radius: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.banner-content .header-mid-section {
	font-weight: 600;
}

.banner-content .btn {
	padding: 13px 18px 11px 24px;
}

.homepage.floating-box-container form {
	border-radius: 8px;
}

ul.nav__dropdown.priority-nav__dropdown.show {
	border-radius: 8px;
	box-shadow: 0px 1px 6px rgba(68, 68, 68, 0.2);
}

.filter-label--inverse.isActive:after {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11" fill="none"><path d="M1 1L10 10M10 1L1 10" stroke="%23ffffff"/></svg>');
}

.filter-label--border {
	border-color: transparent;
}

.listing-filters-box {
	box-shadow: none;
}

.auction-element .box {
	box-shadow: none;
}

.listing-price {
	color: #2870ed;
}

.listing-price-label,
.header-mid-scection {
	color: #303030;
}

.pagination .page-link.active {
	background-color: #245375;
	color: white;
	border-radius: 8px !important;
}

.pagination .page-link.active span {
	color: white;
}

.filter-label--inverse {
	background-color: #2870ed;
	color: #fff;
}

.listing-image-label--top .filter-label.isActive {
	background-color: #245375;
	color: white;
}

.toggler-with-arrow::after {
	filter: hue-rotate(120deg);
}

.swiper-container.with-active-element .swiper-slide.active .text {
	border-color: #2870ed;
}

.auction-price {
	color: #2870ed;
}

.auction-sidebar .btn-border {
	background-color: white;
	border-color: white;
	color: #2870ed;
}

.auction-sidebar .btn-border:hover {
	background-color: #E4EAF0;
	border-color: #E4EAF0;
}

.auction-sidebar .btn.btn-primary {
	border-radius: 20px;
}

img[src*=ico-pdf] {
	filter: hue-rotate(217deg) brightness(1.1) contrast(1.4);
}

.row-alternately > div {
	padding: 10px;
	border-radius: 3px;
}

.service-item {
	background-color: white;
	box-shadow: 0px 1px 6px rgba(68, 68, 68, 0.2);
	border-radius: 8px;
	margin-top: 5px;
}

.equipment-item:before {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="14" viewBox="0 0 17 14" fill="none"><path d="M2 7.26923L6.46875 11.5L15 1.5" stroke="%232870ed" stroke-width="3"/></svg>');
}

.download-files-box {
	box-shadow: 0px 1px 6px rgba(68, 68, 68, 0.2);
	border-radius: 8px;
}

.download-files-box .btn-border {
	background-color: #E4EAF0;
	color: #303030;
	border-color: #E4EAF0;
}

.download-files-box .btn-border:hover {
	background-color: #303030;
	color: #E4EAF0;
	border-color: #303030;
}

.history-step-wrapper {
	box-shadow: 0px 1px 6px rgba(68, 68, 68, 0.2);
	border-radius: 8px;
}

.history-instructions img {
	filter: opacity(0);
}

.history-instructions a:after {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17.5" height="20" viewBox="0 0 17.5 20"><path fill="%232870ed" d="M16.951,2.576,14.924.549A1.875,1.875,0,0,0,13.6,0H6.875A1.875,1.875,0,0,0,5,1.875V3.75H1.875A1.875,1.875,0,0,0,0,5.625v12.5A1.875,1.875,0,0,0,1.875,20h8.75A1.875,1.875,0,0,0,12.5,18.125V16.25h3.125A1.875,1.875,0,0,0,17.5,14.375V3.9a1.875,1.875,0,0,0-.549-1.326Zm-6.56,15.549H2.109a.234.234,0,0,1-.234-.234V5.859a.234.234,0,0,1,.234-.234H5v8.75A1.875,1.875,0,0,0,6.875,16.25h3.75v1.641A.234.234,0,0,1,10.391,18.125Zm5-3.75H7.109a.234.234,0,0,1-.234-.234V2.109a.234.234,0,0,1,.234-.234H11.25V5.313a.937.937,0,0,0,.938.938h3.438v7.891a.234.234,0,0,1-.234.234Zm.234-10h-2.5v-2.5H13.5a.235.235,0,0,1,.166.069l1.889,1.889A.234.234,0,0,1,15.625,4Z"/></svg>');
	margin-left: -17px;
	display: inline-block;
	transform: translateY(7px);
}

.big-images .swiper-button-next,
.big-images .swiper-button-prev {
	filter: hue-rotate(180deg) saturate(20);
}

a.toggleLabel.collapsed::after {
	color: #2870ed;
}

.big-box .price,
.small-box .price {
	color: black;
}

.big-images .swiper-button-next {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.big-images .swiper-button-prev {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.auction-sidebar > div .bg-white,
.auction-data-wrapper > .bg-white {
	border-radius: 8px;
}

.row.row-alternately > div {
	border-radius: 8px;
}

.auction-data,
.auction-title {
	color: #303030;
}

@media (min-width: 768px) {

.footer-bottom .footer-single h3:after {
	content: "";
	width: 30px;
	display: block;
	height: 2px;
	background-color: #2870ed;
	margin-top: 10px;
}

.row-alternately > div:nth-child(odd) {
	background-color: #fff;
}

.row-alternately > div:nth-child(even) {
	background-color: #E4EAF0;
}

}

@media (max-width: 1199px) {

.banner-content .header-mid-section {
	font-size: 30px;
}

.banner-content {
	width: 35%;
}

}

@media (max-width: 991px) {

.top-header a img {
	transform: scale(1.5) translateX(6%);
}

body .top-wrapper-container {
	width: calc(100% - 20px);
	left: 10px;
}

.homepage.floating-box-container {
	min-height: 560px;
}

}

@media (max-width: 767px) {

.top-menu li.has-submenu span:after {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="18" viewBox="0 0 20 18" fill="none"><path d="M13.5527 6.22119L9.80304 9.65619L6.05338 6.22119L4.90152 7.27869L9.80304 11.7787L14.7046 7.27869L13.5527 6.22119Z" fill="%23303030"/></svg>');
}

.top-menu li.has-submenu span {
	color: #303030;
}

.top-menu li.has-submenu {
	width: 100%;
	text-align: left;
}

.top-menu li.has-submenu span {
	justify-content: flex-start;
	font-size: 16px;
}

li.has-submenu {
	padding: 15px 0;
	border-bottom: 1px solid #e4eaf0;
}

.homepage.floating-box-container {
	display: flex;
	flex-direction: column;
	min-height: 690px;
}

.filter-wrapper {
	position: relative;
	transform: none;
	width: 100%;
	left: auto;
	top: auto;
	order: 1;
	padding-bottom: 35px;
}

.filter-wrapper select {
	width: 100%;
}

.banner-content {
	width: calc(90% - 40px);
}

.row-alternately > div {
	padding: 0;
}

.row-alternately > div:nth-child(even) .auction-data-item:nth-child(1),
.row-alternately > div:nth-child(even) .auction-data-item:nth-child(3) {
	background-color: #E4EAF0;
}

.row-alternately > div:nth-child(even) .auction-data-item:nth-child(2) {
	background-color: #fff;
}

.row-alternately > div:nth-child(odd) {
	padding: 0;
}

.row-alternately > div:nth-child(odd) .auction-data-item:nth-child(1),
.row-alternately > div:nth-child(odd) .auction-data-item:nth-child(3) {
	background-color: #fff;
}

.row-alternately > div:nth-child(odd) .auction-data-item:nth-child(2) {
	background-color: #E4EAF0;
}

}

@media (max-width: 575px) {

.big-images .swiper-button-next {
	border-radius: 8px;
}

.big-images .swiper-button-prev {
	border-radius: 8px;
}

}


/*# sourceMappingURL=index.css.map */

.main-wrapper {
	padding-bottom: 0;
}
