/*************** OVERRIDES of STYLE.CSS ***************/

/**Reset container ****/

#main{
position: absolute;
left: 0px;
width: 100%;
}

.container{
 margin: 0 auto; 
}

body{
 overflow:hidden; 
 background:white;
}

/**Nav override***/

.nav-item a{
color:white;
    text-shadow: black 1px 1px 3px;
}


.divided{
border-right:solid white 2px;	
}

#content-left{
    top: 165px;
	left:45px;
    position: relative;
    height: 463px;
}
#left-bottom{
    position: absolute;
	
    /* bottom: 0px; */
    font-size: 20px;
    font-family: courier new;
    width: 375px;
    margin-left: 65px;
}
#bottle-overlay-img {
height: 510px;
width: auto;
  display:none;
}
#bottle-overlay {
top: 92px;
left: 930px;
position: absolute;
}

#addtocart{
	
}
#content-right {
color: white;
top: 300px;
left: -70px;

}


.checkout-link a{
color:white; 
    text-shadow: black 1px 1px 3px;
}
#social-wrap a{
color:white;
text-shadow: black 1px 1px 3px;
}
#product-title {
  /*ID for Product title in product page*/
	font-family: 'Montserrat';
    margin-left: 0px;
    font-weight: bold;
    font-size: 50px;
}

#product-details {
 /*Box containing product info*/
}

/*line 22 - 23 delete?  we don't need brand info, right?*/

#product-description{
text-shadow: black 1px 1px 3px;
}

#shopify-product-reviews{
/*do we need this? line 32*/
}

#product-price{
margin-top: 10px;
  margin-left:35px;
  font-size:25px;
  
  
}
.on-sale{}

#product-add{
position: absolute;
left: 145px;
top: 220PX;
cursor: pointer;
width: 230px;
}  /*THIS IS THE ADD TO CART BOX*/

#add{} /*This is the add to cart button

#product-photos{} /*may or may not need this*/
#product-photo-container{} /*may or may not need this*/

.rte{

 position:relative; 
  font-family:"courier new";
  width:600px;
  font-size:20px;
  font-weight:bold;
}

.rte li{
 margin-bottom:8px; 
}




.sub-nav{
   background:rgba(0,0,0,.5);
  border-radius:20px; 
}