body {
    background-size: 100% 190px;
}

.product-gallery-container a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
    font-family: "Nexa W01 Bold";
    font-size: 18px;
}

.product_gallery .product-gallery-title h2 + * {
    margin-bottom: 20px;
    display: block;
    color: #3b3b3b;
    font-size: 1em;
    font-family: 'Nexa W01 Light';
    padding-bottom: 20px!important;
    line-height: 18px;
}
.product_gallery .product-gallery-title h2 {
    
    margin-top: 0px;
    font-family: "Nexa W01 Bold";
    font-size: 1em;
}
.product_gallery .product-gallery-title h2,
.product_gallery .product-gallery-title h2 + * {
    max-width: 1170px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
}


.product-gallery-container .icon {
    background: url(../png/sprite-images.png) no-repeat;
    float: left;
}

.product-gallery-container a.fav-isActive .icon.heart {
    background-position: -546px -276px;
}

.product-gallery-container .icon.heart {
    background-position: -522px -273px;
    width: 23px;
    height: 24px;
    display: block;
}

.product-gallery-container input[type=radio] {
    width: 0;
    height: 0;
    visibility: hidden;
}

.product-gallery-container input[type=radio]:checked+span:before {
    background-position: -534px -85px;
}

.product-gallery-container input[type=radio]+span:before {
    content: "";
    background: url(../png/sprite-images.png) -514px -85px;
    width: 0px;
    height: 0px;
    display: inline-block;
    position: relative;
    top: -2px;
    left: -4px;
    padding: 10px;
    float: left;
}

.product-gallery-container input[type=checkbox] {
    width: 0;
    height: 0;
    visibility: hidden;
}

.product-gallery-container input[type=checkbox]:checked+span:before,
input[type=checkbox]:checked+span:before {
   background: url(../png/sprite-images.png) -496px -85px; 
}
.product-gallery-container .product-left-Nav input[type=checkbox]:checked+span:before{
    background: url(../png/sprite-images.png) -549px -204px; 
}
.product-gallery-container input[type=checkbox]+span:before {
    content: "";
    background: url(../png/sprite-images.png) -473px -85px;
    width: 16px;
    height: 17px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.product-gallery-container .product-left-Nav input[type=checkbox]+span:before{
    content: "";
    background: url(../png/sprite-images.png) -517px -204px;
    width: 20px;
    height: 20px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.prod-tile-compare a.compare-submit {
    float: left;
}

.product-gallery-title {
    /*padding: 0 1%;  */
    background: #fbf6f0;
    /* margin: 0 -15px; */
}

.product-gallery-title h1 {
    color: #000;
    padding: 20px 0;
    max-width: 1170px;
    margin: 0 auto;
    font-family: "Birch W03 Regular1180575";
    text-transform: uppercase;
    font-size: 52px;
    padding-bottom: 10px;
}

.product-gallery-container {
    width: 100%;
    max-width: 1170px;
    margin: 60px auto 20px;
    display: table;
}

.product-left-Nav {
    width: 20%;
    float: left;
    margin-right: 60px;
    background: #fff;
}

.product-left-Nav .product-nav-container {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.product-nav-header,
.product-comparelist-header {
    display: table;
    width: 96%;
    padding: 5px;
    cursor: pointer;
    background: #fbf6f0;
}

.product-nav-header h4,
.product-nav-header span,
.product-comparelist-header h4,
.product-comparelist-header span {
    float: left;
}

.product-nav-header h4 {
    float: left;
    width: 93%;
    font-size: 1em;
    font-family: "Nexa W01 Light";
    margin: 0px;
}

.product-nav-header .collapse,
.product-mobile-filter .collapse,
.product-comparelist-header .collapse {
    background: url(../png/series-toggle.png) no-repeat;
    width: 15px;
    height: 15px;
    padding-top: 0;
    float: left;
    position: relative;
    top: 5px;
    right: 4px;
    transform: rotate(90deg);
}

.product-nav-header .expand,
.product-mobile-filter .expand,
.product-comparelist-header .expand {
    background: url(../png/series-toggle.png) no-repeat;
    width: 15px;
    height: 15px;
    position: relative;
}

.product-nav-content-list input[type="radio"] {
    /* float: left; */
}

.product-nav-content-list label span {
    float: left;
    padding: 2px 5px;
    font-family: "Nexa W01 Light";
    font-size: 15px;
}

.product-nav-content-list input[type="checkbox"] {
    margin-right: 0px;
}

.product-comparelist-header h4 {
    margin: 0;
    float: left;
    width: 85%;
    font-size: 1em;
    font-family: "Nexa W01 Light";
}

.product-nav-header span {
    width: 15%;
}

.product-nav-content {
    display: table;
    width: 100%;
}

.product-nav-content-list {
    float: left;
    width: 90%;
    padding: 2% 5%;
    font-size: 0.8em;
    font-weight: 500;
}

.product-nav-content-list:last-child {
    margin-bottom: 20px;
}

.product-nav-content-list label {
    float: left;
    font-family: "Nexa W01 Light";
    font-size: 16px;
}

.product-nav-content-list label.disabled {
    color: #ccc;
}

.product-nav-content-list img {
    max-width: 27px;
    float: left;
    position: relative;
    top: 4px;
}

.product-comparelist-content {
    display: table;
    width: 100%;
}

.product-compare-bucket-list {
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.product-compare-image-list {
    float: left;
    width: 29%;
    margin: 2%;
    position: relative;
    height: auto;
    font-size: 0;
    min-height: 95px;
    background: #ccc;
}

.product-compare-image-list.finisher {
    min-height: 62px;
}

.product-compare-image-list img {
    width: 100%;
    float: left;
    height: 95px;
}

.product-compare-image-list.finisher img {
    height: 62px;
}

.product-compare-image-list a.remove {
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 0;
    line-height: 0;
    background: url(../png/sprite-images-2.png) no-repeat -189px -233px;
    width: 21px;
    height: 21px;
}

.product-compare-bucket-action {
    float: left;
    width: 96%;
    padding: 10px;
}

.product-compare-bucket-action .compare-submit.disabled,
.prod-tile-compare a.compare-submit.disabled {
    color: #d4d3c9;
}

.product-compare-bucket-action .compare-submit,
.prod-tile-compare a.compare-submit {
    text-transform: uppercase;
    font-size: 13px;
    /*opacity: 1 !important; fix for defect 105*/
    margin-top: 2px;
}

.product-getstartnow-container {
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    border: 1px solid #F5F5F4;
    margin-left: -1px;
    margin-bottom: -1px;
}

.product-getstartnow-banner {
    float: left;
    background: url(../jpg/prod-gs-bkg-2.jpg) no-repeat;
    padding: 25px 15px;
    background-size: cover;
}

.product-getstartnow-banner h4 {
    padding: 5px 10px;
    color: #fff;
    font-size: 1em;
    color: #271b12;
    font-family: "Nexa W01 Light";
    margin: 0 0 25px 0;
    padding: 0;
    display: inline-block;
}

.product-getstartnow-banner p a {
    color: #000;
    float: left;
    border-bottom: 8px solid #8f1336;
    font-size: 24px;
    font-family: "Nexa W01 Bold";
}

.product-right-Nav {
    width: 73%;
    float: left;
    background: #fff;
    max-width: 870px;
}

.product-right-header {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin: 0 auto 30px;
    display: table;
}

.product-viewing {
    float: left;
    font-family: "Nexa W01 Bold";
    font-size: 17px;
}

.product-viewing span {
    padding-right: 5px;
}

.product-sort-container {
    float: right;
    font-family: "Nexa W01 Bold";
    font-size: 17px;
}

.product-right-prodlist-container {
    display: table;
    width: 100%;
}

.prod-tile {
    width: 27%;
    padding: 2%;
    display: inline-block;
    /* float:left; */
}

.prod-tile:nth-child(3n) {
    margin-right: 0;
}

.prod-tile-image {
    width: 100%;
    float: left;
}

.prod-tile-image img {
    width: 100%;
    float: left;
    /*max-height: 425px;*/
}

.nopreviewimg {
    width: 100%;
    float: left;
    min-height: 333px;
    text-align: center;
    background: #eeeeee;
    padding-top: 50px
}

.finish-tile.nopreviewimg {
    min-height: 184px;
}

.prod-tile-header {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.prod-tile-header h2 {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    font-size: 1.3em;
}

.prod-tile-header p {
    width: 100%;
    float: left;
    padding-top: 10px;
    font-size: 16px;
    font-family: "Nexa W01 Light";
    color: #3b3b3b;
    font-weight: 600;
}

.prod-tile-action {
    float: left;
    width: 100%;
}

.prod-tile-compare {
    float: left;
    width: 50%;
    margin-top: 5px;
}

.prod-tile-share {
    float: left;
}

.prod-tile-share span {
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 7px;
    display: block;
    float: left;
}

.prod-showmore-container {
    display: table;
    width: 100%;
    margin: 30px 0;
    cursor: pointer;
}

.prod-showmore-container .showmore-button {
    background: #FFF;
    border: 2px solid #a80b34;
    color: #a80b34;
    padding: 10px 0;
    width: 350px;
    margin: 0 auto;
    /*display: block;*/
    text-align: center;
    font-family: "Nexa W01 Light";
    font-size: 30px;
}
.prod-Loading-container {
    display: table;
    width: 100%;
     margin: 30px 0px 30px 0px;
}

.prod-Loading-container .Loading-Message {
    background: #FFF;
    color: #a80b34;
    padding: 10px 0;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-family: "Nexa W01 Light";
    font-size: 30px;
}

.product-drop-down {
    position: relative;
    float: right;
}

.product-drop-down .selected a {
    background: #fff no-repeat scroll right center;
    display: block;
    padding-right: 20px;
    border-radius: 2px;
    text-decoration: none;
    color: #3179ac;
}

.product-drop-down .selected a span {
    cursor: pointer;
    display: block;
    padding: 1px 5px;
    float: left;
    color: #8f1336;
    min-width: 135px;
}

.product-drop-down .option {
    position: absolute;
    left: 42%;
    top: 40%;
}

.product-drop-down .options ul {
    background: #fff none repeat scroll 0 0;
    display: none;
    list-style: none;
    width: auto;
    min-width: 175px;
    margin: 0;
    position:absolute;
    top: 32px;
    border: 1px solid #d7d7d7;
    font-size: 12px;
    color: #212529;
    border-radius: .25rem;
    padding: 10px 5px;
}

.product-drop-down .selected span.value,
.product-drop-down .options span.value {
    display: none;
}

.product-drop-down .options ul li a {
    padding: 10px 5px;
    display: block;
    text-decoration: none;
    color: #212529;
}

.product-drop-down .options ul li a:hover {
    background: #f3f3f3;
    color: #212529;
    transition: 0.2s ease;
}

.product-dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    content: "";
    background: url(../png/sprite-images.png) no-repeat -521px -112px;
    width: 10px;
    height: 7px;
}
.product-dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 8px;
}
.product-mobile-filter,
.product-btn-done,
.product-btn-clear {
    display: none;
}
.finishContainer {
    width: 100%;
    display: table;
}
.category-type {
    display: inline-block;
    width: 96%;
    margin: 0 2%;
    background: #f6f4f1;
}
.category-type h2 {
    padding: 0 2%;
    font-family: NEXA W01 Bold;
}
.emptyresult{
    display:none;
    font-family: "Nexa W01 Regular";
    font-size: 15px;
}


@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .product-nav-header .collapse,
    .product-mobile-filter .collapse,
    .product-comparelist-header .collapse {
        right: 10px;
    }
    .product-nav-header .expand,
    .product-mobile-filter .expand,
    .product-comparelist-header .expand {
        right: 10px;
        float: left;
        position: relative;
    }
    .product-compare-image-list {
        width: 25%;
        margin: 4%;
    }
    .product-compare-bucket-list {
        padding: 5px;
    }
    .product-compare-image-list img {
        height: 65px;
    }
    .product-compare-image-list {
        min-height: 65px;
    }
    .product-compare-image-list.finisher {
        min-height: 40px;
    }
    .product-compare-image-list.finisher img {
        height: 40px;
    }
    .prod-tile-image .nopreviewimg {
        min-height: 300px;
    }
    .finish-tile.nopreviewimg {
        min-height: 151px;
    }
    .prod-tile-compare a.compare-submit {
        padding-left: 0px;
        padding-top: 2px;
    }
    .product-getstartnow-banner p a {
        font-size: 1em;
        border-bottom: 4px solid #8f1336;
    }
    .product-left-Nav {
        width: 22.2%;
        margin-right: 21px;
    }
    .product-right-Nav {
        width: 74.16%;
    }
    /* .prod-tile {
        width: 29.6%;
    } */
    .product-nav-header h4 {
        width: 90%;
    }
    .product-nav-content-list label span,
    .product-nav-content-list label {
        font-size: 14px;
    }
    .product-compare-bucket-action .compare-submit,
    .prod-tile-compare a.compare-submit,
    .prod-tile-share span {
        font-size: 11px;
    }
    .prod-tile-share a {
        font-size: unset;
    }
    .prod-tile-compare a.compare-submit, .prod-tile-share span{
        font-size:0.61em;
    }
    .prod-tile-share span {
        vertical-align: text-bottom;
    }
    .product-gallery-container .icon {
        transform: scale(0.7);
        position: relative;
        top: 2px;
    }
    .product-getstartnow-banner h4 {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 15px;
    }
    .product-gallery-title {
        margin:0 -15px;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .product-compare-image-list.finisher {
        min-height: 52px;
    }
    .product-compare-image-list.finisher img {
        height: 52px;
    }
}
@media screen and (max-width: 800px) {
    .prod-tile-image .nopreviewimg {
        min-height: 211px;
    }
    .finish-tile.nopreviewimg {
        min-height: 105px;
    }
}

@media screen and (max-width: 767px) {
    .product-nav-container .product-comparelist-header,
    .product-nav-container .product-comparelist-content,
    .prod-tile-compare,
    .product-getstartnow-container,
    .product-viewing,
    .product-nav-header span {
        display: none;
    }
    .product-gallery-container {
        position: relative;
        margin-top: -24px;
    }
    aside.product-left-Nav {
        position: absolute;
        width: 100%;
        z-index: 100;
        display: none;
        top: 40px;
        margin-right: 0;
        border: solid 2px #c7bbb6;
    }
    .product-right-Nav {
        width: 100%;
        margin-top: 55px;
    }
    .prod-tile {
        width: 45%;
    }
    .product-mobile-filter {
        float: left;
        border: 2px solid #c7bbb6;
        background: #fff;
        width: 100%;
        position: absolute;
        padding: 10px 0;
        z-index: 100;
        display: block;
    }
    .product-mobile-filter .product-mobile-flt {
        padding-left: 10px;
        color: #88898c;
        float: left;
        font-family: "Nexa W01 Bold";
    }
    .product-mobile-filter .product-mobile-fltvalue {
        padding-left: 2px;
        float: left;
        font-family: "Nexa W01 Bold";
    }
    .product-mobile-filter span.expand,
    .product-mobile-filter span.collapse {
        float: right;
        padding-right: 10px;
    }
    .prod-showmore-container .showmore-button {
        width: 90%;
    }
    .product-btn-done {
        position: absolute;
        right: 0;
        top: 10px;
        background: #8f1336;
        color: #fff;
        padding: 10px 20px;
        display: block;
        font-family: "Nexa W01 Bold";
        text-transform: uppercase;
        min-width: 80px;
    }
    .product-btn-clear {
        position: absolute;
        right: 0;
        top: 65px;
        background: #8f1336;
        color: #fff;
        padding: 10px 20px;
        display: block;
        font-family: "Nexa W01 Bold";
        text-transform: uppercase;
        min-width: 80px;
    }
    .product-btn-done span:first-child {
        background: url(../png/sprite-images.png) no-repeat -550px -204px;
        width: 18px;
        height: 18px;
        float: left;
        border-radius: 25px;
        margin: 0 4px 0 0;
    }
    .product-btn-clear span:first-child {
        background: url(../png/sprite-images.png) no-repeat -191px -234px;
        width: 18px;
        height: 18px;
        float: left;
        margin: 0 4px 0 0;
        border-radius: 25px;
    }
    .product-nav-content .product-series {
        position: relative;
    }
    .prod-tile-image .nopreviewimg {
        min-height: 400px;
    }
    .product-sort-container {
        width: 100%;
    }
    .product-drop-down {
        width: 80%;
    }
    .product-gallery-title h1 {
        font-family: "Nexa W01 Bold";
        text-align: center;
        color: #FFF;
        font-size: 27px;
        text-transform: none;
        padding-bottom:20px;
    }
    
    .product_gallery .product-gallery-title h2, 
    .product_gallery .product-gallery-title h2 + * {
        color: #fff;
        padding-left: 10px;
        padding-bottom: 10px!important;
    }
    .product-gallery-title {
        background: url(../jpg/home-top-nav-bg-3.jpg) no-repeat;
        padding: 0px 0 37px 0;
    }
    .product-sort-label {
        width: 70px;
    }
    .product-right-header {
        width: 96%;
        padding: 12px 0px 12px 9px;
        border: 3px solid #c7bbb6;
        margin-bottom: 20px;
        margin-left: 0;
        margin-top: 0px;
    }
    /* .prod-tile:nth-child(3n) {
        margin-right: 15px;
    } */
    .prod-tile:nth-child(2n) {
        margin-right: 0;
    }
    .product-nav-header,
    .product-comparelist-header {
        background: none;
        padding: 15px 20px;
        box-sizing: border-box;
    }
    .product-nav-content-list:last-child {
        margin-bottom: 0;
    }
    .product-left-Nav div[id^="content_0_productgallerysections"] .product-nav-container {
        border-bottom: solid 1px #ddd;
    }
    .product-left-Nav .product-nav-container{
        margin-bottom:0px;
    }
    .prod-tile-share span {
        margin-left: 5px;
    }
    .product-gallery-title {
        margin:0 -15px;
    }
    .product-drop-down .options ul {
        min-width: 100%;
        width: 100%;
        border: 3px solid #c7bbb6;
        border-top: none;
        left: 4px;
        padding: 0 2px 0 2px;
    }
    .product-drop-down .options ul li:first-child {
        border-top: 1px solid #ccc;
    }
    .product-drop-down .options ul li {
        border-bottom: 1px solid #ccc;
        padding: 5px 0;
    }
    .product-drop-down .options ul li a {
        padding: 10px 5px 10px 10px;
    }
    .product-sort-container .options {
        min-width: 40.1em;
        width: 100%;
        position: absolute;
        top: 0px;
        left: -151px;
    }
}

@media screen and (max-width: 667px) {
    .prod-tile-image .nopreviewimg {
        min-height: 200px;
    }
    .finish-tile.nopreviewimg {
        min-height: 126px;
    }
    .product-sort-container .options {
        min-width: 36.25em;
        left: -138px;
    }
}
@media screen and (max-width: 500px) {
    .product-sort-container .options {
        min-width: 21.96em;
        left: -90px;
    }
}
@media screen and (max-width: 400px) {
    .prod-tile-image .nopreviewimg {
        min-height: 195px;
    }
    .finish-tile.nopreviewimg {
        min-height: 108px;
    }
    .product-sort-container .options {
        min-width: 19.75em;
        width: 100%;
        position: absolute;
        top: 0px;
        left: -82px;
    }
}

@media screen and (max-width: 320px) {
    .prod-tile-image img {
        max-height: 208px;
    }
    .prod-tile-image .nopreviewimg {
        min-height: 158px;
    }
    .finish-tile.nopreviewimg {
        min-height: 82px;
    }
    .product-drop-down {
        width: 77%;
    }
    .product-sort-container .options {
        min-width: 17.1em;
        left: -78px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-gallery-container {
        margin-top: 25px;
    }
    .product-gallery-title {
        background: url(../jpg/home-top-nav-bg-3.jpg) repeat-x;
        padding-left: 15px;
    }
    .product-gallery-title h1 {
        color: #FFF;
        font-weight: normal;
        font-style: normal;
    }
    
    .product_gallery .product-gallery-title h2, 
    .product_gallery .product-gallery-title h2 + * {
        color: #fff;
        padding-left: 5px;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .product-gallery-title h1 {
        padding-left: 35px;
        padding-right: 35px;
    }
    .product-gallery-container {
        width: 96%;
    }
    
    
}
@media (max-width: 991px) {
    .breadcrumb {
        padding: 15px 15px 20px;
        margin: 0 -15px;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	    
	.product-nav-content-list{
        width: 98%;
	}
    
}
/*ps - UAT #20*/
.doorGrpContainer {
    width:100%;
}