.preload-images{
    position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

.ps-content .product_title{
    font-size: 55px;
    font-weight: 100;
    line-height: 120%;
    border:none;
    margin-bottom: 0;
    text-align: left;
}

.ps-content .product-description{
    font-size: 13px;
    line-height: 160%;
}

.ps-content .product-description p{
    margin-bottom: 0;
}

.ps-content h4{
    color: #C9A253;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .100em;
    display: inline-block;
}


.featured-description{
    padding: 20px 60px 20px 30px;
}

.featured-price{
    padding-left:30px; 
}

.product-link:hover{
    color: #222;
}

.presentation-mode .ps-container {
    width: 100%;
}
.ps-container {
    position: absolute;
    /*width: -webkit-calc(100% - 350px); 300px menu + 50px boder  */
    width: calc(100% - 300px);
    height: 100%;
    overflow: hidden;
    text-transform: uppercase;
    /*background: #fff;*/
    top: 0;
    visibility: hidden;
    z-index: 997;
}

.ps-container > div {
    position: relative;
    width: 50%;
    height: 100%;
    top: 0px;
}

.ps-container > div.ps-contentwrapper {
    position: absolute;
    /*right: 50px; black frame  margin*/
    right: 0;
}

.ps-contentwrapper > .ps-content {
    /*background: #fff;*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: -120%;
}

.ps-contentwrapper > .ps-content .ps-description{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0% 10% 0% 10%;
}

#ps-container .add_to_cart_button{
    background-image: none !important;
    background-color: #C9A253;
    text-indent: 0;
    width: auto;
    height: auto;
    padding:15px 25px;
}
#ps-container .add_to_cart_button:hover{
    background-color: #222 !important;
}

.ps-slides .product-link{
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -o-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -o-transform: scale3d(1.05,1.05,1);
    -moz-transform: scale3d(1.05,1.05,1);
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

.ps-slides .product-link:hover{
    -o-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    
    -o-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}



.ps-container > div.ps-slidewrapper {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.ps-slides a{
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.ps-slides > div {
    width: 100%;
    height: 100%;
    top:120%;
}

.ps-container > div > div, 
.ps-contentwrapper > nav, 
.ps-slides > div {
    position: absolute;
}

.ps-slides {
    top: 0px; 
    width: 100%;
    height: 100%;
}

.ps-slides .badge{
    display: none;
    z-index: 100;
}
.ps-content .view-detail-btn{
    /*bottom: 50px;*/
    bottom:0px;
    right:0px;
    display: none;
    -webkit-transition: bottom 0.3s;
    -moz-transition: bottom 0.3s;
    transition: bottom 0.3s;
}

.ps-contentwrapper > nav {
    width: 60px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
    right: 0;
}

.ps-contentwrapper > nav > a::before{
    position: absolute;
    height: 100%;
    width: 100%;
    font-weight: normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    bottom: 100%;
    left: 0;
    font-family: "Flaticon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ps-contentwrapper > nav > a.ps-prev::before{
    bottom: -100%;
}

.ps-contentwrapper > nav > a:hover::before{
    bottom: 0;
}

.ps-contentwrapper > nav > a:hover span{
    -webkit-transform: translateY(-300%);
    -moz-transform: translateY(-300%);
    -ms-transform: translateY(-300%);
    transform: translateY(-300%);
}

.ps-contentwrapper > nav > a.ps-next:hover span{
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    -ms-transform: translateY(300%);
    transform: translateY(300%);
}

.ps-contentwrapper > nav > a.ps-prev::before{
    content: "\e00e";
}
.ps-contentwrapper > nav > a.ps-next::before{
    content: "\e000";
}

.ps-contentwrapper > nav > a {
    width: 60px;
    height: 60px;
    position: relative;
    outline: none;
    float: left;
    background:#000;
    line-height: 60px;
    color:#fff;
    text-align: center;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: "Flaticon";
    font-size: 18px;
    margin-bottom: 14px;
}

.ps-contentwrapper > nav > a span{
    display: inline-block;
    -webkit-transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-transition: all 0.3s;
    -moz-backface-visibility: hidden;
    transition: all 0.3s;
    backface-visibility: hidden;
}

.ps-move {
    transition: top 400ms ease-out;
}

@media screen and (max-width:768px){
    .ps-container > div {
        position: relative;
        width: 100%;
        height: 50%;
        bottom: 0px;
    }    
    .ps-container > div {
        bottom: 0;
        top: initial;
    }
    .ps-container > div.ps-slidewrapper {
        width: 100%;
        height: 50%;
        overflow: hidden;
    }
    .ps-contentwrapper > nav{
        top: 7px;
    }
}

@media screen and (max-width:668px){
   
    .ps-contentwrapper > .ps-content .ps-description{
        padding: 0 20% 0 0;
    }
    .featured-description{
       display: none;
    }
    .ps-content .product_title{
        font-size: 32px;
    }
}

@media only screen and (max-width: 64em) {
    .ps-container{
        width: 100%;
    }
}

