/*#product.device #hero .col-2 {
  margin: 0 0 0 -47px;
}*/
#storeLocator{
	display:none;
}
#product #hero .col-1 .details.device {
  background: none;
}

/*#product.device #hero .col-1 {
  padding-top: 109px;
}*/

/*#product #hero .col-1 .details.device {
  margin-top: 48px;
}*/

#product #hero .details.device .row {
  width: 100%;
  background-color: #daefff;
}
#product #hero .col-1 .details.business{
	height: auto;
}

#product #hero .col-1 .details.business .row{
	width:94%;
}
#product #hero .details.device .row-1 {
    padding: 13px 0 11px 17px;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 1px;
    -moz-border-radius-topleft: 3px; /* Firefox */
    -webkit-border-radius-topleft: 3px; /* Safari, Chrome */
    border-top-left-radius: 3px; /* CSS3 */
  }
  
  #product #hero .details.device.owner .row-2 {
    margin-bottom: 1px;
  }
  
  #product #hero .details.device.business .row-1 {
    font-size: 15px;
    font-weight: bold;
    text-transform: none;
    padding: 22px 0 22px 17px;
  }
  
  #product #hero .details.device.business .row-1 p {
    font-size: 13px;
    line-height: 15px;
    padding-top: 17px;
	}
  
  #product #hero .details.device.business .row-1 h2 {
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    margin: 13px 0 0 0;
  }
    #product #hero .details.device.business .row-1 h2 span {
      font-size: 18px;
      font-weight: normal;
      line-height: 18px;
      display: block;
    }
  
  #product #hero .details.device .row-3 {
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    padding: 14px 0 13px 21px;
    -moz-border-radius-bottomleft: 3px; /* Firefox */
    -webkit-border-radius-bottomleft: 3px; /* Safari, Chrome */
    border-bottom-left-radius: 3px; /* CSS3 */
  }
  
    #product #hero .details.device.business .row-3 {
      padding-bottom: 17px;
    }
  
  #product #hero .details.device .cta {
    margin: 16px 26px 16px 16px;
  }
  
  #product #hero .details a.go-to-your-account {
    background: url(/resources/images/icon/blue-arrow-with-circle.png) right center no-repeat;
    padding: 0 17px 0 0;
    font-size: 14px;
    line-height: 14px;
  }
  
  /*	New Overrite	*/
  	#product #hero .col-3 .print-share,
	#product #hero .col-3 .product-videos,
	#product #hero .col-3 .more-views {
		padding: 15px 0 0 5px;		
	}
	.manufacturer_details {
		font-weight: bold;
		font-size: 13px;
		color: #FFFFFF;
	}
	.iphone_manufacturer {
		padding-left: 21px;
		font-weight: bold;
		font-size: 13px;
		color: #0072C7;
	}
	
	
.out_of_stock.back_order{
	padding:0 !important;
	margin:0 !important;
	position: absolute;
	left: 0;
	bottom: 21px;
}

.out_of_stock.back_order + #product_details{
	margin-top:66px;
}

#product #hero .col-1 .details{
	position:relative;
}

.out_of_stock.back_order > .select-this-phone{
	margin-left:8px !important;
 	background-color: #00aeef !important;
	border-radius: 6px !important;
	color: #fff !important;
	padding: 10px !important;
	text-decoration: none !important;
	text-transform: uppercase;
	width: auto !important;
	font-weight: normal !important;
}

@media (max-width: 767px){
	.out_of_stock.back_order{
		position:absolute;
		left:0;
		bottom:16px;
	}
	
	.out_of_stock.back_order + #product_details{
		position: absolute;
		bottom: 5px;
	}
	
}

@media (max-width: 480px){
	#view_details{
		font-size:12px !important;
		padding:0 0 10px 18px !important;
	}
	
	.out_of_stock.back_order > .select-this-phone{
		font-size:8px !important; 
	}
}