.furniture .zoomify-shell {
    background-image: url('../images/furniture-hero.jpg');
}

.content-shell {
    width: 100%;
    /* padding: 140px 0 0 0; */
    /* text-align: center; */
    display: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    /* height: 80%; */
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}


.designer-shell {
    width: 56.33%;
    text-align: left;
    font-size: 0;
    margin: 0 auto;
    /* padding: 140px 0 60px 0; */
    height: 83%;
}

.manufacturer-wrapper {
    width: 930px;
/*    height: 108px;*/
    margin: 140px auto 0 auto;
}

.manufacturer-wrapper .brief a:link, .manufacturer-wrapper .brief a:visited, .manufacturer-wrapper .brief a:active {
    color: #999;
    text-decoration: none;
}
.manufacturer-wrapper .brief a:hover {
    text-decoration: underline;
}

.manufacturer-wrapper .by-type-title {
    font-family: "Helvetica Neue Light", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #999999;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 40px 0 0;
}

.manufacturer-name {
    font-family: "Helvetica Neue Light", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #999999;
    width: 200px;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    margin: 0 40px 0 0;
}
/* 'helvetica-neue-regular',  font not displaying correctly */
.brief {
    font-family: "Helvetica Neue Light", sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #999999;
    width: 590px;
/*    width: 73%;*/
/*    width: 63%;*/
/*    padding-right: 10%;*/
    display: inline-block;
    vertical-align: top;
}


.designer-shell .items {
    position: relative;
    width: 100%;
    /* min-height: 200px; */
    margin: 72px 0 0 0;
    font-size: 0;
    /* text-align: left; */
    height: 82%;
    /* overflow: hidden; */
/*    overflow-y: auto;*/
}
.designer-shell .items ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    padding: 0 0 40px 0;
}
.designer-shell .items ul li {
    list-style-type: none;
    padding: 0px;
    margin: 0 2.5% 4% 0;
    width: 207px;

    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    -ms-transition:all 0.2s ease;
    transition:all 0.2s ease;
    
    white-space: nowrap;
    display: inline-block;
    text-align: left;
}
/*
.items ul li:nth-child(4n+4) {
    margin: 0 0 4% 0;
}
*/
    
.designer-shell .items ul li.portrait {
    width: 157px;
}
.designer-shell .items ul li img {
    width: 100%;
    display: table-cell;
    vertical-align: bottom;
}
.designer-shell .items ul li img.portrait {
    width: 100%;
}
.designer-shell .items ul li img:hover {
/*    box-shadow: inset 0 0 0 2px rgba(204, 0, 0, 1.0);*/
    outline: 2px #cc0000 solid;
    outline-offset: -2px;
    cursor: pointer;
}
.designer-shell .items ul li .name {
    height: 44px;
    width: 100%;
/*    float: left;*/
    margin: 8px 0 0 0;
    font-family: "Helvetica Neue Medium", sans-serif;
    font-size: 11px;
    line-height: 15px;
    color: #999999;
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
}

/*.designer-shell .items ul li .name .new-product {*/
.new-product {
    font-family: "Helvetica Neue Medium", sans-serif;
    font-size: 11px;
    height: 12px;
    line-height: 12px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #cc0000;
}

.designer-shell .items .new-manufacturer-name {
    font-size: 1.2rem;
    line-height: 1.2rem;
    width: 100%;
    text-align: left;
    padding-bottom: 40px;
}

/*  FURNITURE DESIGNER DETAILED  */

.designer-detailed {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: relative;
    top: 0;
/*    visibility: hidden;*/
}

.designer-detailed .left-shim {
    width: 6.1%;
    display: table-cell;"
}

.designer-detailed .detailed-image {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
/*    width: 45%;*/
}
.designer-detailed .detailed-image img {
    width: 50%;
    height: auto;
}
.designer-detailed .detailed-image img.portrait {
    width: 40%; 
    height: auto
}
.detailed-info-shell {
    width: 200px;
    position: absolute;
    right: 0;
    top: 80px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 950;
    padding: 20px;
    height: 100%;
    display: none;
    overflow-y: auto;
}
.detailed-info-shell .designer-tools {
    font-family: "Helvetica Neue Light", sans-serif;
    padding: 0;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0;
}
.detailed-info-shell .designer-tools .icon-wrapper {
    margin-bottom: 30px;
}
.detailed-info-shell .manufacturer {
    font-family: "Helvetica Neue Light", sans-serif;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 1.5px;
    width: 100%;
    margin: 0 0 9px 0;
}
.detailed-info-shell .designer-tools .product-name {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1px;
/*    width: 100%;*/
    margin: 0 0 9px 0;
    width: 175px;
    height: 38px;
}
.detailed-info-shell > .designer-tools > .request-pricing {
    font-size: 16px;
    line-height: 16px;
    width: 90%;
    margin: 0;
    display: none;
    font-family: "Helvetica Neue Bold", sans-serif;
    color: #000;
    text-decoration: underline;
}
.detailed-info-shell > .designer-tools > .request-pricing:hover {
    cursor: pointer;
}
.detailed-info-shell .designer-tools .option {
    width: 100%;
    margin: 0 0 14px 0;
    font-size: 0;
    height: 17px;
}
.detailed-info-shell .designer-tools .option.custom {
    margin: 0 0 10px 0;
}
.detailed-info-shell .designer-tools .option:hover {
    color: #666;
    cursor: pointer;
}
.detailed-info-shell .designer-tools .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 18px;
    margin: 0 13px 0 0;
    text-align: center;
}
.detailed-info-shell .designer-tools .view-price {
    margin: 0 9px 2px -1px;
    height: 25px;
}
.detailed-info-shell .designer-tools .view-price .icon {
    background-image: url('/assets/images/site-icons/view-price-icon.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    width: 25px;
    height: 25px;
    vertical-align: top;
    margin-top: -3px;
}
.detailed-info-shell .designer-tools .download-pricelist {
    margin-top: 8px;
    display: none;
}
.detailed-info-shell .designer-tools .download-pricelist .icon {
    background-image: url('/assets/images/site-icons/get-pricelist-icon.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    width: 20px;
    height: 20px;
    vertical-align: top;
}
.detailed-info-shell .designer-tools .icon.download-pricelist {

}
.detailed-info-shell .designer-tools .icon.custom-icon-cleaning {
    float: left;
    display: inline-block;
    width: 18px;
    height: 20px;
    background-image: url("../images/custom-icon-cleaning.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.detailed-info-shell .designer-tools .label {
    font-family: "Helvetica Neue Roman", sans-serif;
    font-size: 11px;
    line-height: 11px;
    display: inline-block;
    vertical-align: middle;
}
.detailed-info-shell .designer-tools .view-price .label {
    vertical-align: top;
    line-height: 16px;
}
.detailed-info-shell .designer-tools .icon.envelope {
    height: 12px;
    background-image: url('../images/ui-sprite.png');
    background-position: -32px -31px;
    background-size: 259px 150px;
    background-repeat: no-repeat;
}
.detailed-info-shell .designer-tools .icon.tearsheet {
    height: 17px;
    background-image: url('../images/ui-sprite.png');
    background-position: -25px -49px;
    background-size: 259px 150px;
    background-repeat: no-repeat;
}

.detailed-info-shell .designer-tools i {
    font-size: 15px;
}

.detailed-info-shell > .pricing-details {
    position: absolute;
    bottom: 200px;
    width: 180px;
}

.detailed-info-shell > .pricing-details > .product-number {
    font-size: 11px;
    margin-bottom: 14px;
    display: none;
}

.detailed-info-shell > .pricing-details > .net-pricing-label {
    font-size: 11px;
    margin-bottom: 14px;
    display: none;
}

.detailed-info-shell > .pricing-details > .net-price {
    font-size: 18px;
    margin-bottom: 14px;
    display: none;
    font-family: "Helvetica Neue Bold", sans-serif;
    color: #000;
}

.detailed-info-shell > .pricing-details > .price-notes {
    font-size: 11px;
    margin-bottom: 14px;
    display: none;
}

.detailed-info-shell > .pricing-details > .pricing-info {
    color: #666666;
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 14px;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    padding: 10px 0;
    display: none;
}

.designer-prev-arrow {
    position: absolute;
    left: 14px;
    top: 50%;
    margin: -23px 0 0 0;
    width: 22px;
    height: 45px;
    background-image: url('../images/designer-product-left.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    visibility: hidden;

    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0;
}
.content-shell .designer-prev-arrow:hover {
    cursor: pointer;
}

.back-to-grid {
    position: absolute;
    top: 50%;
    left: 41px;
    margin: -8px 0 0 0;
    width: 15px;
    height: 15px;
    background-image: url('../images/ui-sprite.png');
    background-size: 259px 150px;
    background-position: 0 -31px;
    background-repeat: no-repeat;
    visibility: hidden;
    
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0;
}
.furniture .back-to-grid {
/*    left: 12.51%;*/
}
.content-shell .current-prod-number {
    position: absolute;
    top: 50%;
    right: 43px;
    color: #999999;
    width: 40px;
    height: 20px;
    font-size: 11px;
    text-align: right;
    margin: -6px 0 0 0;
    z-index: 960;
}
.content-shell .designer-next-arrow {
    position: absolute;
    right: 14px;
    top: 50%;
    margin: -23px 0 0 0;
    width: 21px;
    height: 45px;
    background-image: url('../images/designer-product-right.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    visibility: hidden;
    
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0;
    
    z-index: 961;
}
.content-shell .designer-next-arrow:hover {
    cursor: pointer;
}

.content-shell .back-to-grid:hover {
    cursor: pointer;
}

div.designer-shell > div.items > ul > li:hover {
    cursor: pointer;
}

@media all and (max-width: 1099px) {
    .designer-shell {
        width: 70%;
    }
}