@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Roboto:wdth@75..100&family=Rosarivo:ital@0;1&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');

* {
	box-sizing: border-box;
}

.container-auw {
	max-width: 100%;
	margin: 0 auto;
	padding: 0px;
}

.hide-in-desktop {
	display: none;
}

.list-all-auctions {
	width: 100%;
	max-width: 1441px;
	margin: 0 auto;
}

.auction-table-header ul {
	padding: 5px 0px;
	margin: 0;
	display: flex;
	justify-content: space-between;
	background-color: #f8f8f8;
}

.auction-table-header ul li {
	padding: 10px 0;

	list-style: none;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	width: 25%;
}

.prod_img {
	width: 160px;
	max-width: 100%;
}

.prod_summary {
	width: 260px;
	max-width: 100%;
}

.cur-price {
	width: 160px;
	max-width: 100%;
}

.bid_place {
	width: 160px;
	max-width: 100%;
}

.end-time {
	width: 160px;
	max-width: 100%;
}

.bids_now-btn {
	width: 160px;
	max-width: 100%;
}

.product-name {
	font-weight: bold;
	color: #fff;
	font-size: 1.2em;
}

.product-description {
	font-size: 16px;
	line-height: inherit;
}

span.wdm-auction-price.wdm-mark-green,
span.wdm-no-bids-avail.wdm-mark-red,
.end-time span.wdm-mark-normal {
	font-weight: bold;
}

.product-details-content {
	background-color: transparent;
	padding: 0;
	color: #fff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border: 2px solid rgb(255 255 255 / 50%);
}

.auction-table-design {
	margin-top: 0px;
}

form#wdm-auction-private-form .wdmua-shipping-field-wrap input,
textarea#wdm-prv-bidder-msg {
	width: 100%;
	height: 40px;
}

.product-details-content ul {
	padding: 0;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 0;
	border-top: 2px solid rgb(255 255 255 / 50%);
}

.auction-item ul:last-of-type {
	border-bottom: none;
}

.product-details-content ul li {
	list-style: none;
	text-align: center;
	display: flex;
	padding: 10px;
	;
	justify-content: center;
	align-items: center;
	width: 100%;
	flex-direction: column-reverse;
}

.product-details-content ul li button {
	background-color: #731313;
	color: #fff;
	border-radius: 5px;
	padding: 20px;
	;
}

.auction-table-header ul {
	margin: 0;
	display: flex;
	justify-content: space-between;
	background-color: transparent;
	border-bottom: 0;
	color: #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border: 2px solid rgb(255 255 255 / 50%);
}



li.product_single_auction_thumb img {
	width: auto;
	height: 160px;
	object-fit: cover;
	object-position: center center;
}

/*SLIDER */
.acf-gallery-container {
	position: relative;
}

.thumbs-swiper-slide img {


	width: 100%;
	object-fit: cover;
	object-position: center;
}

.swiper-slide img {
	height: 540px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}



.swiper.mySwiper2 {
	position: relative;
	width: 100%;
}


.swiper-custom-nav {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	pointer-events: none;
}


.swiper-button-prev-custom,
.swiper-button-next-custom {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 64px;
	height: 64px;
	background-color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	pointer-events: auto;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}


.swiper-button-prev-custom {
	left: 20px;
}

.swiper-button-next-custom {
	right: 20px;
}

.swiper-button-prev-custom i,
.swiper-button-next-custom i {
	color: #9e2828;
	font-size: 35px;
}


.slide-content {
	position: relative;
	width: 100%;
	height: 100%;
}

.lightbox-icon {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 64px;
	height: 64px;
	background-color: black;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
}

.lightbox-icon i {
	color: white;
	font-size: 25px;
}

.lg-backdrop .in {
	opacity: 0.5 !important;
}

.swiper-slide {
	height: auto;
}

/*END SLIDER */


.col-left-img .slider {
	position: relative;
}

.col-left-img .slider img {
	width: 100%;
	height: auto !important;
	object-fit: cover;
	border-radius: 8px;
}

.col-left-img .prev-btn,
.col-left-img .next-btn {
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	background-color: #fff;
	color: #521515;
	padding: 17px;
	border: none;
	outline: none;
	border-radius: 25px;
	width: 50px !important;
	height: 50px;
	padding: 0px 0 10px 15px;
}

.popup .prev-btn {
	left: 25% !important;
}

.popup .next-btn {
	right: 25% !important;
}

.col-left-img .prev-btn {
	left: 10px;
}

.col-left-img .next-btn {
	right: 10px;
}

.col-left-img .thumbnails {
	display: flex;
	justify-content: start;
	margin-top: 10px;
	margin-left: -5px;
}

.col-left-img .thumbnail {
	cursor: pointer;
	margin: 10px;
	width: 30%;
	height: 190px;
	object-fit: cover;
	border-radius: 5px;
}

.col-left-img .popup {
	display: none;
	position: fixed;
	top: auto;
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - 0px);
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 9999;
}

div#popupContent {
	width: 50%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

div#popupContent video {
	width: 100%;
	height: auto;
}

div#popupContent img {
	width: 100%;
	height: auto;
}

.col-left-img .close-btn {
	cursor: pointer;
	color: #fff;
	font-size: 60px;
	position: absolute;
	top: 25%;
	right: 27%;
	background: #000;
	border-radius: 50%;
	width: 60px;
	padding: 12px;
	height: 60px;
	display: flex;
	align-items: center;
	align-content: space-around;
	flex-wrap: nowrap;
}

.col-left-img .close-btn:hover {
	color: #ccc;
}

/* Fundo com gradiente e centralização */
.auction-section {
	width: 100%;
	background: linear-gradient(to bottom, #9e2828, #731313);
	display: flex;
	justify-content: center;
	padding: 100px 0px;
	box-sizing: border-box;
	clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.tabelas-block {
	max-width: 1441px;
	margin: 100px auto;

}

.tabelas {
	/* border:2px solid rgb(255 255 255 / 50%);
	max-width: 1441px;
	color:#fff;
	border-collapse: separate;
	border-style: none; */
	border-collapse: separate;
	border-spacing: 0;
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 12px;
	color: white;
	width: 100%;
	overflow: hidden;
	font-family: 'Roboto';
}

.tabelas th,
.tabelas td {
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	text-align: center;
	font-weight: 600;

}



.tabelas thead {
	background-color: #731313;
	color: #fff;
}


.auction-container {
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
	flex-wrap: wrap;
	max-width: 1441px;
}

/* Imagem e setas */
.auction-image {
	position: relative;
	flex: 1 1 50%;
	max-width: 50%;
}

.auction-image img {
	width: 100%;
	border-radius: 10px;
}

/* Botões de navegação */
.arrow,
.fullscreen {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: white;
	border: none;
	border-radius: 50%;
	padding: 10px 12px;
	cursor: pointer;
	font-size: 18px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.arrow.left {
	left: 15px;
}

.arrow.right {
	right: 15px;
}

.fullscreen {
	top: 15px;
	right: 15px;
	transform: none;
}

/* Info da licitação */
.auction-info {
	flex: 1 1;
	color: white;
	max-width: 50%;
}

.auction-info h1 {
	font-size: 48px;
	margin-bottom: 20px;
	font-family: 'Georgia', serif;
}

.label {
	font-size: 18px;
	margin: 10px 0 5px;
}

.current-bid {
	font-size: 48px;
	font-weight: bold;
}

.base-bid {
	font-size: 16px;
	opacity: 0.8;
	font-style: italic;
}

.bid-form {
	display: flex;
	margin-top: 20px;
}

.bid-form input {
	flex: 1;
	padding: 14px;
	border: 2px solid #fff3;
	background: transparent;
	color: white;
	border-radius: 8px 0 0 8px;
	font-size: 16px;
}

.bid-form input::placeholder {
	color: #fff8;
}

.bid-btn {
	background: #d45959;
	color: white;
	border: none;
	padding: 14px 24px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 0 8px 8px 0;
	display: flex;
	align-items: center;
	gap: 8px;
}

.bid-now-btn {
	background: #d45959;
	color: #fff;
	border: none;
	padding: 14px 24px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 8px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.bid-now-btn:hover {
	background: #731313;
	color: #fff;
	border: none;
	padding: 14px 24px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 8px;
	display: flex;
	align-items: center;
	gap: 8px;
}


.upper-block-bid-info {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	background: linear-gradient(to bottom, #9e2828, #731313);
	padding-top: 60px;
	padding-bottom: 20px;
	box-sizing: border-box;
}

.block-bid-info {

	width: 100%;
	max-width: 1920px;
	padding: 0 40px;
	/* espaçamento lateral */
	box-sizing: border-box;

}

.upper-block-tabs {
	background: #9e2828;
	width: 100%;
	max-width: 1441px;
	margin: 100px auto;
}



.block-tabs {

	max-width: 1920px;
	margin: 0 auto;
}

.upper-block-youtube {

	width: 100%;
	margin: 0 auto;
	background: #7b1717;
	padding: 100px 0 100px 0;
}


.inner-block-youtube {
	max-width: 1441px;
	margin: 0 auto;
}

.upper-block-streaming {

	width: 100%;
	margin: 0 auto;
	background: #9e2828;
	padding: 100px 0 100px 0;
}


.inner-block-streaming {
	max-width: 1441px;
	margin: 0 auto;
}



.col-left-img {
	height: auto !important;
}

.col-right-description {
	width: 50%;
	max-width: 100%;
}

.auction_description {
	padding-left: 60px;
}

.auction_description h1 {
	font-size: 70px;
	line-height: normal;
	font-family: "Rosarivo", cursive;
	font-weight: 400;
	font-style: normal;

	margin: 0;
	display: block;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 24px;
	color: #fff;
}

.current-bid-label {
	color: #fff;
	font-size: 28px;
	line-height: normal;
	font-family: 'Montserrat';
	font-weight: 300;

}

.current-bid-value {
	font-size: 94px;
	line-height: normal;
	font-family: 'Montserrat', sans-serif;
	font-weight: bolder;
	margin: 0;
	color: #fff;
}

.bid-value-label {
	color: #fff;
	font-size: 15px;
	line-height: normal;
	font-weight: 400;
}


.bid-count .bid-type p {
	font-size: 14px;
	color: #fff;
	line-height: normal;
	margin-top: 10px;
	font-weight: 400;
}

.bid-count {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.bid-count h2 {
	font-size: 23px;
	line-height: normal;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	margin: 0;
	color: #fff;
}

.timer-code {
	display: flex;
	flex-direction: column;
}

span.Ending-text {
	font-size: 15px;
	font-weight: 500;
	color: #000;
}

span.wdm-single-auction-ending {
	display: flex;
}

span.wdm-single-auction-ending .days,
span.wdm-single-auction-ending .hours,
span.wdm-single-auction-ending .minutes,
span.wdm-single-auction-ending .second {
	display: flex;
	flex-direction: column;
	font-size: 18px;
	color: #242424;
	font-weight: 600;
	padding-right: 60px;
	text-align: center;
}

span.wdm-single-auction-ending {
	display: flex;
	margin: 10px 0 20px 0;
}

.Gen-bold-text {
	margin: 5px 0 5px 0;
	color: #fff;
}


.form-group-block-two input#wdm-bidder-bidval {
	width: 100%;
	border: 1px solid #bb4746;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #851d1c;
	padding: 20px;
	color: #fff;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	height: 60px;
	padding-left: 20px;
}

.form_group_row input#wdm-bidder-bidval {
	width: 100%;
	border: 1px solid #c24848;
	border-radius: 10px 0 0 10px;
	background-color: #8b1f1f;
	color: #fff;
	height: 62px;
	padding: 15px 15px 15px 40px;
	font-size: 18px;
}



.form-group-block-two input#wdm-bidder-bidval::before,
.form_group_row input#wdm-bidder-bidval::before {
	content: '€';
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
}


.bid-form-code {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form_group_row.one-name {
	width: 35%;
	max-width: 100%;
	margin-bottom: 20px;
}

.form_group_row.second-email {
	width: 63%;
	max-width: 100%;
	margin-bottom: 20px;
}

.form_group_row.third-bid {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}

.euro-prefix {
	padding: 0 5px;
	background-color: transparent;
	position: absolute;
	top: 16px;
	left: 5px;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
}

.bid_input {
	display: flex;
	width: 60%;
	justify-content: space-between;
	position: relative;
}


.bid-form-block {
	width: 100%;
}

.bid_input input#wdm-place-bid-now {
	background: #c24848;
	color: #fff;
	border-radius: 0 10px 10px 0;
	padding: 15px;
	width: 50%;
	height: 60px;
}

.bid_input input#wdm-place-bid-now:hover {
	background: #fff;
	color: #851d1c;
	border-radius: 0 10px 10px 0;
	padding: 15px;
	width: 50%;
	height: 60px;
	translate:none;
	transform:none;
}

.open-bid {
	color: #fff;
	font-style: italic;
	font-weight: 300;
	font-size: 15px;
	font-family: 'Montserrat';
}



.fast-bid {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}



.wdmua-loggedin-error {
	color: #fff;
	font-size: 13px;
	font-style: italic;
	margin-top: 10px;
}



.direct-bid {
	background-color: #c24848;
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 10px 20px;
	margin: 5px;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: background-color 0.3s;
}

.direct-bid .icon {
	display: inline-block;
	transition: transform 0.3s ease;
	font-size: 1.5em;
}

.direct-bid:hover .icon  {
	transform: rotate(30deg);
}

/* Mantém o martelo abaixado no hover */



.bid-form-code form {
	width: 100%;
}

.Gen-bold-text strong {
	padding-right: 10px;
}

.form-group-block {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.form-group-block-one {
	width: 35%;
	max-width: 100%;
	margin-bottom: 20px;
}

.form-group-block-two {
	width: 50%;
	max-width: 100%;
	margin-bottom: 20px;
}

.form-group-block-one input,
.form-group-block-two input {
	width: 100%;
}

.form-group-block label {
	width: 100%;
}

input[type="text"].wdmua-singleauc-input {
	width: 100%;
	margin: 0;
}




a.wdm-login-to-buy-now:hover {
	color: #fff;
	background-color: #bbbbbb;
	border-color: #bfbfbf;
}


#auction-tab-titles li.active {
	background-color: #f0f0f0;
	border-bottom: 2px solid #333;
	color: #333;
}

.wdm-tabs {
	width: 100%;
	background-color: #f2f2f2;
	border-radius: 5px 5px 5px 5px;
}

ul#wdm-tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0px;
	overflow: auto;
	background: #9e2828;
	border-bottom: solid 1px #fff;
}

ul#wdm-tabs-nav li {
	float: left;
	font-weight: 500;
	margin-right: 2px;
	padding: 11px 23px;
	border-radius: 0;
	background: #791616;
	cursor: pointer;
	border-right: 0px solid #fff;
}

ul#wdm-tabs-nav li:hover a,
ul#wdm-tabs-nav li.active a {
	color: #fff;
	font-weight: 400;
}

ul#wdm-tabs-nav li:hover,
ul#wdm-tabs-nav li.active {
	background-color: #791616;
	color: #fff;
	border: 1px solid #fff;
}

#wdm-tabs-nav li a {
	text-decoration: none;
	color: #fff;
}

.wdm-tab-content {
	background-color: #FFF;
	border: none;
}

video {
	width: 100%;
}

/* TABS FROM SHORTCODE */

.su-tabs {
	background-color: #9e2828 !important;
	padding: 0 !important;
	border-radius: 0 !important;
	margin: 0 !important;

}

.su-tabs>.su-tabs-nav>span {
	background-color: #9e2828;
	color: #fff;
	font-family: "Rosarivo", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	width: auto;
	padding: 30px;
	margin-right: 0;
	border: 0;
	border-radius: 0;

}



.su-tabs>.su-tabs-panes>div {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
}

.su-tabs>.su-tabs-nav>span:hover {
	background-color: #791616;
	color: #ccc;
}

.su-tabs>.su-tabs-nav>span.su-tabs-current {
	background-color: #791616;
	color: #fff;
}

.su-tabs>.su-tabs-panes>.su-tabs-pane {
	background-color: #791616;
	color: #fff;
	padding: 50px;
}


/* end tabs */
form#wdm-auction-private-form .wdmua-shipping-field-wrap {
	margin-bottom: 15px;
	display: flex;
	align-items: start;
	flex-direction: column;
	justify-content: flex-start;
}

form#wdm-auction-private-form .wdmua-shipping-field-wrap input {
	width: 100%;
}

form#wdm-auction-private-form .wdmua-shipping-field-wrap input#ult-auc-prv-msg {
	width: auto;
	padding: 0 20px;
}

.form-group-block-one input,
.form-group-block-two input,
#wdm-buy-line-above input[type=submit] {
	line-height: normal;
	padding: 20px;
	line-height: normal;
	background: #bb4746;
	border-radius: 0 10px 10px 0;
	width: 70%;
	height: 60px;
}


/* TREE FAMILY */
.block-familiy-tree {
	background: #9e2828;
	width: 100%;
	display: flex;
	justify-content: center;

}



#parent {
	font-size: 4.0em;
	font-family: 'Rosarivo', cursive;
	font-weight: 400;
	font-style: normal;
}


.tree ul {
	padding-top: 70px;
	position: relative;

	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.tree li {

	text-align: center;
	list-style-type: none;
	position: relative;
	padding: 60px 80px 0 80px;
	float: left;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	left: -20px;
}

.family-left {

	padding: 40px 20px 0 0 !important
}

.family-right {

	padding: 40px 0px 0 20px !important
}

.tree li::before,
.tree li::after {
	content: '';
	position: absolute;
	top: 0;
	right: 50%;
	border-top: 1px solid #fff;
	width: 50%;
	height: 60px;
}

.tree li::after {
	right: auto;
	left: 50%;
	border-left: 1px solid #fff;
}


.tree li:only-child::after,
.tree li:only-child::before {
	display: none;
}


.tree li:only-child {
	padding-top: 0;
}


.tree li:first-child::before,
.tree li:last-child::after {
	border: 0 none;
}


.tree li:last-child::before {
	border-right: 1px solid #fff;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}

.tree li:first-child::after {
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}


.tree ul ul::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	border-left: 1px solid #fff;
	width: 0;
	height: 70px;
}

.tree li span {

	padding: 0px 20px 0px 20px;
	text-decoration: none;
	color: #fff;
	font-size: 30px;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-top: 15px;
}


.tree li a:hover,
.tree li a:hover+ul li a {
	background: #731313;
	color: #fff;
}

.tree li a:hover+ul li::after,
.tree li a:hover+ul li::before,
.tree li a:hover+ul::before,
.tree li a:hover+ul ul::before {
	border-color: #731313;
}

@media (max-width: 1420px) {
	.hide-on-tablet {
	  display: none;
	}
  }
  

  @media (max-width: 768px) {c
	.hide-on-mobile {
	  display: none;
	}
  }

  .show-on-tablet {
	display: none;
  }


  @media (max-width: 1419px) {
	.show-on-tablet {
		color: #fff;
	  display: block; 
	}

	.show-on-tablet #parent {
		font-size: 2.0em;
	}
  }
  

@media only screen and (max-width: 1279px) {

	.auction-table-header ul li,
	.product-name,
	.product-description,
	.product-details-content ul li,
	.product-details-content ul li span,
	.product-details-content ul li strong {
		font-size: 14px;
	}

	.container-auw input[type="submit"] {
		font-size: 14px;
		font-weight: 500;
		padding: 1rem 2rem;
		line-height: 14px;
	}

	.col-left-img .slider img {
		height: 430px;
	}

	.auction_description h1 {
		font-size: 3em;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.bid-count h2 {
		font-size: 20px;
	}

	.bid-count .bid-type p {
		font-size: 13px;
		margin-top: 5px;
	}

	.bid-count {
		padding-bottom: 0;
		margin-bottom: 10px;
	}


	span.wdm-single-auction-ending {
		display: flex;
		margin: 10px 0 10px 0;
	}

	.Gen-bold-text {
		margin: 5px 0 5px 0;
		font-size: 14px;
	}

	span.wdmua-loggedin-error {
		font-size: 14px;
	}

	.auction_description {
		padding-left: 40px;
	}

	.col-left-img {
		height: 530px;
	}

	.auction-info {
		max-width: 100%;
		padding: 10px;
	}

	.swiper-slide img {
		height: auto;
		width: 100%;
		object-fit: cover;
		object-position: center;
	}

	.upper-block-streaming {
		padding: 10px;
	}
}

@media only screen and (max-width: 1024px) {

	li.product_single_auction_thumb img {
		width: 122px;
		height: 122px;
	}

	.auction-image {
		position: relative;
		max-width: 100%;
		padding: 10px;
	}

	.thumbs-swiper-slide img {
		height: auto;
		width: 100%;
		object-fit: cover;
		object-position: center;
	}

	.swiper-slide img {
		height: auto;
		width: 100%;
		object-fit: cover;
		object-position: center;
	}

	.auction-info {
		max-width: 100%;
		padding: 10px;
	}

	.auction-section {
		padding: 10px;
		clip-path: none
	}

	.upper-block-streaming {
		padding: 10px;
	}

}


@media only screen and (max-width: 768px) {
	.su-tabs-mobile-stack .su-tabs-nav span {
		display: block;
		width: auto;
	}

	.thumbs-swiper-slide img {
		height: auto;
		width: 100%;
		object-fit: cover;
		object-position: center;
	}

	.upper-block-streaming {
		padding: 10px;
	}
}

@media only screen and (max-width: 767px) {

	.thumbs-swiper-slide img {
		height: auto;
		width: 100%;
		object-fit: cover;
		object-position: center;
	}

	.show-in-mobile {
		display: block;
	}

	.auction-table-header {
		display: none;
	}

	.product-details-content ul {
		flex-wrap: wrap;
	}

	.auction-table-header ul li,
	.product-name,
	.product-description,
	.product-details-content ul li,
	.product-details-content ul li span,
	.product-details-content ul li strong {
		font-size: 14px;
	}

	.product-details-content ul li {
		margin: 0 0px 10px 0px;
		padding-bottom: 10px;
		width: 100%;
		border-bottom: 1px solid #e1e1e1;
	}

	li.product_single_auction_thumb img {
		width: 200px;
		height: 200px;
		margin: 0 auto;
	}


	li.product_single_auction_thumb.prod_img .show-in-mobile.hide-in-desktop label {
		font-weight: bold;
		margin-bottom: 10px;
		display: inline-block;
	}

	.col-right-description,
	.col-left-img {
		width: 100%;
	}


	.auction_description {
		padding-left: 0;
	}

	.col-left-img {
		height: 530px;
	}

	.col-right-description {

		margin-top: 30px;
	}

	ul#wdm-tabs-nav {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.upper-block-streaming {
		padding: 10px;
	}

}

@media only screen and (max-width:550px) {

	.form-group-block-one,
	.form-group-block-two {
		width: 100%;
	}

	div#wdm-buy-line-above input.wdm-login-to-buy-now {
		width: 100%;
		margin-top: 10px;
		min-height: 50px;
	}

	.col-left-img .slider img {
		height: 330px;
	}

	.col-left-img {
		height: auto;
	}
}

@media only screen and (max-width:479px) {

	.thumbs-swiper-slide img {
		height: auto;
		width: 100%;
		object-fit: cover;
		object-position: center;
	}

}

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

	.swiper-slide img {
		height: auto;
		width: 100%;
		object-fit: cover;
		object-position: center;
	}

}


.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 11px;
	line-height: 13px;
	float: right;
}

.pagination span,
.pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background: #555;
}

.pagination a:hover {
	color: #fff;
	background: #3279BB;
}

.pagination .current {
	padding: 6px 9px 5px 9px;
	background: #3279BB;
	color: #fff;
}

.ua_gavatar {
	width: 51px;
	float: left;
}

.wp-site-blocks .container-auw.alignfull {
	margin: 0 auto !important;
}