.page {
    border-top: 4px solid #AC572E;
}
.page-header {
    max-width: 1260px;
    margin: 0 auto;
    padding: 12px 30px 0;
    position: relative;
}
.icon-sprite{
    background-size: inherit;
}
.main-container, .footer-container{
    max-width: 1260px;
}
.links{
    float: right;
}
.links li{
    float: left;
}
.links li:after{
    content: "|";
    padding: 0 8px;
    color: #ECE2DB;
}
.links li.last:after{
    content: '';
}
.wrapp{
    float: right;
    margin: 15px 14px 0 0;
    clear: both;
}
.header-minicart .skip-link .count{
    background: none;
}

.header-minicart .skip-link .count:after,
.header-wishlist .skip-link .count:after {

    content: '';
    background: url("../images/sprite.png") no-repeat -90px -19px;
    width: 12px;
    height: 11px;
    display: inline-block;
    margin: 6px 0 0 4px;

}
.header-wishlist .skip-link .icon,
.header-minicart .skip-link .icon{
    display: none;

}
.logo{
    display: block;
    width: 65%;
    max-width: 225px;
    min-height: 90px;
    text-align: center;
    margin: 0 auto;
    padding: 5px 10px;
}
.logo img {
    max-width: 100%;
}
.skip-links{
    border-top:0;
}
.skip-nav,
.breadcrumbs,
.print-block,
.block-related,
.box-up-sell,
.product-options,
.product-options-bottom,
.more-views,
.footer,
.copyright,
.skip-account{
    display: none;
}
.product-view .product-shop .product-name{
    float: left;
    clear: both;
    width: 100%;
    display: block;
}
.product-view .product-img-box .product-name{
    display: none;
}
.product-view .product-shop .price-info{
    width: 100%;
    clear: both;
    float: left;
    text-align: left;
    padding: 0;
}
.sku{
    float: left;
    clear: both;
    color: #a6a6a6;
}
.toggle-tabs{
    display: none;

}
.collateral-tabs dt,
.collateral-tabs dd{
    display: none;
    font-family: Vollkorn;
}
.collateral-tabs > dt:first-child{
    display: block;
    font-size: 19px;
}
.collateral-tabs dd:nth-child(2){
    display: block;
}
.collateral-tabs dd.gem,
.collateral-tabs dt.gem {
    display: block;
}
.collateral-tabs dt.gem {
        font-size: 19px;
}
.collateral-tabs dd.gem .std.gem li > a{
    display: none;
}
.product-image-gallery .link.visible,
.free-sizing-shipping,
.account-cart-wrapper,
.decor.content,
.more-views,
.product-shop .cms,
.add-to-links,
.add-to-cart-wrapper,
.add-to-box {
   display: none;
}
@media only print and (max-width:1010px) {
    .details-block .title {
        min-height: 43px;
    }
}
@media only print and (max-width:617px) {
    .details-block .title {
        min-height: 63px;
    }
}
.col-2.payment-block {
   padding-left: 0;

}
.payment-block table {
    width:100%
}