
/** choose your experiance */

.cye-nav ul li {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 55px;
    background-color: #2a2a2a;
    color: #FFF;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 4px solid #000;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.08em;
    cursor: pointer;
    padding-right: 20px;
    box-sizing: border-box;
}

.cye-nav {
    width: 200px;
    height: 360px;
    background-color: #000;
}

.cye-nav ul {
    padding: 0;
    margin: 0;
}

.cye-btn-wrapper {
    flex: 1;
    height: 360px;
}

.cye-btn {
    width: 25%;
    text-align: center;
    height: 50%;
    background: linear-gradient(to right, #e3e1e1 0%, #cbc9c9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e1e1', endColorstr='#cbc9c9',GradientType=1 ); /* IE6-9 */
    box-shadow: inset 1px 0px 29px #e0e0e0;
    position: relative;
    cursor: pointer;
}

.cye-btn a {
    height: 100%;
    border: 1px solid #e7e5e5;
    width: 100%;
}

.cye-btn.f-col a:hover {
    background-color: rgb(255, 255, 255);
    zoom: 110%;
    transition: 0.5s ease;
    font-weight: bold;
}



.cye-btn-img {
    width: 100%;
    height: 70%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
}

.cye-btn-name {
    padding: 0px 50px;
    line-height: 1.3em;
    height: 40px;
    font-weight: normal;
    letter-spacing: 0.02em;
    color:  #000;
}

.cye-bn a:hover .cye-btn-name{
    font-weight: bold;
}

.selected .arrow{
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: #db2827;
    transform: rotate(45deg);
    right: -7px;
    top: 20px;
    z-index: 100;
}

.cye-nav ul li.selected{
     background-color: #db2827 !important;
}

.bdr-gradient{
    width: 2px;
    background-color: red;
    background: -moz-linear-gradient(top, rgba(247,247,247,0.65) 0%, rgba(0,0,0,0.36) 44%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(247,247,247,0.65) 0%,rgba(0,0,0,0.36) 44%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(247,247,247,0.65) 0%,rgba(0,0,0,0.36) 44%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6f7f7f7', endColorstr='#00000000',GradientType=0 );
    height: 100%;
    position: absolute;
    right: 0;
    opacity: .5;
}

.rotate {
    transform: rotate(90deg);
    bottom: -88px;
    right: 50%;
}



.cye-btn:hover{
    zoom: 110%;
} 



.cye-btn.f-col.prd-type {
    width: 20% !important;
    height: 33.33% !important;
}

.prd-type .cye-btn-img{
    display: none;

}

.prd-type .cye-btn-name {
    margin-top: 40px;
}


.prd-type .rotate {
    transform: rotate(90deg);
    bottom: -58px;
    right: 50%;
}


/* CYE INNER PAGE*/

.prd-gallery {
    width: 400px;
}

.prd-dtls {
    flex: 1;
    margin-left: 40px;
}

.strip {
    height: 40px;
    width: 100%;
    background-color: #ebebeb;
}

.prd-img {
    height: 450px;
}

.prd-img img {
    width: 100%;
}

.thumnail {
    width: 30%;
    height: 100px;
    background-color: #e1e1e1;
    margin: 10px 5px;
}

.prd-ext-dtls-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.prd-ext-dtls {
    width: 48%;
    height: 150px;
    margin: 10 5;
    align-items: flex-start;
}

.prd-ext-dtls-img {
    width: 40%;
    height: 100%;
    background-color: #9f9f9f;
    margin-right: 10px;
}

.prd-ext-dtls-img img {
    width: 145px;
}

.prd-ext-dtls.flex p {
    margin: 0;
    font-size: .9em;
}

.thumnail-wrapper .slick-prev {
    left: -35px;
    z-index: 25;
}

.thumnail-wrapper .slick-next {
    right: -18px;
}







/** CYE DETAILS PAGE **/

.container.inner-page-hdr {
    padding: 20px;
    color: #FFF;
}

.container.inner-page-hdr h2 {
    margin: 0;
}


.left-pane.category-section {
    width: 800px;
}

.right-pane.category-section {
    flex: 1;
    background-color: blanchedalmond;
}



.category-hdr {
    height: 300px;
    background-color: #fff3e2;
}

.cat-prd {
    width: 30%;
    background-color: beige;
    height: 250px;
    padding: 10px;
    box-sizing: border-box;
}

.category-prdlist {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.cat-prd-img {
    width: 100%;
    height: 70%;
    background-color: antiquewhite;
    border: 1px solid #aeadad;
}


.cye-btn-img div img:hover {
    zoom: 115% !important;
}

.cye-nav select {
    display: none;
}


/************************** MOBILE STYLES IN LANDSCAPE ***********************************/


/********* TABLET LANDSCAPE *********/
@media screen and (max-device-width: 1024px) and (orientation: landscape){

    
    
    
}




/********* LARGE PHONE LANDSCAPE *********/
@media screen and (max-device-width: 736px) and (orientation: landscape){

    .cye-nav {
        width: 150px;
    }

    .cye-btn-name {
        padding: 0;
    }
    
}




/********* SMALL PHONE LANDSCAPE *********/
@media screen and (max-device-width: 640px) and (orientation: landscape){

    
    .coloured::after{
        content: "I am a small phone in landscape";
        color: #14147E;
        font-size: 25px;
    }
    
}






/************************** MOBILE STYLES IN PORTRAIT ***********************************/


/********* TABLET PORTRAIT */
@media screen and (max-device-width: 768px) and (orientation: portrait){

    
    .cye-btn-name {
        padding: 0;
    }

    
}



/********* LARGE PHONE PORTRAIT */
@media screen and (max-device-width: 414px) and (orientation: portrait){

    
    #choose-your-experience .flex {
        width: 100%;
        flex-wrap: wrap;
    }
    
    .cye-nav {
        width: 100%;
        height: 43px;
        background-color: #4a4a4a;
        border-bottom: 4px solid #000;
    }
    .cye-btn.f-col {
        width: 50%;
        height: 22%;
    }

    .cye-btn-wrapper {
        height: auto;
    }
   
    .cye-nav ul {
        display: none;
    }

    .cye-nav select {
        display: flex;
        width: 97%;
        padding: 10px;
        font-size: 1.1em;
        background-color: #4a4a4a !important;
        font-weight: bold;
        text-transform: uppercase;
        max-width: 414px;
        color: #FFF;
        border: none;
    }
    
    .cye-nav select option{
        width: 100%;
        max-width: 414px;
    }

    .bdr-gradient.rotate {
        bottom: -79px;
    }

    .cye-btn-name{
        font-size: .9em;
    }

    #product-opt .cye-btn.f-col.prd-type {
        height: 100px !important;
        font-size: .8em;
        width: 25% !important;
    }


        
    
}



/********* SMALL PHONE PORTRAIT */
@media screen and (max-device-width: 360px) and (orientation: portrait){

    
    .cye-btn-img div img {
        width: 75px;
    }

    .bdr-gradient.rotate {
        bottom: -65px;
    }


}



