/* Reset all to initial */
*{
    margin: 0;
    padding: 0;
}
.wrapper{
    display:block;
}
.breadcrumb {
    display:block;
}

.breadcrumb ul li a
{
    cursor: pointer !important;
}
.room-detail-gallery ul, .gallery-thumbnails ul, .more-rooms-gallery ul, .room-detail-desc ul, .related-products-gallery ul, .gallery-cycler ul {
    list-style-type: none;
}
/*To make Sections / Div to occupy full width */
.full-width{
    margin: 0 -15px;
}
.page-header{
    display: flex;
    width:98%;
    justify-content:space-between;
}
.fav-share-section {
    padding: 15px;
    margin-bottom: 20px;
}
.fav-share-section > div{
    display: inline-block;
    margin-right: 30px;
}
.fav-share-section .share-section{
    position: relative;
}
.fav-share-section a.shareLink,.fav-share-section a .fav-icon{
    width: 24px;
    height: 21px;
    margin-right: 2px;
    display: inline-block;
    text-decoration: none;
}
    .fav-share-section a {
        display: inline-block;
    text-decoration: none;
    color:#313131;

    }
.fav-share-section .share-section span {
    top: 0;
}
.share span {
    padding-left: 27px;
    color: #000;
}
.fav-share-section .fav-icon{
    background: transparent url('../images/global/sprite-images.png') no-repeat -519px -278px;
    top: 3px;
    position: relative;
}
.fav-share-section .active .fav-icon{
    background-position: -543px -278px;
}
.fav-share-section .share-icon{
    background: transparent url('../images/global/sprite-images.png') no-repeat -242px -140px;
}

/*Gallery thumbnails starts*/
.gallery-thumbnails ul{
    display: flex;
    padding-left: 0;
    flex-wrap:wrap;
}
.gallery-thumbnails ul li{
	flex: 0 0 32%;
	margin-right: 2%;
}

.gallery-thumbnails ul li.active .selectedImg {
    position: absolute;
    border-color: transparent;
    background: #FFF;
    width: 100%;
    height: 100%;
    top: 0px;
    opacity: 0.7;
    left: 0px;
    display: block;
    box-sizing: border-box;   
}
.gallery-thumbnails ul li span{
    text-indent: -9999px;
    display: none;
}
.gallery-thumbnails ul li.active span {
    position: absolute;
    border-color: transparent;
    background: url(../images/products/sprite-images.png) -289px -74px no-repeat;
    width: 60px;
    height: 43px;
    margin: 31%;
    display: block;
    box-sizing: border-box;
}
.fav-section span, .share-section span {
    position: relative;    
}
/*Gallery thumbnails ends*/


/* Right section styles starts */
.room-detail-desc {
    padding: 15px 0;
}
.room-detail-desc ul.style-info {
    display: flex;
    margin-bottom: 25px;
    padding-left: 0;
}
.room-detail-desc ul.style-info .styleInfoText {
    font-weight: bold;
    color: #000000;
    padding-top: 5px;
}
.room-detail-desc ul.style-info li{
    flex: 1;
    padding-right: 25px;
}
.room-detail-desc > p {
    margin-bottom: 16px;
    line-height: 22px;
}

.related-products-gallery-wrapper {
    background: #FFF;
    padding: 22px 15px;
}
.related-products-gallery-wrapper h3{
    padding: 15px 0 30px 0;
    position: relative;
    cursor: pointer;
}
.related-products-gallery{
    position: relative;
    padding-bottom: 25px;
}
.related-products-gallery .cycle-slideshow {
    position: relative;
    width: 90%;
    margin: auto;
    display: block;
}
.related-products-gallery .related-products-list{
	display: flex !important; /*to overwrite the cycler behaviour*/
    width: 100%;
}
.related-products-gallery a.cycle-prev, .related-products-gallery a.cycle-next{
    width: 20px;
    position: absolute;
    top: 25%;                
    width: 35px;
    height: 60px;
}
.related-products-gallery a.cycle-prev {       
    left:-7px;
    background: url(../images/global/sprite-images.png) no-repeat -507px -130px;       
}
.related-products-gallery a.cycle-next {     
    right:1%;   
    background: url(../images/global/sprite-images.png) no-repeat -539px -131px;   
}
.cycle-single p a, .cycle-single p span {
    display: none !important;
}
.slider-controls .custom-caption{
        text-align: center;
        display: inline-block;
        margin-top: 35px;
}
.related-products-gallery .related-products-list > div {
	width: 50%;
    float: left;
    text-align: center;
}
.related-products-gallery .related-products-list .rel-prod-img img{
    /* padding: 0 12px; */
    width:100%;
}

.related-products-list .rel-prod-desc li, .related-products-list .rel-prod-desc h4{
    margin-bottom: 20px;
}
.related-products-list .v-list .term-value{
    font-weight: 700;
    color:#000;
    font-size: 1.1em;
}
.room-detail-desc .style-info li:last-child {
    position: relative;
}
.series-icon {
    background: url(../images/global/sprite-images.png) no-repeat -401px -13px; 
    width: 50px;
    height: 55px;
    display: block;
    /*position: absolute;*/
}
.rel-prod-desc h4 a {
    color:#000;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1em;
}
/* Right section styles endss */

/*more-rooms-gallery style starts*/

.more-rooms-wrapper {
    margin-bottom: 30px;
}
.more-rooms-wrapper h5 {
    padding: 15px;
    margin-bottom: 5px;
    background: #c5aeae;
    color: #FFF;
    position: relative;
    cursor: pointer;
}
.more-rooms-gallery ul{
	display: flex;
	flex-wrap: wrap;
}
.more-rooms-gallery ul li{	
    flex: 0 0 49%;
    margin: 0 2% 2% 0;
    box-sizing: border-box;    
}
.more-rooms-gallery ul li:nth-child(2n) {
    margin-right: 0;
}

.more-rooms-wrapper h5 .expand-icon {
    position: absolute;
    right: 15px;
    background-image: url(../images/global/sprite-images.png);
    background-position: -287px -320px;
    width: 20px;
    height: 20px;
}
/*more-rooms-gallery style starts ends*/ 

/* Where to buy Section starts */
.where-to-buy{
    background-color: var(--primary-color);
    text-align: center;
    padding: 35px 20px;
    color: #FFFFFF;
}
.where-to-buy h2{
	padding-bottom: 20px;
    font-weight: 500;
}
.where-to-buy input[type="text"]{
    width: 100px;
    height: 30px;
    padding: 0 10px;
}
.where-to-buy input[type="submit"] {
    width: 30px;
    height: 30px;
    background-image: url('../images/global/sprite-images.png'); 
	background-position: -268px -47px;
    line-height: 1.10;
}
/* Where to buy Section endss */
.breadcrumb li:after {
    content: "/";
}
.seriesContainer img{
    width: 52px;
    float: right;
    padding-left: 2%;
}
.shareIconContent{
    width:50px;
    position: absolute;
    bottom: 25px;
    right: -44px;
    display:none;
}

div.seriesContainer{
    width:20%;
}
/* Media Query for MOBILE - max width : 767px;  Starts*/
@media all and (max-width: 767px){
    .full-width-mobile{
        margin: 0 -10px;
    }
    .more-rooms-gallery-wrapper.mobile p .cycle-next-mob {
        right: 13px;
        background: url(../images/global/sprite-images.png) no-repeat -539px -131px;
        position: absolute;
        width: 35px;
        height: 60px;
        margin-top: -160px;
    }

    .more-rooms-gallery-wrapper.mobile p .cycle-prev-mob {
        left: 13px;
        background: url(../images/global/sprite-images.png) no-repeat -507px -130px;
        width: 10px;
        height: auto;
        position: absolute;
        width: 35px;
        height: 60px;
        margin-top: -160px;
    }

    .page-header {
        text-align: left;
        width:100%;
        /*padding: 0 25px;*/
    }
    .more-rooms-img-group .cycle-slide .cycle-slide-active {
        position: relative; /*to remove the cycler-styles in mobile-view*/
    }
    .gallery-thumbnails ul li {
        position: relative;
        margin-bottom:2%;
    }
    .gallery-thumbnails ul li:nth-child(3n+3){
        margin-right:0;
    }
    .gallery-thumbnails {
        overflow: hidden;
    }
     .more-rooms-img-group.cycle-sentinel.cycle-slide {
        display: none !important; 
    } 
    .slider-controls {
        text-align: center;
    }
    .fav-share-section {
        border-bottom: 1px solid #eae7e3;
    }
    .more-rooms-gallery-wrapper h5 {
        padding: 20px;
        color:#fff;
        font-size: 1em;
        font-weight:600;
        border:1px solid #cdbcb7;
        background-color: #cdbcb7;
    }
    .more-rooms-gallery {
        margin:7px 0 0 0;
        width: 100%;
    }
    .more-rooms-img {
        width: 75%;
        margin: 19px 4px 24px 12px;
        float: none;
        margin-left: 42px;
    }
    .more-rooms-img:nth-child(2n+1) {
        clear: both;
    }
    .more-rooms-img img{
        width: 100%;
    }
    .more-rooms-img-group {
        float: left;
    }
    .more-rooms-gallery-wrapper h5 span:last-child {
        background: transparent url(../images/global/sprite-images.png) no-repeat -128px -369px;
        width: 22px;
        height: 22px;
        display: inline-block;
        position: absolute;
        right: 25px;
    }
    .more-rooms-gallery {
        display: none;
    }
    .more-rooms-gallery-wrapper h5 span:last-child.expand{
        background-position:-158px -394px;
    }
    .more-rooms-gallery.expand {
        display: table;
        background: #FFF;
    }
    .more-rooms-gallery-wrapper {
        margin: 30px 0;
    }
    .related-products-gallery .related-products-list {
        width: 90%;
        margin: 0 15px;
    }
    .more-rooms-gallery.expand .cycle-slideshow {
        float: left;
    }
    .gallery-thumbnails ul li.active span {
        /*left: -5px;*/
        margin:19%;
    }
    .page-header h1 {
        font-weight:600;
        text-align: left;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 10px;
        width: 70%;

    }
    .seriesContainer
    {
        display: inline-block;
        position: relative;
        right: 0px;
        width: 30%;
        margin: auto 0;
    }
    .seriesContainer img{
        /*width:52px;*/
        width:31%;
    }

    div.seriesContainer{
        width:60%;
    }
    .related-products-gallery-wrapper h3{
        font-size: 1em;
    }
    .related-products-gallery .related-products-list .rel-prod-desc, .related-products-gallery .related-products-list .rel-prod-img{
        width:48%;
    }
    .related-products-gallery .related-products-list .rel-prod-img img {
        padding:0;
    }
    /*to shorten the length of breadcrumb*/
    .breadcrumb ul {
        display: flex; 
    }
    .breadcrumb li {
        white-space: nowrap;
    }
    .breadcrumb li.active, .breadcrumb li:last-child {
        white-space: pre-wrap;
    }
}
/* Media Query for MOBILE - max width : 767px;  Endss*/

/* Media Query for TABLET - min width : 767px;  Starts*/
@media all and (min-width: 768px) {
    .room-detail-wrapper {
        display: flex;
        align-items: flex-start;
    }

    .room-detail-left-content {
        flex: 0 1 60%;
        margin-right: 1%;
        padding: 35px 35px;
        box-sizing: border-box;
        background: #FFFFFF;
    }

    .room-detail-right-content {
        flex: 0 1 39%;
        /*padding: 22px 15px;*/
        box-sizing: border-box;
        background: #FFFFFF;
        border: 1px solid #CCC;
    }

    .room-detail-desc {
        padding: 22px 15px;
        border-bottom: 1px solid #CCC;
        background: #fcfbf9;
    }

    .gallery-thumbnails ul li {
        flex: 0 0 23.5%;
        margin-right: 2%;
        position: relative;
        margin-bottom: 2%;
    }

        .gallery-thumbnails ul li:nth-child(4n+4){
             margin-right: 0;
}
        /*.gallery-thumbnails ul li.active span {
            margin: 21%;
        }*/
    .more-rooms-gallery-wrapper {
        position: relative;
        margin-top: 100px;
    }
    .more-rooms-gallery-wrapper h5 {
        padding: 15px;
        margin-bottom: 5px;
        background: #f6f4f1;
        color: #55565A;
        position: static;
        font-size: 1.25em;
        font-weight: 500;
        text-align: center;
        border-bottom: 4px solid #efeae6;     
    }
    .more-rooms-gallery-wrapper h5 .expand-icon{
        display: none;
    }
    .more-rooms-gallery-wrapper h5 .head-text{
        border-bottom: 8px solid var(--primary-color);        
        padding-bottom: 11px;
    }
    .more-rooms-gallery .cycle-slideshow {
        position: relative;
        width: 95%;
        margin: auto;
        display: table;
    }    
    .more-rooms-gallery .cycle-slideshow .more-rooms-img-group {
        width: 100%;
        float: left;
    }
    .more-rooms-gallery .cycle-slideshow .more-rooms-img-group .more-rooms-img {
        float: left;
        width: 22%;
        margin: 0 2% 0 0;
    }
    .more-rooms-gallery .cycle-slideshow .more-rooms-img-group .more-rooms-img:last-child {
        margin-right: 0;
    }
    .more-rooms-gallery .cycle-slideshow .more-rooms-img-group .more-rooms-img:first-child {
        margin-left: 3%;
    }
    .more-rooms-gallery .cycle-slideshow .more-rooms-img-group .more-rooms-img img {
        width: 100%;
        height: auto;
    }
    .more-rooms-gallery a.cycle-prev, .more-rooms-gallery a.cycle-next{
        width: 20px;
        position: absolute;
        top: 45%;                
        width: 35px;
        height: 60px;
    }
    .more-rooms-gallery a.cycle-prev {       
        left: -6px;
        background: url(../images/global/sprite-images.png) no-repeat -507px -130px;       
    }
    .more-rooms-gallery a.cycle-next {        
        right: -12px;
        background: url(../images/global/sprite-images.png) no-repeat -539px -131px;   
    }
    .slider-controls{
        text-align: center;
    }
    .room-detail-right-content {
        padding-bottom:0;
    }
    /* .gallery-thumbnails ul li.active .selectedImg {
        border: 10px solid transparent;
    } */
    .related-products-gallery a.cycle-prev {
        left:-16px;
    }
    .related-products-gallery a.cycle-next {
        right:-16px;
    }
    .more-rooms-gallery {
        margin: 30px 0 46px 0;
    }
    /*.series-icon {
        right:-10px;
        top:-5px;
    }*/
    .related-products-gallery-wrapper > h3 span{
        background: url(../images/global/sprite-images.png) no-repeat -292px -325px; 
        width: 20px;
        height: 20px;
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 22px;
    }
    .related-products-gallery-wrapper h3 span.active {
        background-position: -291px -302px;
    }
    .related-products-gallery.active {
        display: none;
    }
    .breadcrumb li:after {
        top:0;
    }
    div.seriesContainer {
        width: 25%;
    }
    /*.more-rooms-wrapper {
        margin-bottom: 10px;
    }
    .more-rooms-gallery-wrapper h5 {
        padding: 15px;
        margin-bottom: 5px;
        background: #f6f4f1;
        color: #55565A;
        position: initial;
        cursor: none;
        font-size: 1.25em;
        text-align: center;        
    }
    .more-rooms-wrapper h5 .head-text{
        border-bottom: 8px solid var(--primary-color);        
        padding-bottom: 20px;
    }*/
    
    /*.more-rooms-gallery {
        background: #FFFFFF;
        border-top: 8px solid #EEE;
        padding: 30px 0;
    }
    .more-rooms-gallery ul li {
        flex: 0 0 23.5%;               
    }
    .more-rooms-gallery ul li:nth-child(2n) {
        margin-right: 2%;
    }
    .more-rooms-gallery ul li:nth-child(4n) {
        margin-right: 0;
    }*/
}

/* Media Query for TABLET - min width : 767px;  Ends*/

/* Media Query for DESKTOP - Min width : 1200px; */
@media all and (min-width: 1200px){
    .page-header h1 {
        margin-bottom: 0;
        padding: 0px 0 30px 0;
    }
    .more-rooms-gallery {        
        padding: 30px 50px;
        background: #fff;
        margin-top: 0;
    }    
	.room-detail-left-content {
        flex: 0 1 56%;
        margin-right: 2%;
    }
    .room-detail-right-content {
        flex: 0 1 40%;
    }
    .related-products-gallery a.cycle-prev {
        left: -12px;
    }
    .related-products-gallery a.cycle-next {
        right:0px;
    }
    /* .gallery-thumbnails ul li.active .selectedImg {
        border: 47px solid transparent;
    } */
    .more-rooms-gallery .cycle-slideshow {
        width:100%;
    }
    .more-rooms-gallery .cycle-slideshow .more-rooms-img-group .more-rooms-img:first-child {
        margin-left: 1%;
    }
    .more-rooms-gallery .cycle-slideshow .more-rooms-img-group .more-rooms-img {
        width:23%;
    }
    .more-rooms-gallery a.cycle-prev {
        left:1%;
    }
    .more-rooms-gallery a.cycle-next {
        right:1%;
    }
    .series-icon {
        right:10px;
    }
	/*Styles for Room detail Left section Starts*/
	
	/*Styles for Room detail Left section Ends*/

	/*Styles for Room detail Right section Starts */
	
	/*Styles for Room detail Right section Ends */
}
/* Media Query for Desktop - Min width : 1200px; Ends..... */

 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape){

     .gallery-thumbnails ul li.active span{
         margin: 26%;
     }
 }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait){

     .gallery-thumbnails ul li.active span{
         margin: 20%;
     }
 }

 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
    .rel-prod-desc {
         padding-left: 10px;
         box-sizing: border-box;
     }
    .related-products-list .v-list .term-value, .related-products-list .v-list .term-key {
        /*max-width: 77px;*/
        word-wrap: break-word;
    }
}