:root {
    --sdk-highlight-both: #b46a55;
    --sdk-highlight-edge: #D4B9A7;
    --sdk-highlight-distinction: #b46a55;
    --sdk-highlight-vibe: #9A3325;
    --sdk-box-bg: #f6f4f0;
    --sdk-full-access: #919D9D;
}

.pd-breadcrumb{
	display: block;
	padding: 0;
}
.pd-breadcrumb ul{
	margin: 10px 0;
}
/* --------------------------Rating- Reviews--------------------------*/
.wrapperBVVendor {
    padding-bottom: 15px;
}

    .wrapperBVVendor .container {
        background: #f6f4f1 !important;
    }

.BVSection {
    margin: 0 80px 50px 80px;
    background: #fff;
}

button, [type="button"] {
    outline: 0px transparent !important;
}

.BVSection .header {
    display: block;
    max-width: 100%;
    padding: 14px;
    background: var(--primary-color);
    text-transform: uppercase;
    color: #fff;
}

    .BVSection .header h4 {
        margin: 0;
        text-align: center;
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
        line-height: 1.25em;
    }
/*-------------------------End-----------------------------------------------*/

.pd-breadcrumb ul li:after{
    content:":";
} 
.pd-breadcrumb ul li:first-child{
    /*width: 120px;*/
    padding-right: 10px;
    margin-right: 5px;
}
.pd-breadcrumb li.active a{
    color: #000;
    /*font-weight: 700;*/
}
.product-detail-title p,.pd-mobile-prvibeImg{
	display: none;
}	
.product-detail-container .icon {
    background: url(/file/media/Diamond/Common/sprite-images.png) no-repeat;
    float: left;
}
.product-detail-container a.fav-isActive .icon.heart {
    background-position: -259px -105px;
}
.product-detail-container .icon.heart {
    background-position: -210px -140px;
    width: 22px;
    height: 24px;
    display: block;
}
.product-detail-container .icon.share {
    background-position: -247px -140px;
    width: 16px;
    height: 16px;
    display: block;
}
.product-detail-container input[type=checkbox]:checked:before, input[type=checkbox]:checked:before {
    background-position: -496px -85px;
}
.product-detail-container input[type=checkbox]:before {
    content: "";
    background: url(/file/media/Diamond/Common/sprite-images.png) -473px -85px;
    width: 16px;
    height: 23px;
    display: inline-block;
}
.product-detail-container a,.product-detail-bottomtab-container a{
    text-decoration: none;
    cursor: pointer;
    color: #313131;
    display: inline-block;
}
a.compare-submit {
    /*padding-left: 5px;*/
}

.product-detail-title{
	width:100%;
	display: table;
	padding: 0;
}
.product-detail-title h1{
	color: #55565a;
    margin: 0;
    padding: 5px 0 10px 0;
    font-weight: 300;
    float: left;
    width:70%;
}
.product-detail-title img{
	width:52px;
    float: right;
    padding-top:12px;
    padding-left: .5%;
}
.product-detail-container{
	/*width: 98%;
	padding: 0 1%;
    float: left;*/
        width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    /*display: table;fix for 1258 */
}
.product-detail-left-container{
	float: left;
    background: #fff;
    width: 49%;
    margin-right: 2%;
}
.product-detail-image-con{
	position: relative;
}
.pd-full-images{
	max-width: 80%;
	margin: 10px auto 0;
}
.pd-full-images img{
	width: 100%;
	cursor: url(/file/media/Diamond/Common/cursorzoom.png) 12 12, pointer;
    transition: .3s linear;
}
.featherlight-content img{
	/*width: 350px !important;*/
}
.pd-arrow-con a.arrow-left{
	width: 20px;
    position: absolute;
    top: 50%;
    left: 1%;
    background: url(/Diamond/images/previous.png) no-repeat;
    width: 35px;
    height: 60px;
}
.pd-arrow-con a.arrow-right{
	width: 20px;
    position: absolute;
    top: 50%;
    right: 0px;
    background: url(/Diamond/images/next.png) no-repeat;
    width: 25px;
    height: 60px;
}
.product-detail-desc-con{
	margin: 10px auto;
	width: 80%;
	font-size: 1.1rem;
	display: table;
	position: relative;
}
.product-detail-desc-con ul{
	list-style: none;
    padding: 0px;
    margin: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.product-detail-desc-con ul li{
	float: left;
    width: 100%;
    text-align: left;
    padding: 10px 0;
}
.product-detail-desc-con span{
	font-weight: bold;
}
.product-detail-action-con{
	padding: 20px 60px 0;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    justify-content: right;
}
.product-detail-compare,.product-detail-favorite,.product-detail-share{
	float: left;
    padding: 0 5px;
    /*width: 30%;*/
}
.product-detail-compare {
    display: none;
}
.product-detail-favorite {
    padding-left: 10px;
}
.product-detail-share {
}
.product-detail-share {
    position:relative;
}
.product-detail-favorite span{
	float: left;
    padding: 2px 4px;
    display: none;
}
.product-detail-share span.shareLink{
	float: left;
    padding: 0 5px;
    display: none;
}
.product-detail-disclaimer-con{
	margin: 10px auto;
	width: 80%;
}
.product-detail-disclaimer-con p{
	font-size: 0.8em;
    font-weight: 400;
    padding-bottom: 30px;
}
.product-detail-right-container{
	margin: 0px 0px 0 1%;
    float: right;
    background: #fff;
    width: 48%;
}
.product-detail-right-container .seriesImgContainer {
    display: flex;
}
.seriesImgContainer .series-tab {
    flex-grow: 1;
    text-align: center;
    padding: 10px;
    background: #e6e3e2;
    border-right: 1px solid #ffffff;
    cursor: pointer;
}

.seriesImgContainer .series-tab:last-child {
    border-right: none;
}
.seriesImgContainer .series-tab.active {
    color: #ffffff;
    position: relative;
}
.seriesImgContainer .series-tab[data-targettab="all"].active {
    background: var(--sdk-highlight-both);
}
.seriesImgContainer .series-tab[data-targettab="full_access"].active {
    background: var(--sdk-full-access);
}

.seriesImgContainer .series-tab[data-targettab="Full Access"].active {
    background: var(--sdk-full-access);
}
.seriesImgContainer .series-tab[data-targettab="edge"].active,
.seriesImgContainer .series-tab[data-targettab="Edge"].active {
    background: var(--sdk-highlight-edge);
}
.seriesImgContainer .series-tab[data-targettab="distinction"].active,
.seriesImgContainer .series-tab[data-targettab="Distinction"].active {
    background: var(--sdk-highlight-distinction);
}
.seriesImgContainer .series-tab[data-targettab="vibe"].active,
.seriesImgContainer .series-tab[data-targettab="Vibe"].active {
    background: var(--sdk-highlight-vibe);
}

.product-detail-right-container[data-currenttab="all"] .seriesImgContainer,
.product-detail-right-container[data-currenttab="both"] .seriesImgContainer {
    border-bottom: 3px solid var(--sdk-highlight-both);
}

.product-detail-right-container[data-currenttab="full_access"] .seriesImgContainer,
.product-detail-right-container[data-currenttab="Full_access"] .seriesImgContainer {
    border-bottom: 3px solid var(--sdk-full-access);
}

.product-detail-right-container[data-currenttab="edge"] .seriesImgContainer,
.product-detail-right-container[data-currenttab="Edge"] .seriesImgContainer {
    border-bottom: 3px solid var(--sdk-highlight-edge);
}

.product-detail-right-container[data-currenttab="vibe"] .seriesImgContainer,
.product-detail-right-container[data-currenttab="Vibe"] .seriesImgContainer {
    border-bottom: 3px solid var(--sdk-highlight-vibe);
}

.product-detail-right-container[data-currenttab="distinction"] .seriesImgContainer,
.product-detail-right-container[data-currenttab="Distinction"] .seriesImgContainer {
    border-bottom: 3px solid var(--sdk-highlight-distinction);
}

.product-detail-right-container .pd-filter-content-value a.selected {
    border-color: var(--sdk-highlight-both);
}
.pd-desc-container{
	padding: 12px 16px 30px;
	width: 94%;
    display:flex;
}
.pd-desc-container span {
    padding:22px 0;
}
.pd-desc-container img {
   height: 45px;
}
.pd-desc-container p{
	text-align: justify;
    margin-right: 13px;    
    line-height: 19px;
    color: #4d4e4d;   
    display: inline-block;    
    padding: 15px 0px;
    font-size: 19px;
    line-height: 28px;
    vertical-align:middle;
}
.pd-desc-container img{
    display: inline-block;
    vertical-align: middle;
    max-height: 60px;
    position: relative;
    right: -10px;
}
.pd-filter-content-value{
	position: relative;
	/*display: inline-table;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /*overflow:visible!important;*/
}
.pd-filter-content-value a{
	width: 60px;
    height: 60px;
    margin: 5px 5px;
    /*float: left;*/
    vertical-align: top;
    border: 1px solid #fff;
    position: relative;
}
.pd-filter-content-value img{
	width: 100%;  
    max-height:60px; 
}
.pd-addinfo-subcontainer .pd-img-preview{
    width: 92.3%;
    margin: auto;
    margin-left: 8px;
    display: flex;
    max-height: 458px;
}
.pd-addinfo-subcontainer .pd-img-preview .label{
    background: rgba(251, 240, 236, 0.6);
    position:absolute;
    padding: 10px;
    margin-top: 10px;
    right: 39px;
}

.pd-filter-content-value .hover img{
	max-height:inherit;
}
.pd-filter,.pd-addinfo{
    float: left;
    padding: 10px 30px 30px;
    box-sizing: border-box;
	width: 100%;
	border-bottom: 1px solid #ddd;
	background: #fff;
}
.pd-addinfo{
	background: #f6f4f1;
	border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
    padding-top: 40px;
}   
.pd-filter-title{
	float: left;
    width: 100%;
}
.pd-filter-title label{
	color: #000000;
}
.pd-filter-title h4,.pd-filter-title h3{
    margin: 0;
    float: left;
    width: 95%;
    padding: 15px 0;
    font-weight: normal;
    font-size: 1rem;
}
.pd-filter-title h4 label,.pd-filter-title h3 label {
    font-weight: bold;
}
.pd-filter-title .collapse{
    display: none;
    background: url('/file/media/Diamond/Common/sprite-images.png') no-repeat -292px -329px;
    width: 15px;
    height: 3px;
    padding-top: 7px;
    float: left;
    position: relative;
    top: 23px;
    right: 5px;
    cursor: pointer;
}
.pd-filter-title .expand{
    display: none;
    background: url('/file/media/Diamond/Common/sprite-images.png') no-repeat -291px -303px;
    width: 15px;
    height: 15px;
    position: relative;
    right: 20px; 
    float: right;
    top: 15px;
    cursor: pointer; 
}
.pd-filter-title p,.pd-addinfo p, .pd-filter-static-wood .pd-filter-title-desc{
	font-size: 0.9rem;
    color: #313131;
    font-weight: 400;
    line-height: 22px;
}
.pd-finisher-container .pd-filter-title-desc,.pd-filter-static-wood .pd-filter-title-desc {
	padding-bottom: 20px; 
}
.pd-filter-title-desc{
	display: table;
    width: 100%;
    text-align: justify;
}
.pd-filter-subcontainer{
	width: 100%;
	/*display: table;fix for 1258*/
    /*overflow:hidden;*/
}
.pd-finisher-subcontainer,.pd-addinfo-subcontainer{
	width: 99%;
	margin: 10px 0;
    float: left;
}
.pd-filter-subtitle,.pd-addinfo-subcontainer .pd-filter-title{
	width: 90%;
    float: left;
}
.pd-filter-subtitle h4{
	margin: 15px 0;
    font-weight: normal;
}
.pd-finisher-subcontainer .pd-filter-content-value .filter-img-con,.pd-addinfo-subcontainer .pd-filter-content-value .filter-img-con {
    width: 100%;
    margin: auto;
    /*display: flex!important;
    flex-wrap: wrap;*/
}
/*.pd-addinfo-container .pd-filter-content-value{
	margin: 10px 0 10px 0;
    float: left;
}*/
.pd-filter-content-value a.selected span {
  display: none;
}

.pd-filter-content-value a {
    border: 6px solid transparent;
}
.pd-filter-content-value a span{
	display: none;
    position: absolute;
    width: 60px;
    height: 60px;
    text-indent: -9999px;    
}
.pd-filter-content-value a .arrows{
    position: absolute;
    top: 53px;
    left: 14px;
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid var(--primary-color);
    display: none;
}
.pd-filter-content-value a .arrows.bottom {
    top:3px;
    border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid var(--primary-color);
    border-bottom:none;
}
.pd-filter-content-value a + .hover div{
	margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
.pd-filter-content-value a + .hover {
    display: none;
    position: absolute;
    z-index: 9999;
}
.pd-filter-content-value a:hover + .hover{
    display: block;
    position: absolute;
    z-index: 9999;
    pointer-events:none;
}
.pd-filter-content-value a:hover .arrows{
	display: block;
} 
.pd-finisher-container .pd-filter-content-value a:hover + .hover,.pd-addinfo-container .pd-filter-content-value a:hover + .hover {
	width: 175px;
}
.prod-hover-text{
	border: 1px solid #ccc;
    background: white;
    display: block;
    padding: 10px;
    text-align: center;
    
}
.prod-hover-text.addHeightTooltip{
    height:190px;
}
.add-full-image{
    position: relative;
	width: 99%;
    float: left;
    
    text-align: center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    /*padding: 10px 0;*/
}
.add-full-image img{
    width: 80%;
    margin: 10% auto;
}
.add-full-image div{
    top: 60px;
    right: 60px;
    padding: 10px;
}
.product-detail-bottomtab-container{
	display: table;
	width: 100%;
	padding: 120px 0;
}
.pd-horizontal-tab ul.resp-tabs-list{
	display: flex;
    justify-content:center;
    width: 100%;
    text-align: center;
}
.pd-horizontal-tab ul.resp-tabs-list li{
	float: none;
	font-size: 1.2em;
    font-weight: 500;
    cursor: pointer;
    margin:0px;
}
.pd-realspace-tcontent,.pd-finishing-tcontent,.pd-resources-tcontent,.pd-finish-tcontent,.pd-option-tcontent {
	position: relative;
	padding-top: 40px;
	padding: 40px 8px 15px 8px;
}
.cycle-slideshow{
	position: relative;
    width: 90%;
    margin: auto;
    display: table;
}
.realspace-img, .finishing-img,.finish-img{
	width: 100%;
	float: left;
}
.realspace-img-list, .finishing-img-list{
	float: left;
    width: 20%;
    text-align: center;
}
.realspace-img-list,.pd-option-tcontent .finishing-img-list{
	width:25%
}
.finish-img-list{
	float: left;
    width: 50%;
    text-align: center;
   
}
.pd-option-tcontent .finish-img-list {
    float: left;
    width: 25%;
    text-align: center;
}
.finish-img-container{
     /*display:flex;
     display:-webkit-box;
     display:-ms-flexbox;
     -ms-flex-wrap:wrap;
    flex-wrap:wrap;*/


}
.pd-option-tcontent .finish-img-container {
    display: inline-block;
}
.finish-text-content {
    margin: 0 15px;
    width:42%;
    float:left;
}
.finish-img-content {
    width:50%;
    float:left;
}
.pd-option-tcontent .finish-img-content {
    width: auto;
    /* float: left; */
}
.realspace-img-list img, .finishing-img-list img,.finish-img-list img{
	max-width: 273px;
    max-height: 230px;
    min-width: 155px;
}
.pd-option-tcontent .finish-img-list img{
    max-width: initial;
     max-height:initial;
     min-width: initial;
    width: 100%;
}
.pd-option-tcontent .finish-text-content {
    width: auto;
    text-align: left;
    margin:0;
}
.pd-realspace-tcontent p, .pd-finishing-tcontent p,.pd-finish-tcontent p,.pd-option-tcontent p  {
	text-align: center;
    padding: 15px 0;
}

.pd-document-links{
	width: 72%;
	margin: 0 auto;
    padding: 0;
    display: table;
}
.pd-document-links a{
	float: left;
    width: 30%;
    padding: 10px;
}
.product-detail-right-container .remove{
	display: none;
}
.product-detail-right-container .noimage{
	border: 6px solid #cccccc;
    padding: 0;
    pointer-events: none;
}
.product-detail-right-container .pd-addinfo-subcontainer .noimage{
    border: 1px solid #fff; 
    padding:2px;
    pointer-events: none;
}
p.unavailable{
    padding: 10px 0!important;
    font-size: 0.9rem;
    text-align: left!important;
} 

/* cyclic slider css */

.pd-finisher-subcontainer .pd-filter-content-value .filter-img-con,.pd-addinfo-subcontainer .pd-filter-content-value .filter-img-con {
  /*left :11% !important;  */
  z-index:inherit !important;
  /*z-index :99;*/
}
.pd-finisher-subcontainer p[style='visibility: hidden;'], .pd-addinfo-subcontainer p[style='visibility: hidden;']{
       padding: 0;
}
.pd-finisher-subcontainer p,.pd-addinfo-subcontainer p{
	text-align: center;
	padding: 15px 10px;
}
.cycle-single p a, .cycle-single p span {
    display: none !important;
}
.pd-finisher-subcontainer,.pd-addinfo-subcontainer {
    position:relative;
}
.product_detail .legend {
    margin: 20px 0;
    float:left;
    clear:both;
    display:flex;
}
.product_detail .legend p{
    margin-left: 10px;
    padding-right: 5px;
}
.product_detail .legend .imgComingSoon{
    border: 2px solid #c0c1b5;
    line-height: 0;
    padding: 2px;
    margin-left: 20px;
}
.finishing-img-list a span {
    display: block;
    color: #313131;
    text-align: left;
    
}
.finishing-img-list img{
    max-width: 195px;
    max-height: initial;
    min-width: auto;
}
.main-content {
    /* padding: 0 15px; */
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    display: table;
}
.shareIconContent{
    width: 50px;
    position: absolute;
    right: -20px;
    display: none;
    top: 30px;
    z-index: 9;
}
.arrow-nav-icon {
    padding-right: 6px;
    position: relative;
    display: inline-block;
    top: -1px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
.pd-breadcrumb{
	padding: 0;
}
.finishing-img-list a span{
    width:90%;
}
.finish-img-content{
    width:45%;
}
.BVSection {
    margin: 1px 10px 50px 10px;
}
.product-detail-left-container {
    /*width: 354.375px !important;*/
    width: calc(100% - 51%) !important;
}
.add-full-image div{
    top: 40px;
    right: 40px;
}

.pd-filter-title h4, .pd-filter-title h3 {
    width: 94%;
}
.finishing-img-list img {
    max-width: 120px;
}
.pd-filter-content-value a{
    width: 38px!important;
    height: 38px!important;
    margin:3px;
}
.pd-filter-subtitle, .pd-addinfo-subcontainer .pd-filter-title{
    padding: 0 25px;
    width:80%;
}
.main-content{
    width:98%;
    padding:0;
}
.pd-filter, .pd-addinfo{
    width:100%;
    padding: 10px;
}
.pd-desc-container{
    width:91%;
}
.shareIconContent{
    right:32px;
}
.pd-filter-content-value a .arrows {
    top: 30px;
    left: 3px;
}
a.compare-submit {
    padding-left: 3px;
    width: 75%;
}
.product-detail-compare input[type=checkbox]{
    vertical-align:top;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .main-content{
    width:98%;
    padding:0;
}
    .pd-filter, .pd-addinfo,.pd-desc-container{
        width: 93.5%;

    }
    .product-detail-left-container{
        width:477.313px!important; 
    }
    .finishing-img-list img {
        max-width: 160px;
    }
    .pd-filter-content-value a {
    width: 50px;
    height: 50px;
    margin: 5px;
    }
    .pd-filter-content-value a.selected span{
        top: -4px;
    left: -1px;
    }
    .pd-filter-subtitle, .pd-addinfo-subcontainer .pd-filter-title{
            padding: 0 30px;
    }
    .pd-finisher-subcontainer .pd-filter-content-value, .pd-addinfo-subcontainer .pd-filter-content-value{
        left:5.5%;
    }
    .pd-filter-content-value a .arrows {
        top: 40px;
        left: 4px;
    }
}

/* Tablet Styles start here */
@media only screen and (max-width: 1024px) and (min-width: 768px){
    .product-detail-compare input[type=checkbox] {
        visibility: hidden;
    }
    .product-detail-container input[type=checkbox]:before{
        visibility: visible;
    }
    .pd-addinfo-subcontainer .pd-img-preview {
        width: 90.3%;
        margin: auto;
        margin-left: 5px;
        max-height: 278px;
    }
    .BVSection {
        margin: 1px 10px 50px 10px;
    }
	.pd-document-links{
		width: 90%;
	}
	.product-detail-action-con{
		padding: 20px 30px 0;
	}
	.pd-filter-content-value a{
		width: 50px;
    	height: 50px;
	}
    .pd-filter-title .collapse{
        right:20px;
    }
    /*.pd-finisher-subcontainer .pd-filter-content-value{
		padding: 0px;
	}*/  
	.realspace-img-list img {
		max-width: 210px;
		max-height: initial;
		min-width: 155px;
	}  
    .finish-img-list img {
        width:100%;
    }
    .realspace-img-list img{
        width:96%;
    }
    .finishing-img-list a span{
        width:70%;
    }
    .product-detail-title img{
        width: 52px;
    }
    a.compare-submit {
        padding-left: 3px;
    }
    a.share-anc-link {
        padding-top: 2px;
    }
    .product-detail-container .product-detail-action-con a{
        margin-left:0px;
    }
}
@media screen and (max-width: 800px) {
 
    .BVSection {
        margin: 1px 10px 50px 10px;
    }
    .pd-filter-content-value a.selected span{
        top: -13px;
        left: -9px;
        /* width: 100%; */
        /* height: 33px; */
        transform: scale(0.7);
    }
    .realspace-img-list img {
    max-width: 155px;
    max-height: initial;
    min-width: 155px;
}
      .product-detail-title img {
        padding-top: 0px;
    }
}
/* Tablet Styles end here */
/* Mobile Styles start here */
@media screen and (max-width: 767px){
    .product-detail-action-con {
        padding: 20px 30px 0;
    }
    .product-detail-desc-con {
        font-size: 0.9rem;
    }
    .product-detail-desc-con ul {
        grid-template-columns: 1fr;
    }
    .product-detail-desc-con ul li {
        padding: 5px 0;
    }
    
    .product-detail-desc-con ul li label {
        width: 40%;
        display: inline-block
    }
    .available-selections {
        padding: 15px;
    }
    .pd-desc-container {
        padding: 0 10px;
        width: 100%;
        box-sizing: border-box;
    }
    .pd-desc-container p {
        padding: 10px 20px;
        font-size:16px;
        margin-right: 0;
        line-height: 1.2;
    }
    .pd-desc-container section {
        background: var(--sdk-box-bg);
        border: 1px solid #9c9da0;
    }
    .product-detail-right-container .seriesImgContainer {
        margin: 0 10px;
        flex-direction: column;
        border-bottom: none!important;
        box-shadow: 0 3px 6px #00000029;
        border-radius: 0 0 10px 10px;
    }
    .product-detail-right-container .seriesImgContainer:not(.expanded) .series-tab:not(.active){
        display: none;
    }
    .product-detail-right-container .seriesImgContainer .series-tab.active {
        background: var(--sdk-highlight-both)!important;
    }
    
    .product-detail-right-container .seriesImgContainer .series-tab{
        text-align: left;
        padding-left: 25px;
        background: var(--sdk-box-bg);
        border-right: none;
        border-bottom: 1px solid #d0d2d7;
    }
    .product-detail-right-container .seriesImgContainer .series-tab.active:after {
        content: '+';
        right: 20px;
        position: absolute;
        font-size: 32px;
        top: 0;
    }
    .product-detail-right-container .seriesImgContainer.expanded .series-tab.active:after {
        content: "-";
    }
    .product-detail-right-container .seriesImgContainer.expanded + .pd-filter {
        margin-top: 5px;
    }
    .product-detail-right-container .seriesImgContainer .series-tab:last-child{
        border-bottom: none;
    }
    

	.pd-horizontal-tab ul.resp-tabs-list,
	.product-detail-compare,
	.pd-realspace-tcontent .custom-caption, .pd-finishing-tcontent .custom-caption{
    	display: none;
	}
    .pd-realspace-tcontent, .pd-finishing-tcontent, .pd-resources-tcontent, .pd-finish-tcontent, .pd-option-tcontent {
        background: white;
    }
    .detail-container a, .product-detail-bottomtab-container a {
        margin-left:0px;
    }
    .pd-realspace-tcontent .cycle-slideshow {
        width: 250px !important;
        height: 200px !important;
    }
    .pd-finishing-tcontent .finishing-img-list img {
        max-height: 270px !important;
    }
    .pd-option-tcontent .cycle-slideshow {
        height: 300px !important;
    }
        .pd-finish-tcontent .cycle-slideshow {
            height: 515px !important;
        }
        .realspace-img.cycle-sentinel.cycle-slide, .finishing-img.cycle-sentinel.cycle-slide {
            display: none !important;
        }
    .pd-finishing-tcontent .cycle-slideshow {
        height: 315px !important;
    }
	.realspace-img-list{
		width: 100%;
        margin-right: 6px;
	}

    .finishing-img-list:nth-child(2n+1){
		clear:both;
	}
	.finishing-img-list, .pd-option-tcontent .finishing-img-list{
		width: 100%;
		margin-right: 6px;
		padding-bottom: 10px;
	}
	.product-detail-title h1{
		text-align: left;
    	width: 100%;
        font-weight: 700;
	}
    .BVSection {
        margin: 1px 10px 50px 10px;
    }

    .product-detail-bottomtab-container {
        padding: 40px 0;
    }
    .product-detail-title h1{
		/*text-align: center;*/
    	width: 54%;
        font-weight: 700;
        float: none;
        display: inline-block;
        vertical-align: middle;
        padding: 5px 0 10px 0;
	}
    .product-detail-title{
        vertical-align: middle;
        position: relative;
    }
    .product-detail-title img{
        width: 52px;
        padding-top: 0px;
    }
	.pd-mobile-prvibeImg{
		position: absolute;
	    padding: 2%;
	    display: none;
	    right: 0;
	    bottom: 20px;
	}
	.pd-mobile-prvibeImg img{
		width: 65px;
	}
	.product-detail-title p{
		width: 100%;
	    display: table;
	    float: left;
	    padding-bottom: 10px;
	}	
	.product-detail-left-container{
		width: 100%;
		margin-right: 0;
	}
	.pd-arrow-con a.arrow-right{
    	width: 22px;
	}
	.pd-arrow-con a.arrow-left{
		width: 22px;
	}
	.product-detail-right-container{
		width: 98%;
	}
	.pd-finisher-subcontainer{
		background: #ffffff;
	}
	.product-detail-right-container {
	    width: 99%;
	    float: left;
	    margin: 0;
	}
	.pd-filter-title h4, .pd-filter-title h3{
		width: 90%;
	}
	/*.pd-finisher-subcontainer .pd-filter-content-value,.pd-addinfo-subcontainer .pd-filter-content-value{
		padding: 0px;
	}*/
	.product-detail-bottomtab-container .resp-arrow {
		background: url(/file/media/Diamond/Common/sprite-images.png) no-repeat -131px -397px;
	    width: 15px;
	    height: 15px;
	    right: 10px;
	    float: right;
	    top: 0px;
	    cursor: pointer;
	    border: none;
	}
	.product-detail-bottomtab-container h2.resp-tab-active span.resp-arrow{	   
	    background: url('/file/media/Diamond/Common/sprite-images.png') no-repeat -155px -373px;
	    width: 15px;
	    height: 3px;
	    padding-top: 7px;
	    float: right;
	    top: 10px;
	    right: 10px;
	    cursor: pointer;
	    border: none;
	}
	.pd-document-links{
		width: 88%;
	}
	.pd-document-links a {
	    float: none;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        margin-left: 0px;
	}
	.finish-img-content {
    width: 100%;
}
.finish-text-content {
    margin: auto;
    width: 100%;
    clear: left;
}
.finish-img-list {
    float:none;
    width: 100%;
    text-align: center;
}
.finish-img-container {
    display: block;
}
.finish-img.cycle-sentinel  {
    width: 100%;
    float: left;
    height:0px;
}
.pd-finisher-subcontainer p[style='visibility: hidden;'], .pd-addinfo-subcontainer p[style='visibility: hidden;']{
        display:none;
}
.pd-finisher-subcontainer p, .pd-addinfo-subcontainer p {
    padding: 15px 8px;
}
p.unavailable{
    width: auto;
    padding: 0;
}
.realspace-img-list img{
    width:100%;
}
.cycle-slideshow{
    width:95%;
}
.pd-breadcrumb{
	padding: 0;
}
.resp-tabs-container{
    background: #f6f4f1;
}
h2.resp-accordion{
    margin-bottom: 3px;
    border: none;
    color: #f6f4f1;
}
.finishing-img-list a span {
        width: 90%;
        text-align: center;
}
.realspace-img-list img, .finishing-img-list img {
    max-width: 240px;
    max-height: 230px;
    min-width: 155px;
}
.pd-option-tcontent .finishing-img-list img {
    max-width: 240px;
    max-height: inherit;
    min-width: 150px;
    width:100%;
}
.main-content{
    width:auto;
}
.finish-img-list {
    float: none !important;
    width: 100% !important;
    text-align: center !important;
}

.finish-img-content {
    width: 100% !important;
    float: left !important;
}
.finish-img-list img {
    max-width: 273px !important;
    max-height: 230px !important;
    min-width: 155px !important;
    width: auto;
}
.pd-finish-tcontent p, .pd-option-tcontent p{
    /*display:none;*/
}
.pd-filter-content-value a .arrows {
      
    }
}
/* Mobile Styles end here */
@media screen and (max-width: 767px) and (orientation : landscape) {
    .pd-filter-subtitle, .pd-addinfo-subcontainer .pd-filter-title {
        padding: 0 60px;
    }
    .pd-filter-content-value a {
        width: 55px;
        height: 55px;
        margin: 7px 3%;
    }
    .BVSection {
        margin: 1px 10px 50px 10px;
    }
}
@media only screen and (min-device-width : 411px) and (max-device-width : 736px){
    .pd-addinfo-subcontainer .pd-img-preview {
        width: 90.3%;
        margin-left: 6px;
        max-height: 256px;
    }
    .pd-addinfo-subcontainer .pd-img-preview .label{
        right: 39px;
    }
    .BVSection {
        margin: 1px 10px 50px 10px;
    }
}
@media screen and (max-device-width: 390px) {
    .pd-addinfo-subcontainer .pd-img-preview {
        width: 85.3%;
        margin: auto;
        margin-left: 3px;
        max-height: 244px;
    }
    .BVSection {
        margin: 1px 10px 50px 10px;
    }
}
@media screen and (max-device-width: 360px) {
  
    .BVSection {
        margin: 1px 10px 50px 10px;
    }
}
@media screen and (max-device-width: 320px) {
    .pd-finisher-subcontainer .pd-filter-content-value, .pd-addinfo-subcontainer .pd-filter-content-value{
        left: 13%;
    }
    .BVSection {
        margin: 1px 10px 50px 10px;
    }
}

/* Variant tab switch */
[data-key] {
    display: none!important;
}
[data-currenttab="all"] [data-key] {
    display: inline-block!important;
}

.product-detail-right-container[data-currenttab="full_access"] [data-full_access],
.product-detail-right-container[data-currenttab="edge"] [data-edge],
.product-detail-right-container[data-currenttab="distinction"] [data-distinction],
.product-detail-right-container[data-currenttab="vibe"] [data-vibe] {
    display: inline-block!important;
}
.available-selections {
    padding: 30px 0;
    text-transform: uppercase;
}
.available-selections p {
    margin-bottom: 15px;
}
.available-selections .divserires {
    font-weight: normal;
    display: none;
}
.variant-wrapper {
    display: flex;
    align-items: center;
    font-size: 18px;
    text-transform: capitalize;
}
.variant-wrapper img {
    height: 35px;
    width: 35px;
    margin-right: 30px;
    margin-left: 10px;
}
.product-detail-right-container > div:not(.pd-desc-container)   {
    opacity: 0;
    transition: .2s linear;
}
.product-detail-right-container.loaded > div:not(.pd-desc-container) {
    opacity: 1;
}

.custom-caption,
.custom-caption-mobile {
    position: relative;
    color: var(--sdk-highlight-both);
    font-size: 18px;
}
.custom-caption:after,
.custom-caption-mobile:after {
    content: '';
    width: 12px;
    height: 12px;
    background: url(/Diamond/images/next.png) no-repeat right;
    background-size: contain;
    display: inline-block;
    padding: 0 20px;
    position: absolute;
    right: -12px;
    top: 6px;
}
.custom-caption:before,
.custom-caption-mobile:before {
    content: '';
    width: 12px;
    height: 12px;
    background: url(/Diamond/images/previous.png) no-repeat left;
    background-size: contain;
    display: inline-block;
    padding: 0 20px;
    position: absolute;
    left: -12px;
    top: 6px;
}

p > a.cycle-prev,
p > a.cycle-next {
    position: absolute;
    width: 50%;
    height: 50px;
    margin-top: -16px;
    cursor: pointer;
    z-index: 9999;
}
p > a.cycle-prev {
    left: 0;
}
p > a.cycle-next {
    right: 0;
}

.product-detail-right-container .pd-filter-content-value a.remove{
	display: none!important;
}


.product-detail-right-container .d-none[data-echo]  {
    display: none !important;
}

[data-currenttab="all"] .d-none[data-key] {
    display: none !important;
}