@charset "utf-8";
/* CSS Document */

body {
	background:  #b1abd4;;
	background-image: url(/images/wood_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	background-attachment: fixed;

}
img.promo_banner {
    padding: 2%;
}
img.salestickerimg {
    top: -6px;
    position: absolute;
    left: -6px;
    width: 100px;
    transform: rotate(-90deg);
}
.tdall {
	color: black;
	cursor:default;
} 
.tdall:hover {
	color:black;
}
.lot_details_title {
	border:none;
}
a#popup_title span {
    background: white;
    display: block;
    /* margin-bottom: -10px; */
    position: absolute;
    left: 0;
    right: 0;
    width: 91px;
    margin: 0 auto 0px;
    top: 30px;
}
a#popup_title {
    font-size: 12px;
    color: #737373;
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.lot_banner {
	position:fixed;
	width: 100%;
	height: auto;
	z-index:-20;
}
.pickup_message {
    color: #525252;
    word-spacing: 2px;
    background: #efeff0;
    padding: 15px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}
.lot_banner_imgs {
	width: 100%;
	position: relative;
	max-width:1500px; 
	margin:0 auto;
}

.lot_banner_imgs img {
	position: absolute;
	width: 100%;
	left: 0;
	
}
	
.lot_page_wrap {
	width: 90%;
	max-width: 1250px;
	margin: 22% auto;

	
}

.lot_black_subheader {
	min-height: 60px;
	width: 100%;
	border-radius: 5px 5px 0px 0px;
	background: #191919;
	overflow:hidden;
}

.lot_white_bg {
	width: 100%;
	background: white;
	border-radius: 5px; 
	border-bottom: 20px solid #191919;
  box-shadow: -1px 5px 10px 4px #00000082;	
  -webkit-box-shadow: -1px 5px 10px 4px #00000082;
	
}
	
.lot_title {
    display: inline-block;
    float: left;
    padding: 0px 6%;
    text-transform: uppercase;
	width: auto;
	margin-top: 15px;
}	
.lot_title h1 {
	font-weight: 500;
	letter-spacing: 2px;
	font-size: 24px;
}
.lot_select {
    display: inline-block;
    float: right;
    padding: 0px 5%;
    margin-top: 15px;
    width: auto;
    font-size: 15px;
    margin-bottom: 0px;
}	
	
	
	
.lot_wrap {
	width: 100%;
	margin: 20px auto;
	padding: 5% 4%;
	color:black;
	
}	
	
.lot_item_cont {
    width: 33.33%;
    min-width: 250px;
    max-width:300px; 
     margin: 20px;
    display: inline-block;
}
.lot_item_top {
	height: 35px; 
	width: 100%;
	
}

.lot_name {
	float: left;
	display: inline-block;
	max-width: 66%;
}
.lot_item_cont h4 {
    font-weight: 700;
    font-size: 16px;
    padding: 2px 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: -.5px;
}
.lot_details {
	background: black;
	padding: 5px;
	border-radius:6px;
	display: inline-block;
	width: 80px;
	float: right;
	color: white;
	font-weight: bold;
	font-size: 10px;
	text-transform:uppercase;
	margin-top:7px;
    cursor:pointer;
    
}
.sm_txt {
    color: black;
    font-size: 12px;
    font-weight: bold;
}
.lot_details:hover {
	background: hotpink;
}
.lot_item_mid {
	background: #efefef;
	border-radius:5px; 
	padding: 15px;
    cursor:pointer;
    position:relative;
}
.lot_item_bottom {
	height: 35px;
	width: 100%;

	

}
.lot_price {
	display: inline-block;
	float:left;
	font-weight:bold;
}
.item_sub_text {
	font-size: 10px; 
	text-decoration:italic;
}

.lot_add_cart {
    display: inline-block;
    float: right;
    width: 90px;
    background: #71b9b9;
    border-radius: 5px;
    margin-top: 5px;
    padding: 10px 12px; 
    color: white;
    font-size: 16px; 
    font-weight: bold;
    text-align: left;
    cursor:pointer; 
    
}

.lot_add_cart:hover {
	background: teal;
}
	

.lot_add_cart img {
	width: 25px;
	display: inline-block;
	float:right;
}

.lot_select select {
    background: #3c3c3c;
    border-radius: 4px;
    margin-left: 5px;
    color: white;
    border: #5f5f5f ridge 1px;
    padding:6px 10px;
    font-size: 12px;
    /* text-transform: uppercase; */
    /* font-style: italic; */
    outline: none;
}

.lot_select select option {
	padding: 20px; 
	height: 20px; 
}


/*----------details popup -------------------*/


.lot_popup_back {
	width: 100%;
	height: 100%;
	position: fixed;
	background: black;
	opacity: .7;
	top: 0;
	left:0;
	z-index: 9999;
}

.lot_popup {
    position: fixed;
    width: 90%;
		z-index: 10000;	
    max-width: 500px;
    top: 12%;
    background: white;
    border-radius: 15px;
    box-shadow: 0px 2px 5px black;
		padding: 2%;
    color: black;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size:16px; 
}

.lot_yes {
	background: #0099b3;
	color: white;
	font-weight: bold;
	font-size: 18px; 
	text-align:center;
	margin: 20px 10px 0px; 
	border-radius: 5px; 
	box-shadow: 0px 1px 3px black;
	padding: 10px; 
	cursor: pointer; 
	
}

.lot_yes:hover {
	background: #00b9b9;
}

.lot_no {
	background: #e25959;
	color: white;
	font-weight: bold;
	font-size: 18px; 
	text-align:center;
	margin: 10px; 
	border-radius: 5px; 
	box-shadow: 0px 1px 3px black;
	padding: 10px; 
	cursor: pointer; 
	
}
.lot_no:hover {
	background: #ff8c8c;
}

.lot_hide {
	display: none;
}
.lot_show {
	display: block;
}

.det_popup_wrap {
    width: 100%;

    border: 1px solid #d8d8d8;
    padding: 15px;
    border-radius: 5px;
    background: lavender;
    /* text-shadow: 0 0 black; */
}

.full_lot_name {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px solid white;
    margin-bottom: 10px;
}

.full_lot_name span {
    display: block;
    clear: both;
    font-size: 13px;
    /* border-bottom: 1px; */
}
.lot_promo {
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid white;
    margin-bottom: 10px;
    font-weight: bold;
    color: #ffffff;
    background: #b571ac;
    border-radius: 5px;
  }	
	
	
	
.bronzer_amt {
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid white;
    margin-bottom: 10px;
}
.bronzer_amt span {
    font-size: 14px;
    font-weight: bold;
}
.fragrance {
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid white;
    margin-bottom: 10px;
}
.fragrance span {
    font-weight: bold;
    font-size: 14px;
    /* text-transform: uppercase; */
}
.retail_price {
    background: #e6e6fa;
    padding: 5px;
    margin-top: -10px;
    line-height: 0;
    /* border-radius: 0px 0px; */
    font-size: 14px;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8; 
    text-transform: uppercase;
    letter-spacing: .5px;           
}
.zoom_price {
    font-weight: bold;
    background: #e6e6fa;
    padding: 10px;
    border-radius: 0px 0px 3px 3px;
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;    
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
}

.lot_details_close {
	background: black;
	text-transform: uppercase;
	color: white;
	font-size: 12px; 
	letter-spacing: 2px; 
	font-weight: bold;
	border-radius: 5px; 
	width: 50%; 
	max-width: 130px; 
	margin: 20px auto 0px;
	display: block;
	padding: 8px; 
	cursor: pointer;
	
}
	
.lot_details_close:hover {
	background: gray;
}
















/*============================= smaller screen size adjustments =======================================*/


@media screen and (max-width: 596px) {
	.lot_title {
		width: 100%;
	}
	.lot_title h3 {
		font-size: 16px;
	}
	.lot_select {
		font-size: 12px;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1023px) {
	.lot_name h4 {
		font-size: 14px; 
		max-width: 157px;
	}
}
@media screen and (max-width: 850px) {	
	.lot_page_wrap {
		margin: 30% auto;
	}
}
	

