@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");

* {
margin: 0;padding: 0;box-sizing: border-box;text-decoration: none;list-style: none;
}

.green {
  color: #03a685;
}

.wrapper {
  height: auto;
  padding: 15px;
  position: relative;
}

.wrapper .header_title {
  margin-bottom: 15px;
  font-size: 16px;
}

.product_wrap,
.price_details {
  width: 100%;
  background: #fff;
  padding: 5px;
  margin-bottom: 15px;
	border-style: solid;
	border-color: #7F542E;
}

.product_wrap .product_info {
  display: flex;
  align-items: normal;
  margin-bottom: 20px;
}

.product_wrap .product_info img {
  display: block;
}

.product_wrap .product_info .description {
  margin-bottom: 10px;
}

.product_wrap .product_info .description .title {
  font-weight: 700;
}

.product_wrap .product_info .description .sub_title {
  text-overflow: ellipsis;
  overflow: hidden;
}

.product_wrap .product_info .description .soldby {
  color: #adadad;
  font-size: 12px;
}

.product_wrap .product_info .size_qty,
.product_wrap .product_info .price {
  display: flex;
  margin-bottom: 10px;
}

.product_wrap .product_info .size_qty > div {
  margin-right: 10px;
  background: #e4e4e4;
  padding: 2px 10px;
  border-radius: 3px;
  font-weight: 700;
  padding-right: 25px;
  position: relative;
  cursor: pointer;
}

.product_wrap .product_info .size_qty > div:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 8px;
  border: 5px solid;
  border-color: #000 transparent transparent transparent;
}

.product_wrap .product_info .price .current_price {
  font-weight: 700;
  margin-right: 10px;
  width:50%;
}

.product_wrap .product_info .price .normal_price {
  color: #adadad;
  margin-right: 10px;
  text-decoration: line-through;
}

.product_wrap .product_info .price .discount {
  color: #f16565;
}

.product_wrap .product_btns {
  display: flex;
  text-align: center;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e4e4e4;
}

.product_wrap .product_btns > div {
  padding: 5px 15px;
  cursor: pointer;
}

.product_wrap .product_btns > div:hover {
  background: #efefef;
}

.product_wrap .product_btns .remove {
  width: 70%;
  border-right: 1px solid #e4e4e4;
}

.product_wrap .product_btns .wishlist {
  width: 60%;
}

.price_details .item,
.price_details .total {
  display: flex;
  justify-content: space-between;
}

.price_details .item {
  margin-bottom: 10px;
}

.price_details .total {
  padding-top: 10px;
  border-top: 1px solid #e4e4e4;
  font-weight: 700;
}

.price_details .item a {
  color: #ff3f6c;
}

.price_details .item a:hover {
  text-decoration: underline;
}

.sliders {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.sliders .bg_shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}

.sliders .select_size,
.sliders .select_quantity {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
}

.sliders .header {
  padding: 10px 15px 0;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
}

.sliders .header .close {
  cursor: pointer;
}

.sliders .footer .btn {
  background: #ff3f6c;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 2px;
  cursor: pointer;
}

.sliders .body ul {
  display: flex;
  padding: 10px 15px 15px;
}

.sliders .body ul li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #000;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}

.sliders .body ul li.active,
.sliders .body ul li:hover {
  border-color: #ff3f6c;
  color: #ff3f6c;
}

.sliders.active {
  display: block;
}




	.modalAuction {
		display:    none;
		position:   fixed;
		z-index:    1000;
		top:        0;
		left:       0;
		height:     100%;
		width:      100%;
		background: rgba( 255, 255, 255, .8 )
		url('https://ubercigar.com.au/img/FhHRx.gif')
		50% 50%
		no-repeat;
	}
	body.loadingAuction {
		overflow: hidden;
	}
	body.loadingAuction .modalAuction {
		display: block;
	}
	
	body {
	  background-color: #e1e1e1;
	}
	

	@media only screen and (max-device-width: 700px) {
		.myAuctionPB {
			padding-bottom: 800px;
		}
		.myAuctionPB1 {
			padding-bottom: 1600px;
		}
		.myAuctionPB2 {
			padding-bottom: 670px;
		}
    }