.product_wrap { margin: 0 auto; width: 996px; position: relative; background-color: #fff; }

.spp-hero:before, .spp-hero:after {
    content: " ";
    display: table;
    clear: both;
}
.spp-hero {
    height: auto;
    padding: 10px 0;
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
    overflow: hidden;
    background-repeat: no-repeat;
    min-height: 542px;
}

.plaque {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px solid #000000;
    float: right;
    margin: 0 60px 0 0;
/*    outline: 1px solid #000000;
    outline-offset: -7px;*/
    padding: 0;
    text-align: center;
    width: 386px;
}

.plaque-outline {
    width: 380px;
    margin: 3px;
    padding: 43px 0 47px;
    border: 1px solid #000000;
}

.spp_product_description {
    color: #000000;
    font-size: 11px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 300;
    line-height: 1.725;
    margin: 0 auto 32px;
    width: 70%;
}

.add_to_cart {
    display: block;
    height: 28px;
    line-height: 27px;
    margin: 0 auto 15px;
    width: 280px;
}

.product_link-instore {
    display: none;
    height: 28px;
    line-height: 27px;
    margin: 0 auto 15px;
    width: 280px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.product_link-instore:hover {
    background-color: #fff;
    color: #092144;
    border: 1px solid #000;
}

.product_link-instore.active {
    display: block;
}

.options {
    padding: 0 80px;
    text-align: center;
    position: relative;
}
.options li {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding: 0 8px;
    text-align: center;
    text-transform: uppercase;
}
 .options li a {
    border-bottom: 1px solid transparent;
    color: #000000;
    text-decoration: none;
    transition: border-bottom 0.2s ease 0s;
}
.options li a:hover {
    border-bottom: 1px solid #000000;
    text-decoration: none;
}

.options .favorites-overlay {
    display: none;
    position: absolute;
    top: 20px;
    left: 30px;
    width: 254px;
    height: 92px;
    border: 1px solid #000000;
    background: #ffffff;
}

.options .favorites-overlay a.favorites-close {
    background: url("/sites/jomalone/themes/jm_base/img/close.png") no-repeat 0 0 transparent;
    border-bottom: medium none;
    display: block;
    height: 11px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    text-indent: -9999px;
    top: 20px;
    width: 11px;
}

.options .favorites-overlay p {
    text-transform: none;
    padding: 18px 48px 10px 48px;
}

.options .share-container {
    position: relative;
}

.options .share-container a {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.options .share-container a:hover { border-bottom: none; }

.options .share-overlay-container {
    padding-top: 15px;
    display: none;
    position: absolute;
    top: 0px;
    left: -20px;
}

.options .share-overlay {
    padding: 5px;
    margin: 0;
    height: 29px;
    border: 1px solid #000000;
    background: #FFFFFF;
}

.options .share-overlay li {
    float: left;
    padding: 0;
    margin: 0 5px 0 0;
}

.options .share-overlay .share-email {
    line-height: 17px;
}

.options .share-overlay .share-facebook a {
    display: block;
    width: 17px;
    height: 17px;
    background: url(/media/export/cms/btns/facebook.jpg) no-repeat 0 0;
}

.options .share-overlay .share-twitter a {
    display: block;
    width: 17px;
    height: 17px;
    background: url(/media/export/cms/btns/twitter.jpg) no-repeat 0 0;
}

.spp-hero .plaque {
    overflow: hidden;
    height: auto;
    width: auto;
}

.spp_product_status {
    color: #C00;
    margin-bottom: 10px;
}

.sku_price {
    margin: 10px 0 10px 0;
}
select.sku_select {
    display: block;
    margin: 10px 0 10px 0;
}

a.product_link {
    display: block;
}

.related_content_item .field-item-set-type { display: none; }

@media (max-width: 1024px) {
  .product_wrap { width: 768px;}
  .spp-hero {
    background-position: -30px 0;
  }
  .plaque {
    background-color: transparent;
    border: 0px solid transparent;
    margin-right: 20px;
  }
  .plaque-outline {
    border: 0px solid transparent;
  }
}

/* SPP EDD V2 */

#order_arrival_info {
  margin: 0;
}
#order_arrival_info a {
  cursor: pointer;
  text-transform: uppercase;
}

.order_arrival_details_overlay {
  display: none;
}

.order_arrival_details .title {
  font-size: 14px;
  color: #000;
  margin: 3px 0 10px 0;
  font-weight: bold;
  letter-spacing: 3px;
}
.order_arrival_details .postal_code {
  margin: 17px 0 0 0;
}
.order_arrival_details .postal_code input {
  width: 120px;
  color: #000;
  height: 24px;
  text-transform: uppercase;
  background: none;
  text-align: left;
  margin-right: 5px;
  float: left;
}
.order_arrival_details .postal_code .apply {
  width: 70px;
  background: none;
  color: #000;
  height: 24px;
  line-height: 24px;
}
.order_arrival_details input[type="text"]::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.order_arrival_details .shipment_type {
  float: left;
  width: 50%;
}
.order_arrival_details .arrival_date {
  float: left;
  text-align: right;
  width: 50%;
}
.order_arrival_details .header {
  border-bottom: 1px solid #ccc;
  font-size: 11px;
  font-weight: bold;
  height: 25px;
  color: #000;
  display: none;
  text-transform: uppercase;
}
.order_arrival_details .row {
  height: 35px;
  border-bottom: 1px solid #ccc;
  line-height: 35px;
  color: #000;
  font-size: 11px;
}
.order_arrival_details p {
  line-height: 18px;
  color: #000;
  margin: 0;
  font-size: 11px;
  letter-spacing: 1px;
}
.order_arrival_details .edd_info {
  margin: 28px 0 0 2px;
  line-height: 17px;
}
.order_arrival_details .invalid_zipcode {
  color: #b50404;
  margin-top: 15px;
}
.order_arrival_details .order_delivery_info .ship_us_territory,
.order_arrival_details .order_delivery_info .ship_us_mil_pobox,
.order_arrival_details .order_delivery_info.valid_zipcode .ship_us_std,
.order_arrival_details .order_delivery_info .ship_us_std_exact {
  display: none;
}
.order_arrival_details .order_delivery_info.valid_zipcode .ship_us_std_exact {
  display: block;
}

.order_delivery_info {
  margin: 25px 0;
}

.overlay-container.edd_popover {
  z-index: 1000000 !important;
  padding: 15px;
  height: 400px !important;
}

.overlay-container.empty_zipcode {
  height: 470px !important;
}

p.content_without_zipcode, .invalid_zipcode {
  letter-spacing: 0.5px !important;
}

.overlay-container.edd_popover a.close-link {
  background: url("/sites/jomalone/themes/jm_base/img/close.png");
}

.overlay-container .spp-engraving-preview-lid {
  background-image: url('/media/export/cms/engraving/product/preview_bottle.png');
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: -2px 0;
}

.overlay-container .spp-engraving-preview-bottle {
  background-image: url('/media/export/cms/engraving/product/preview_lid.png');
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: -2px 0;
}


.plaque .btn-engrave {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #9d9d9d;
    color: #000000;
    font-size: 11px;
    height: 28px;
    letter-spacing: 1px;
    line-height: 26px;
    outline: 1px solid #ffffff;
    outline-offset: -2px;
    padding: 0 14px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    margin-bottom: 20px;
    margin: 0 auto 15px;
    width: 60%;
    display: block;
}

.order_arrival_details .postal_code input.error {
    border: 1px solid red;
}

.overlay-container.ship_info h2 {
  text-align: center;
  font-size: 2em;
}
