 


@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');
* {
    box-sizing: border-box;
}
.container-auw {
   /* width: 1540px!important;*/
    max-width: 100%;
    margin: 50px auto 0 auto;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}
.hide-in-desktop{
    display: none;
}
.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;
    margin: 0 15px;
    list-style: none;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.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;
}
.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: #f8f8f8;
    padding: 20px 0 0px 0;
    border: 1px solid #000;
    border-bottom: none;
}
.auction-table-design {
    margin-top: 30px;
}
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 0 20px 0;
    margin: 0 0 20px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    position: relative;
}
.product-details-content ul li {
    list-style: none;
    text-align: center;
    margin: 0 15px;
}
.auction-table-header ul {
    padding: 5px 0px;
    margin: 0;     
    display: flex;
    justify-content: space-between;
    background-color: #f8f8f8;
    border: 1px solid #000;
    border-bottom: 0;
}
.slider>div:not(.col) {
    width: auto!important;
}
li.product_single_auction_thumb img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center center;
}
 
  
  .col-left-img .slider {
    position: relative;
  }
  
  .col-left-img .slider img {
    width: 100%;
    height: auto!important;
    object-fit: cover;
  }
  
  .col-left-img .prev-btn,
  .col-left-img .next-btn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    border: none;
    outline: none;
  }
  
  .col-left-img .prev-btn {
    left: 0;
  }
  
  .col-left-img .next-btn {
    right: 0;
  }
  
  .col-left-img .thumbnails {
    display: flex;
    justify-content: start;
    margin-top: 10px;
  }
  
  .col-left-img .thumbnail {
    cursor: pointer;
    margin: 5px;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 2px solid #ccc;
  }
  
  .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: 60%;
    height: 90%;
    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: 30px;
    position: absolute;
    top: 10px;
    right: 20px;
  }
  
  .col-left-img .close-btn:hover {
    color: #f00;
  }
  .product-details-row {
    display: flex;
    width: 100%;
    margin-bottom: 50px;
    align-items: start;
}
.col-left-img {
    width: 45%;
    max-width: 100%;
    padding: 8px;
    box-shadow: 0 0px 25px rgba(0,0,0,0.05);
    color: #fff;
    height: auto!important;
}
.col-right-description {
    width: 55%;
    max-width: 100%;
}
.auction_description {
    padding-left: 60px;
}
.auction_description h1 {
    font-size: 28px;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin: 0;
    display: block;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 24px;
}
.bid-count .bid-type p {
    font-size: 14px;
    color: #7d7d7d;
    line-height: normal;
    margin-top: 10px;
    font-weight: 400;
}
.bid-count {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e5e5;
    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;
}
.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;
}
.form_group_row input#wdm-bidder-bidval,
.form_group_row input#wdm-bidder-email,
.form_group_row input#wdm-bidder-name {
    width: 100%;
    border: 1px solid #000;
    border-radius: 0;
    background-color: #fbfbfb;
}
.product-details-timer {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.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%;
}
.bid_input {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.bid-form-block {
    width: 100%;
}
.bid_input input#wdm-place-bid-now {
    margin-left: 10px;
}
.bid-form-code form {
    width: 100%;
}
.Gen-bold-text strong {
    padding-right: 10px;
}
.form-group-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
	flex-wrap:wrap;
}
.form-group-block-one {
    width: 35%;
	max-width:100%;
	margin-bottom:20px;
}
.form-group-block-two {
    width: 62%;
	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 {
    all: initial;
    display: inline-block;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    border: 2px solid #a9abad;
    border-radius: 4px;
    color: #a9abad;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    font-family: 'Montserrat', sans-serif;
}
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;
  }
  ul#wdm-tabs-nav li {
    float: left;
      font-weight: 500;
      margin-right: 2px;
      padding: 11px 23px;
      border-radius: 0;
      cursor: pointer;
      border-right: 0px solid #fff;
  }
  ul#wdm-tabs-nav li:hover a, ul#wdm-tabs-nav li.active a {
      color: #000;
  }
  ul#wdm-tabs-nav li:hover, ul#wdm-tabs-nav li.active {
      background-color: #fff;
      border: 1px solid #f2f2f2;
  }
  #wdm-tabs-nav li a {
    text-decoration: none;
    color: #8d8a8a;
  }
  .wdm-tab-content {
    padding: 25px;
    border: 1px solid #f2f2f2;
    background-color: #FFF;
    border-top: none;
	  margin-bottom:25px;
  }
video{width: 100%;}
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: 10px 15px;
}
@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: 24px;
    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 .days, span.wdm-single-auction-ending .hours, span.wdm-single-auction-ending .minutes, span.wdm-single-auction-ending .second {
    font-size: 16px;
    padding-right: 25px;
}
	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;
}
	.form-group-block-one input, .form-group-block-two input, .container-auw input[type="submit"] {
   height: 40px;
}
	.auction_description .bid-form-code .form-group-block label {
    font-size: 14px;
}
}

@media only screen and (max-width: 1024px) {
	li.product_single_auction_thumb img {
		width: 122px;
		height: 122px;
	}
	
}	
@media only screen and (max-width: 1023px) {
li.product_single_auction_thumb img {
    width: 80px;
    height: 80px;
    object-position: center;
}
	.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: 12px;
}
.auction-table-header ul li {
    padding: 3px 0;
	margin: 0 3px;
	}
	
	
	
	
	
	
	span.wdm-single-auction-ending .days, span.wdm-single-auction-ending .hours, span.wdm-single-auction-ending .minutes, span.wdm-single-auction-ending .second {
    font-size: 14px;
    padding-right: 20px;
}
	span.wdm-single-auction-ending {
    display: flex;
    margin: 8px 0 8px 0;
}
	.Gen-bold-text {
    margin: 5px 0 5px 0;
    font-size: 14px;
}
	span.wdmua-loggedin-error {
    font-size: 14px;
}
	.auction_description {
    padding-left: 20px;
}
	.col-left-img {
    height: 500px;
}
.form-group-block-one input, .form-group-block-two input, .container-auw input[type="submit"] {
    height: 35px!important;
    padding-top: 0;
    padding-bottom: 0;
    line-height: normal;
}
.form-group-block-one {
    margin-bottom: 10px;
}
	.col-right-description, .col-left-img {
		width: 50%;
	}
	.bid-count h2 {
    font-size: 16px;
}
	.auction_description h1 {
    font-size: 18px;
 }
}
	
@media only screen and (max-width: 767px) {
.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;
}
	.product-details-content ul li.cur-price span, .product-details-content ul li.cur-price strong,
	.product-details-content ul li.bid_place span, .product-details-content ul li.bid_place strong,
	.product-details-content ul li.end-time span, .product-details-content ul li.end-time strong{
    padding: 0 5px;
}
.product-details-content ul li.cur-price, 
.product-details-content ul li.bid_place,
.product-details-content ul li.end-time{
    display: flex;
    justify-content: center;
}
	span.wdm-auction-price.wdm-mark-green, span.wdm-no-bids-avail.wdm-mark-red, .end-time span.wdm-mark-normal {
    font-weight: normal;
}
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%;
}
.product-details-row{flex-wrap: wrap;}
.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;
}
	
}
@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) {
.gallery-container .thumbnails .thumbnail {
    width: 22%;
	}
	.gallery-container .thumbnails {
    display: flex;
    justify-content: start;
}
.container-auw{padding: 0;}
}

#ult-auc-footer-credit {
    text-align: right;
    font-size: 12px;
    margin: 10px 15px 15px 0;    
}

#ult-auc-footer-credit a {
    color: #000 !important;
    text-decoration: none;
}

#ult-auc-footer-credit a:hover {
    /*text-decoration: underline;*/
}

.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;
}

